From 01afe99793f157eb343807109af84efbe2a02d0d Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Tue, 21 Nov 2023 19:20:50 +0000 Subject: [PATCH] Prepare release 1.6.1 --- 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 f0c9703bb..9a160f67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.1] - 2023-11-21 + - Fix missing context when opening alert dialog - Fix jagged border on carousel images +- Compute trade cost correctly in app wallet history ## [1.6.0] - 2023-11-20 @@ -183,7 +186,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.6.0...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.6.1...HEAD +[1.6.1]: https://github.com/get10101/10101/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/get10101/10101/compare/1.5.1...1.6.0 [1.5.1]: https://github.com/get10101/10101/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/get10101/10101/compare/1.4.4...1.5.0 diff --git a/Cargo.lock b/Cargo.lock index 5a31015e9..0707b73b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index df1c1cb1b..7f1623b07 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.6.0" +version = "1.6.1" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 60fb9ab24..3fd7a6205 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.6.0 +version: 1.6.1 environment: sdk: '>=3.1.2 <4.0.0' dependencies: