Skip to content

Commit 763e7d7

Browse files
author
Ibrahim Jarif
authored
Fix changelog for v20.07.0 (#1454)
1 parent 3e067a5 commit 763e7d7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6-
## [20.07.0-rc2] - 2020-07-14
7-
8-
### Fixed
9-
- Add a limit to the size of the batches sent over a stream. (#1412)
10-
11-
## [20.07.0-rc1] - 2020-07-11
6+
## [20.07.0] - 2020-08-10
127

138
### Fixed
9+
- Add a limit to the size of the batches sent over a stream. (#1412)
1410
- Fix Sequence generates duplicate values (#1281)
1511
- Fix race condition in DoesNotHave (#1287)
1612
- Fail fast if cgo is disabled and compression is ZSTD (#1284)
@@ -407,8 +403,8 @@ Bug fix:
407403
## [1.0.1] - 2017-11-06
408404
* Fix an uint16 overflow when resizing key slice
409405

410-
[Unreleased]: https://github.com/dgraph-io/badger/compare/v20.07.0-rc1...HEAD
411-
[20.07.0-rc1]: https://github.com/dgraph-io/badger/compare/v2.0.3...v20.07.0-rc1
406+
[Unreleased]: https://github.com/dgraph-io/badger/compare/v20.07.0...HEAD
407+
[20.07.0]: https://github.com/dgraph-io/badger/compare/v2.0.3...v20.07.0
412408
[2.0.3]: https://github.com/dgraph-io/badger/compare/v2.0.2...v2.0.3
413409
[2.0.2]: https://github.com/dgraph-io/badger/compare/v2.0.1...v2.0.2
414410
[2.0.1]: https://github.com/dgraph-io/badger/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)