Skip to content

Commit

Permalink
Bump v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karelrooted committed Jan 8, 2021
1 parent ffbe4d1 commit 89b37d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(kvrocks
VERSION 1.1.40
VERSION 1.2.0
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
LANGUAGES CXX)

Expand Down
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
* Version 1.2.0 (@2021-01-08)
- MOD: revert rocksdb to v6.2.2

* Version 1.1.40 (@2020-12-18)
- FIX: ltrim right index (typo)

* Version 1.1.39 (@2020-12-10)
- FIX: core ( replication sst file crc check may use closed db )
- MOD: upgrade rocksdb to v6.14.6

* Version 1.1.38 (@2020-11-20)
- FIX: replication dead loop (some seq might be lost in the middle of wal , seems like a bug in rocksdb)
Expand Down

0 comments on commit 89b37d6

Please sign in to comment.