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 e329cb4bd3d..7fcd5b67e7a 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.21.0 ## + * Fixed a bug where ydb cli was trying to read parameters from stdin even if it had no data. * Add `--replace` option to `ydb tools restore` command. If enabled, scheme objects present in the backup would be dropped before restoring. * Added date range parameters (--date-to, --date-from to support uniform PK distribution) for ydb workload log run operations including bulk_upsert, insert, and upsert diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index 7329e21c3bd..db65e2167ef 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.20.0 +2.21.0 |
