diff --git a/HISTORY.md b/HISTORY.md index 9c9295b04..132667ea6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,7 @@ # Rocksdb Change Log -## Unreleased -### Public API Change -### New Features +## 5.15.1 (8/1/2018) ### Bug Fixes +* Prevent dereferencing invalid STL iterators when there are range tombstones in ingested files. ## 5.15.0 (7/17/2018) ### Public API Change diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 976622b83..8c9736bcf 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 15 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // 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