diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a22a4aa1..8c17e7962 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.11] - 2024-02-20 + ## [1.8.10] - 2024-02-19 - Fix(mobile): Fixed a bug where the app didn't load. This was because of some inconsistency in the db where a failed order didn't have a failure reason. @@ -327,7 +329,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.10...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.8.11...HEAD +[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 [1.8.8]: https://github.com/get10101/10101/compare/1.8.7...1.8.8 diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 74a3dcc8f..d0c02a709 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.8.10" +version = "1.8.11" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index cd90ba81b..d8b9e5854 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.10 +version: 1.8.11 environment: sdk: '>=3.1.2 <4.0.0' dependencies: