From b2376b3a12606846abb2f080a448ff7ecc2d4187 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Sat, 28 Oct 2023 10:30:12 +0000 Subject: [PATCH 1/2] Prepare release 1.4.4 --- CHANGELOG.md | 5 ++++- coordinator/Cargo.toml | 2 +- mobile/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b408fefc..d6d1d5264 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.4.4] - 2023-10-28 + - Improve collab revert - Improved settings screen @@ -146,7 +148,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.4.3...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.4.4...HEAD +[1.4.4]: https://github.com/get10101/10101/compare/1.4.3...1.4.4 [1.4.3]: https://github.com/get10101/10101/compare/1.4.2...1.4.3 [1.4.2]: https://github.com/get10101/10101/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/get10101/10101/compare/1.4.0...1.4.1 diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 79ffa54a3..f58af4abf 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.4.3" +version = "1.4.4" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 239d7fd83..fe9d02b04 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.4.3 +version: 1.4.4 environment: sdk: '>=3.1.2 <4.0.0' dependencies: From 31cb7f2e08cadb0192734adfa68ad7e079232bac Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Sat, 28 Oct 2023 12:30:59 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d1d5264..3bf2a72d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve collab revert - Improved settings screen +- Add recover from seed phrase. Note: for now we are only able to recover on-chain funds. ## [1.4.3] - 2023-10-23 diff --git a/Cargo.lock b/Cargo.lock index 9f4342d2c..ca693af3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,7 +642,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "1.4.3" +version = "1.4.4" dependencies = [ "anyhow", "atty",