Skip to content

Commit

Permalink
Update version to 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Aug 12, 2020
1 parent 0f2825f commit e0fb061
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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.6.5] 2020-08-12

### Changed
- Updated XDR version to `d639694`

## [3.6.4] 2020-07-15

### Changed
Expand Down Expand Up @@ -114,4 +119,7 @@ of the required class in Kotlin or use `*.Decoder` static member in Java
[3.6.0]: https://github.com/tokend/kotlin-wallet/compare/3.5.0...3.6.0
[3.6.1]: https://github.com/tokend/kotlin-wallet/compare/3.6.0...3.6.1
[3.6.2]: https://github.com/tokend/kotlin-wallet/compare/3.6.1...3.6.2
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.6.2...HEAD
[3.6.3]: https://github.com/tokend/kotlin-wallet/compare/3.6.2...3.6.3
[3.6.4]: https://github.com/tokend/kotlin-wallet/compare/3.6.3...3.6.4
[3.6.5]: https://github.com/tokend/kotlin-wallet/compare/3.6.4...3.6.5
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.6.5...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.6.4"
compile "org.tokend:wallet:3.6.5"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ compileTestKotlin {
apply from: "deploy.gradle"

group 'org.tokend'
version '3.6.4'
version '3.6.5'
uploadArchives.repositories.mavenDeployer.pom.artifactId = 'wallet'
uploadArchives.repositories.mavenDeployer.pom.name = 'TokenD wallet'

0 comments on commit e0fb061

Please sign in to comment.