diff options
| -rw-r--r-- | ydb/apps/ydb/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | ydb/apps/ydb/version.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index 3560bbe4d6c..3b94614a791 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.20.0 ## + * Added support for dual configuration mode in the `ydb admin cluster config fetch` command, allowing it to handle separate cluster and storage config sections. * Add options for client certificates in SSL/TLS connections. * Add `ydb admin node config init` command to initialize directory with node config files. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index ef0f38abe16..7329e21c3bd 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.19.0 +2.20.0 |
