Skip to content

Commit 1228576

Browse files
committed
0.3.0 release version updates and changelog
1 parent d6f7a72 commit 1228576

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 0.3.0 Full Cow release support
4+
5+
See [milestone](https://github.com/proximax-storage/java-xpx-chain-sdk/milestone/3?closed=1) for fixed issues
6+
* added support for missing end-points
7+
* transfers to accounts via alias
8+
* proper fee support
9+
* bugfixes, project automation, improved test coverage
10+
311
## 0.2.0 Initial public release
412

513
See [milestone](https://github.com/proximax-storage/java-xpx-chain-sdk/milestone/2?closed=1) for fixed issues

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ProximaX Sirius Chain Java SDK is a Java library for interacting with the Si
1414

1515
## Use the library ##
1616

17-
Current version of the library is <b>0.2.0</b>
17+
Current version of the library is <b>0.3.0</b>
1818

1919
This library requires use of Java8. Library is published to [Maven Central](https://search.maven.org/). To include library and its dependencies, add following to your build script:
2020

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# repository group
22
group=io.proximax
33
# current version
4-
version=0.3.0-SNAPSHOT
4+
version=0.3.0

0 commit comments

Comments
 (0)