diff --git a/HISTORY.md b/HISTORY.md index 08ef0a3e3..d210e90fa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## 6.7.2 (02/24/2020) +### Bug Fixes +* Fixed a bug of IO Uring partial result handling introduced in 6.7.0. + ## 6.7.1 (02/13/2020) ### Bug Fixes * Fixed issue #6316 that can cause a corruption of the MANIFEST file in the middle when writing to it fails due to no disk space. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 32e2508e7..06d5aeec2 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 7 -#define ROCKSDB_PATCH 1 +#define ROCKSDB_PATCH 2 // Do not use these. We made the mistake of declaring macros starting with // double underscore. Now we have to live with our choice. We'll deprecate these