diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e3c04be..7283ed91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.5] - 2023-09-06 + ## [1.2.4] - 2023-08-31 - Display Synthetic USD balance in the account overview screen. @@ -87,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Self-Custodial CFD Trading based on DLC and lightning -[Unreleased]: https://github.com/get10101/10101/compare/1.2.4...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.2.5...HEAD +[1.2.5]: https://github.com/get10101/10101/compare/1.2.4...1.2.5 [1.2.4]: https://github.com/get10101/10101/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/get10101/10101/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/get10101/10101/compare/1.2.1...1.2.2 diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index f494e391a..8256e8ae7 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.2.4" +version = "1.2.5" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 229d73232..1cc5b2ba7 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -1,7 +1,7 @@ name: get_10101 description: 10101 combines the power of a self-custodial on-chain and off-chain wallet with the vast world of trading. publish_to: none -version: 1.2.4 +version: 1.2.5 environment: sdk: '>=3.0.0 <4.0.0' dependencies: