File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
1616## Unreleased
1717
18+ ## 0.3.0 - 2019-07-22
19+
20+ The third release of Exonum Java Light Client which improves
21+ a convenience in working with blocks and allows
22+ specifying a custom path prefix to Exonum API.
23+
24+ ### Versions Support
25+ - Exonum version, 0.11.0
26+ - Exonum Java Binding version, 0.6.0-0.7.0
27+
1828### Added
1929- ` ExonumClient#findNonEmptyBlocks ` to find a certain number of the most recent non-empty
2030 blocks (from the last block and up to the genesis block). (#953 )
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The following table shows versions compatibility:
2424
2525| Light Client | Exonum | Exonum Java |
2626| --------------| --------| -------------|
27+ | 0.3.0 | 0.11.0 | 0.6.0-0.7.0 |
2728| 0.2.0 | 0.11.0 | 0.6.0 |
2829| 0.1.0 | 0.10.* | 0.4 |
2930
Original file line number Diff line number Diff line change 256256 <!-- Allow fetching external resources to generate links -->
257257 <isOffline >false</isOffline >
258258 <links >
259- <!-- todo: Update when upgraded to 0.7 to new link: https://exonum.com/doc/api/java-binding/${ejb.version} -->
260- <link >https://exonum.com/doc/api/java-binding-common/${ejb.version} </link >
259+ <link >https://exonum.com/doc/api/java-binding/${ejb.version} </link >
261260 </links >
262261 </configuration >
263262 <executions >
You can’t perform that action at this time.
0 commit comments