File tree 3 files changed +12
-2
lines changed
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.
15
15
16
16
## Unreleased
17
17
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
+
18
28
### Added
19
29
- ` ExonumClient#findNonEmptyBlocks ` to find a certain number of the most recent non-empty
20
30
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:
24
24
25
25
| Light Client | Exonum | Exonum Java |
26
26
| --------------| --------| -------------|
27
+ | 0.3.0 | 0.11.0 | 0.6.0-0.7.0 |
27
28
| 0.2.0 | 0.11.0 | 0.6.0 |
28
29
| 0.1.0 | 0.10.* | 0.4 |
29
30
Original file line number Diff line number Diff line change 256
256
<!-- Allow fetching external resources to generate links -->
257
257
<isOffline >false</isOffline >
258
258
<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 >
261
260
</links >
262
261
</configuration >
263
262
<executions >
You can’t perform that action at this time.
0 commit comments