Skip to content

Commit

Permalink
Updated version to 3.5.0
Browse files Browse the repository at this point in the history
Radiokot committed Sep 24, 2019
1 parent f9e2830 commit 80e17a8
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ allprojects {
dependencies {
...
compile "org.tokend:wallet:3.4.2"
compile "org.tokend:wallet:3.5.0"
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 80e17a8

Please sign in to comment.