From 6b37b4e175eb64bb1fdf6aca52d7f3a70f5592b4 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Wed, 13 Dec 2023 20:36:52 +0000 Subject: [PATCH] Prepare release 1.7.3 --- 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 5d97dde0c..17abb7445 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.7.3] - 2023-12-13 + - Fix: a bug which may lead to a stuck position due to some async tasks. Instead of having an async task closing positions we are explicitly closing positions now according to the protocol. - Feat: Add delete network graph in settings - Fix: Make switch buttons in receive screen not jumpy @@ -240,7 +242,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.7.2...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.7.3...HEAD +[1.7.3]: https://github.com/get10101/10101/compare/1.7.2...1.7.3 [1.7.2]: https://github.com/get10101/10101/compare/1.7.1...1.7.2 [1.7.1]: https://github.com/get10101/10101/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/get10101/10101/compare/1.6.6...1.7.0 diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index bec1a99df..7d861964e 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.7.2" +version = "1.7.3" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index dc7cd0097..1660554e9 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.7.2 +version: 1.7.3 environment: sdk: '>=3.1.2 <4.0.0' dependencies: