From 80e17a812adafcfb278e815cdfb29b055c8b7bdb Mon Sep 17 00:00:00 2001 From: Oleg Koretsky Date: Tue, 24 Sep 2019 17:11:59 +0300 Subject: [PATCH] Updated version to 3.5.0 --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- build.gradle | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4338787..0757433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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. +## [3.5.0] 2019-09-24 + +### Changed +- Updated XDR version to `bfc2e7b` +- Updated TokenD Maven repo domain + ## [3.4.2] 2019-09-06 ### Fixed @@ -75,4 +81,5 @@ of the required class in Kotlin or use `*.Decoder` static member in Java [3.4.0]: https://github.com/tokend/kotlin-wallet/compare/3.3.0...3.4.0 [3.4.1]: https://github.com/tokend/kotlin-wallet/compare/3.4.0...3.4.1 [3.4.2]: https://github.com/tokend/kotlin-wallet/compare/3.4.1...3.4.2 -[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.4.2...HEAD +[3.5.0]: https://github.com/tokend/kotlin-wallet/compare/3.4.2...3.5.0 +[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.5.0...HEAD diff --git a/README.md b/README.md index 718e7a6..26758ee 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ allprojects { dependencies { ... - compile "org.tokend:wallet:3.4.2" + compile "org.tokend:wallet:3.5.0" } ``` diff --git a/build.gradle b/build.gradle index da572aa..dbd2765 100644 --- a/build.gradle +++ b/build.gradle @@ -43,6 +43,6 @@ compileTestKotlin { apply from: "deploy.gradle" group 'org.tokend' -version '3.5.0-x.0' +version '3.5.0' uploadArchives.repositories.mavenDeployer.pom.artifactId = 'wallet' uploadArchives.repositories.mavenDeployer.pom.name = 'TokenD wallet' \ No newline at end of file