Skip to content

Commit

Permalink
0.3.0 release version updates and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tonowie committed Jun 26, 2019
1 parent d6f7a72 commit 1228576
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 0.3.0 Full Cow release support

See [milestone](https://github.com/proximax-storage/java-xpx-chain-sdk/milestone/3?closed=1) for fixed issues
* added support for missing end-points
* transfers to accounts via alias
* proper fee support
* bugfixes, project automation, improved test coverage

## 0.2.0 Initial public release

See [milestone](https://github.com/proximax-storage/java-xpx-chain-sdk/milestone/2?closed=1) for fixed issues
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The ProximaX Sirius Chain Java SDK is a Java library for interacting with the Si

## Use the library ##

Current version of the library is <b>0.2.0</b>
Current version of the library is <b>0.3.0</b>

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:

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# repository group
group=io.proximax
# current version
version=0.3.0-SNAPSHOT
version=0.3.0

0 comments on commit 1228576

Please sign in to comment.