From 436e4f1e4d610499728fd69526bf6d7ef33f1d38 Mon Sep 17 00:00:00 2001 From: anand76 Date: Fri, 21 May 2021 22:37:18 -0700 Subject: [PATCH] Update version and HISTORY.md --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8c9dd6bc7..1387b8c2f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.21.0 (2021-05-21) ### Bug Fixes * Fixed a bug in handling file rename error in distributed/network file systems when the server succeeds but client returns error. The bug can cause CURRENT file to point to non-existing MANIFEST file, thus DB cannot be opened. * Fixed a bug where ingested files were written with incorrect boundary key metadata. In rare cases this could have led to a level's files being wrongly ordered and queries for the boundary keys returning wrong results. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index ef3faba2a..b5abc6ea8 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -10,7 +10,7 @@ #include "rocksdb/rocksdb_namespace.h" #define ROCKSDB_MAJOR 6 -#define ROCKSDB_MINOR 20 +#define ROCKSDB_MINOR 21 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with