Skip to content

Commit 3f373cf

Browse files
Update the project documents.
1 parent eadefaa commit 3f373cf

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

exonum-light-client/CHANGELOG.md

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

1616
## Unreleased
1717

18+
## 0.6.0 — 2020-04-06
19+
1820
### Versions Support
1921
- Exonum 1.0
2022
- Exonum Java Binding 0.10

exonum-light-client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ If you are using Maven, add this to your _pom.xml_ file
5353
<dependency>
5454
<groupId>com.exonum.client</groupId>
5555
<artifactId>exonum-light-client</artifactId>
56-
<version>0.5.0</version>
56+
<version>0.6.0</version>
5757
</dependency>
5858
```
5959
If you are using Gradle, add this to your dependencies
6060
```Groovy
61-
compile 'com.exonum.client:exonum-light-client:0.5.0'
61+
compile 'com.exonum.client:exonum-light-client:0.6.0'
6262
```
6363

6464
## Examples
@@ -178,4 +178,4 @@ Apache 2.0 - see [LICENSE](../LICENSE) for more information.
178178
[protobuf]: https://developers.google.com/protocol-buffers/docs/proto3
179179
[standard-serializers]: https://exonum.com/doc/api/java-binding/0.10.0/com/exonum/binding/common/serialization/StandardSerializers.html
180180
[send-tx-it]: ./src/test/java/com/exonum/client/ExonumHttpClientIntegrationTest.java
181-
[exonum-client]: https://exonum.com/doc/api/java-light-client/0.5.0/com/exonum/client/ExonumClient.html
181+
[exonum-client]: https://exonum.com/doc/api/java-light-client/0.6.0/com/exonum/client/ExonumClient.html

0 commit comments

Comments
 (0)