Skip to content

Commit 6961121

Browse files
authored
Version bump
1 parent 8fd13e6 commit 6961121

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.0] - 2017-12-12
810
* Add `DB.NextSequence()` method to generate monotonically increasing integer
911
sequences.
1012
* Add `DB.Size()` method to return the size of LSM and value log files.
@@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3032
## [1.0.1] - 2017-11-06
3133
* Fix an uint16 overflow when resizing key slice
3234

33-
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.2.0...HEAD
35+
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.3.0...HEAD
36+
[1.3.0]: https://github.com/dgraph-io/badger/compare/v1.2.0...v1.3.0
3437
[1.2.0]: https://github.com/dgraph-io/badger/compare/v1.1.1...v1.2.0
3538
[1.1.1]: https://github.com/dgraph-io/badger/compare/v1.1.0...v1.1.1
3639
[1.1.0]: https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0

0 commit comments

Comments
 (0)