diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d645d5b..fef9d95c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Use self-hosted esplora node +## [1.2.5] - 2023-09-06 + +- Improve wallet sync speed by 100x (Use self-hosted esplora node) ## [1.2.4] - 2023-08-31 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: