diff --git a/HISTORY.md b/HISTORY.md index ce619b1bf..e9688249d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,14 @@ # Rocksdb Change Log ## Unreleased ### Public API Change + +### New Features + +### Bug Fixes + + +## 5.13.0 (3/20/2018) +### Public API Change * RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument will only be effective if the option file shows it is generated using a higher version of RocksDB than the current version. * Remove CompactionEventListener. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index ad57fffde..1f1140891 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -5,7 +5,7 @@ #pragma once #define ROCKSDB_MAJOR 5 -#define ROCKSDB_MINOR 12 +#define ROCKSDB_MINOR 13 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with