diff --git a/CHANGELOG.md b/CHANGELOG.md index 307aac3bd..c94d98790 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.8.12] - 2024-02-26 + - Feat(webapp): Let user manually sync wallet history. - Feat(webapp): Allow to close or force-close a channel. - Feat(app): Count pending but trusted utxos to wallet balance. @@ -334,7 +336,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.8.11...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.8.12...HEAD +[1.8.12]: https://github.com/get10101/10101/compare/1.8.11...1.8.12 [1.8.11]: https://github.com/get10101/10101/compare/1.8.10...1.8.11 [1.8.10]: https://github.com/get10101/10101/compare/1.8.9...1.8.10 [1.8.9]: https://github.com/get10101/10101/compare/1.8.8...1.8.9 diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index d0c02a709..b5896f170 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.8.11" +version = "1.8.12" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 89c545738..e4d755d16 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.8.11 +version: 1.8.12 environment: sdk: '>=3.1.2 <4.0.0' dependencies: