From 5e3c37739f7befcf2775b288e03bff9bd11ce7e5 Mon Sep 17 00:00:00 2001 From: Janardhan Reddy Date: Tue, 28 Nov 2017 15:18:24 +1100 Subject: [PATCH] bump version of changelong --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93437f39a..7db509164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.1] - 2017-11-28 * Fix bug where txn.Get was returing key deleted in same transaction. * Fix race condition while decrementing reference in oracle. * Update doneCommit in the callback for CommitAsync. @@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.0.1] - 2017-11-06 * Fix an uint16 overflow when resizing key slice -[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/dgraph-io/badger/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/dgraph-io/badger/compare/v1.0.0...v1.0.1