Skip to content

Commit

Permalink
Updated version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Nov 26, 2019
1 parent dc51fb6 commit 7a6c4e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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.

## [3.6.1] 2019-11-26

### Added
- `Transaction` constructor from XDR `TransactionEnvelope`

### Changed
- Signing-related `Transaction` methods are now static

## [3.6.0] 2019-11-05

### Changed
Expand Down Expand Up @@ -88,4 +96,5 @@ of the required class in Kotlin or use `*.Decoder` static member in Java
[3.4.2]: https://github.com/tokend/kotlin-wallet/compare/3.4.1...3.4.2
[3.5.0]: https://github.com/tokend/kotlin-wallet/compare/3.4.2...3.5.0
[3.6.0]: https://github.com/tokend/kotlin-wallet/compare/3.5.0...3.6.0
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.6.0...HEAD
[3.6.1]: https://github.com/tokend/kotlin-wallet/compare/3.6.0...3.6.1
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.6.1...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.0"
compile "org.tokend:wallet:3.6.1"
}
```
Expand Down

0 comments on commit 7a6c4e7

Please sign in to comment.