From 776d889a8d3123bdc6542d94c1da2da0d6a6825d Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Thu, 7 Dec 2023 04:35:52 +0000 Subject: [PATCH] Prepare release 1.7.0 --- CHANGELOG.md | 10 ++++++++-- Cargo.lock | 2 +- coordinator/Cargo.toml | 2 +- mobile/pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 194a258d7..43bccd613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Fix: Reduce websocket reconnect timeout to 200ms +## [1.7.0] - 2023-12-07 + +- Fix: Reduce WebSocket reconnect timeout to 200ms. +- Feat: Replace speed dial button with send, receive and swap buttons. +- Chore: Log channel details on a failed payment attempt. +- Feat: Redesign of the wallet balance. ## [1.6.6] - 2023-12-01 @@ -216,7 +221,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.6...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.7.0...HEAD +[1.7.0]: https://github.com/get10101/10101/compare/1.6.6...1.7.0 [1.6.6]: https://github.com/get10101/10101/compare/1.6.5...1.6.6 [1.6.5]: https://github.com/get10101/10101/compare/1.6.4...1.6.5 [1.6.4]: https://github.com/get10101/10101/compare/1.6.3...1.6.4 diff --git a/Cargo.lock b/Cargo.lock index 5dbe1a64a..c7fb060ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "1.6.6" +version = "1.7.0" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index b44dbf251..c07c63c68 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.6.6" +version = "1.7.0" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 7b7af9085..cf1c1b2a9 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.6 +version: 1.7.0 environment: sdk: '>=3.1.2 <4.0.0' dependencies: