1 parent 0cd6059 commit e20f5a7Copy full SHA for e20f5a7
2 files changed
CHANGELOG.md
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+### Changed
13
+
14
+### Fixed
15
16
+### Removed
17
18
+## [0.5.0] - 2025-10-31
19
20
+### Added
21
22
- **Yandex Cloud YDB Node**: Execute YQL queries and interact with Yandex Database (YDB)
23
- Support for simple and parameterized queries
24
- Multiple return modes (all result sets, first result set, first row only)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nikolaymatrosov/n8n-nodes-yc",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "n8n nodes for Yandex Cloud services",
5
"keywords": [
6
"n8n-community-node-package"
0 commit comments