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 28a7e327b56..2a550bbd377 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.30.0 ## + * Added the `ydb config completion` command to generate shell completion scripts for bash and zsh. * Added the `ydb export nfs` and `ydb import nfs` commands, allowing users to create and restore backups directly to/from a shared NFS directory mounted on every host in the cluster. * Added `--compact` option to `ydb workload tpcc import` command. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index f01356823fd..6a6900382e2 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.29.0 +2.30.0 |
