Skip to content

Commit

Permalink
Updated version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Sep 4, 2019
1 parent 3848a93 commit 522e426
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
for further information about branching and tagging conventions.

## [Unreleased]
## [3.4.0] 2019-09-04

### Added
- Ability to decode XDR models: call `.fromXdr` or `.fromBase64` methods
of the required class in Kotlin or use `*.Decoder` static member in Java
- ProGuard rules
- Ability to add a collection of operation bodies to
`TransactionBuilder`

### Removed
- Apache encoding libraries
Expand Down Expand Up @@ -57,4 +59,5 @@ of the required class in Kotlin or use `*.Decoder` static member in Java
[3.1.0]: https://github.com/tokend/kotlin-wallet/compare/3.0.1...3.1.0
[3.2.0]: https://github.com/tokend/kotlin-wallet/compare/3.1.0...3.2.0
[3.3.0]: https://github.com/tokend/kotlin-wallet/compare/3.2.0...3.3.0
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.3.0...HEAD
[3.4.0]: https://github.com/tokend/kotlin-wallet/compare/3.3.0...3.4.0
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.4.0...HEAD
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
dependencies {
...
compile "org.tokend:wallet:3.3.0"
compile "org.tokend:wallet:3.4.0"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ compileTestKotlin {
apply from: "deploy.gradle"

group 'org.tokend'
version '3.4.0-x.1'
version '3.4.0'
uploadArchives.repositories.mavenDeployer.pom.artifactId = 'wallet'
uploadArchives.repositories.mavenDeployer.pom.name = 'TokenD wallet'

0 comments on commit 522e426

Please sign in to comment.