From 823b20b78b0f8b775a0680a120d12cc4bddc4ce1 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Mon, 19 Feb 2024 07:54:44 +0000 Subject: [PATCH] Prepare release 1.8.9 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- coordinator/Cargo.toml | 2 +- mobile/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c60c7f5..89304ab4b 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.9] - 2024-02-19 + - Fix(validation): Show correct max counterparty collateral in validation message. - Fix(mobile): Calculate counterparty balance correctly when checking the validity of trade parameters. - Fix(trade): Spawn dedicated tokio task when executing trade. @@ -321,7 +323,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.8...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.8.9...HEAD +[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 [1.8.7]: https://github.com/get10101/10101/compare/1.8.6...1.8.7 [1.8.6]: https://github.com/get10101/10101/compare/1.8.5...1.8.6 diff --git a/Cargo.lock b/Cargo.lock index e4f9a4cd1..007c7c322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "1.8.8" +version = "1.8.9" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 86d2c4d16..877cbb944 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.8.8" +version = "1.8.9" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 93fa9e2ad..0c9845032 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.8 +version: 1.8.9 environment: sdk: '>=3.1.2 <4.0.0' dependencies: