Skip to content

Commit

Permalink
Updated version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Feb 28, 2019
1 parent d15a7d2 commit 53c9de7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 41 deletions.
45 changes: 6 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,19 @@ 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.0.1-x.6] 2019-02-27

### Changed
- XDR version to 7e06563

## [3.0.1-x.5] 2019-02-25

### Changed
- XDR version to c066c93

## [3.0.1-x.4] 2019-02-22

### Fixed
- Wrong Kotlin type for `UInt32`, was `Long`, now `Int`

## [3.0.1-x.3] 2019-02-22
## [3.0.1] 2019-02-28

### Added
- `reference` optional param for `SimplePaymentOp`

### Changed
- XDR version to 4a6e427
- `PaymentV2` and all related `-V2` things to just `Payment`

## [3.0.1-x.2] 2019-02-21

### Fixed
- Wrong Kotlin type for `UInt32`, was `Int`, now `Long`

## [3.0.1-x.1] 2019-02-21

### Added
- Account rules and roles
- Signer rules and roles

### Removed
- `SetOptions` operation, use `ManageSigner` instead
- `AccountType`, use `AccountRole` instead
### Changed
- XDR version to `7e06563`
- `PaymentV2` and all related `-V2` things to just `Payment`

### Fixed
- Wrong value type for `KeyValueEntryValue`

[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/1.0.13...HEAD
[3.0.1-x.1]: https://github.com/tokend/kotlin-wallet/compare/1.0.13...3.0.1-x.1
[3.0.1-x.2]: https://github.com/tokend/kotlin-wallet/compare/3.0.1-x.1...3.0.1-x.2
[3.0.1-x.3]: https://github.com/tokend/kotlin-wallet/compare/3.0.1-x.2...3.0.1-x.3
[3.0.1-x.4]: https://github.com/tokend/kotlin-wallet/compare/3.0.1-x.3...3.0.1-x.4
[3.0.1-x.5]: https://github.com/tokend/kotlin-wallet/compare/3.0.1-x.4...3.0.1-x.5
[3.0.1-x.6]: https://github.com/tokend/kotlin-wallet/compare/3.0.1-x.4...3.0.1-x.6
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.0.1...HEAD
[3.0.1]: https://github.com/tokend/kotlin-wallet/compare/1.0.13...3.0.1
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:1.0.13"
compile "org.tokend:wallet:3.0.1"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ compileTestKotlin {
apply from: "deploy.gradle"

group 'org.tokend'
version '3.0.1-x.6'
version '3.0.1'
uploadArchives.repositories.mavenDeployer.pom.artifactId = 'wallet'
uploadArchives.repositories.mavenDeployer.pom.name = 'TokenD wallet'

0 comments on commit 53c9de7

Please sign in to comment.