From 4bfe7529f337606e324cb67aa414db2471da31a1 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Wed, 31 Jan 2024 12:02:18 +0000 Subject: [PATCH] Prepare release 1.8.4 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- coordinator/Cargo.toml | 2 +- mobile/pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0ceec83..4cdd997df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.4] - 2024-01-31 + - Chore: Add funding txid to list dlc channels api +- Fix(app): Panic during startup: in a situation where we fell behind in the protocol rust-lightning paniced to protect us from publishing an outdated commitment transaction. This was not an issue for us in most cases because the commitment transaction was not publishable anyways due to our dlc-ln channels. ## [1.8.3] - 2024-01-26 @@ -281,7 +284,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.3...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.8.4...HEAD +[1.8.4]: https://github.com/get10101/10101/compare/1.8.3...1.8.4 [1.8.3]: https://github.com/get10101/10101/compare/1.8.2...1.8.3 [1.8.2]: https://github.com/get10101/10101/compare/1.8.1...1.8.2 [1.8.1]: https://github.com/get10101/10101/compare/1.8.0...1.8.1 diff --git a/Cargo.lock b/Cargo.lock index 44bdca2fb..6df841a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "1.8.3" +version = "1.8.4" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index a80d47b26..419f4fef5 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.8.3" +version = "1.8.4" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 6d3646c3e..360912ea5 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.3 +version: 1.8.4 environment: sdk: '>=3.1.2 <4.0.0' dependencies: