Skip to content

Commit c722588

Browse files
committed
Update Changelog and bump version
1 parent 5efe17f commit c722588

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ 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.1.0] - 2017-11-13
810
* Create Badger directory if it does not exist when `badger.Open` is called.
911
* Added `Item.ValueCopy()` to avoid deadlocks in long-running iterations
12+
* Fixed 64-bit alignment issues to make Badger run on Arm v7
1013

1114
## [1.0.1] - 2017-11-06
1215
* Fix an uint16 overflow when resizing key slice
1316

14-
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.0.1...HEAD
17+
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.1.0...HEAD
18+
[1.1.0]: https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0
1519
[1.0.1]: https://github.com/dgraph-io/badger/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)