Skip to content

Commit aa6f000

Browse files
authored
Version bump to v1.2.0
1 parent 5bc2e16 commit aa6f000

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2017-11-30
10+
* Expose a `Txn.SetEntry()` method to allow setting the key-value pair
11+
and all the metadata at the same time.
12+
913
## [1.1.1] - 2017-11-28
1014
* Fix bug where txn.Get was returing key deleted in same transaction.
1115
* Fix race condition while decrementing reference in oracle.
@@ -20,7 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2024
## [1.0.1] - 2017-11-06
2125
* Fix an uint16 overflow when resizing key slice
2226

23-
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.1.1...HEAD
27+
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.2.0...HEAD
28+
[1.2.0]: https://github.com/dgraph-io/badger/compare/v1.1.1...v1.2.0
2429
[1.1.1]: https://github.com/dgraph-io/badger/compare/v1.1.0...v1.1.1
2530
[1.1.0]: https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0
2631
[1.0.1]: https://github.com/dgraph-io/badger/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)