From 522e42647542e464b377d8779aaebbd04ac4f033 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky Date: Wed, 4 Sep 2019 13:36:38 +0300 Subject: [PATCH] Updated version to 3.4.0 --- CHANGELOG.md | 7 +++++-- README.md | 2 +- build.gradle | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45aa7cd..336029d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 9f7e780..ea081c1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ allprojects { dependencies { ... - compile "org.tokend:wallet:3.3.0" + compile "org.tokend:wallet:3.4.0" } ``` diff --git a/build.gradle b/build.gradle index 296edd8..ef6ab20 100644 --- a/build.gradle +++ b/build.gradle @@ -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' \ No newline at end of file