Skip to content

Commit 948f97c

Browse files
Update the changelog:
Set the release date. Set the Exonum version, add the link to the release page.
1 parent 62008f4 commit 948f97c

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

exonum-java-binding/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
## [Unreleased]
1717

18-
## [0.9.0-rc1] - 2019-12-TBD
18+
## [0.9.0-rc1] - 2019-12-12
1919

2020
### Overview
2121

@@ -25,7 +25,7 @@ instances of the same service.
2525
Creating proofs is not supported in this release. They will be re-enabled in one of the following
2626
releases.
2727

28-
This release is based on Exonum <version TBD + link their release page>.
28+
This release is based on [*Exonum 0.13.0-rc.2*][exonum-0.13].
2929

3030
*If you are upgrading an existing Java service, consult
3131
the [migration guide](https://github.com/exonum/exonum-java-binding/blob/ejb/v0.9.0-rc1/exonum-java-binding/doc/Migration_guide_0.9.md).*
@@ -53,6 +53,10 @@ the [migration guide](https://github.com/exonum/exonum-java-binding/blob/ejb/v0.
5353
- The default `ProofMapIndexProxy` implementation has been changed to hash user keys to produce an
5454
internal key. The implementation that does not hash the keys is still supported, see
5555
[documentation][proof-map-non-hashing]. (#1222)
56+
- Updated Exonum to 0.13.0-rc.2 — see [Exonum release page][exonum-0.13]
57+
for details.
58+
59+
[exonum-0.13]: https://github.com/exonum/exonum/releases/tag/v0.13.0-rc.2
5660

5761
### Removed
5862
- `Service#getId` and `Service#getName` are removed. `AbstractService` now provides
@@ -347,7 +351,8 @@ Parent module and BOM module were released as they are required dependencies to
347351

348352
The first release of Exonum Java Binding.
349353

350-
[Unreleased]: https://github.com/exonum/exonum-java-binding/compare/ejb/v0.8.0...HEAD
354+
[Unreleased]: https://github.com/exonum/exonum-java-binding/compare/ejb/v0.9.0-rc1...HEAD
355+
[0.9.0-rc1]: https://github.com/exonum/exonum-java-binding/compare/ejb/v0.8.0...ejb/v0.9.0-rc1
351356
[0.8.0]: https://github.com/exonum/exonum-java-binding/compare/ejb/v0.7.0...ejb/v0.8.0
352357
[0.7.0]: https://github.com/exonum/exonum-java-binding/compare/ejb/v0.6.0...ejb/v0.7.0
353358
[0.6.0]: https://github.com/exonum/exonum-java-binding/compare/ejb/v0.5.0...ejb/v0.6.0

0 commit comments

Comments
 (0)