From eff120d459e0334f0abd4b5856005d213c16d020 Mon Sep 17 00:00:00 2001 From: itchymax Date: Fri, 2 Dec 2022 12:36:26 +0000 Subject: [PATCH 1/2] Prepare release 0.3.1 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75506dfc..3e5be52e 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] +## [0.3.1] - 2022-12-02 + ## [0.3.0] - 2022-12-02 ### Fixes @@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Backup seed view - Mocked CFD trading view -[Unreleased]: https://github.com/itchysats/10101/compare/0.3.0...HEAD +[Unreleased]: https://github.com/itchysats/10101/compare/0.3.1...HEAD +[0.3.1]: https://github.com/itchysats/10101/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/itchysats/10101/compare/0.1.0...0.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index 5b34a02c..6fbd4f14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: ten_ten_one description: A non-custodial Bitcoin and Lightning wallet for the masses. Trade derivatives, bet on your favorite team or set up a non-custodial savings account on Bitcoin. Powered by Lightning and DLCs. Built with ❤️. publish_to: none -version: 0.3.0 +version: 0.3.1 environment: sdk: ">=2.17.0 <3.0.0" dependencies: From d2deaf681cd42ee272c0bef17241d04e77736d37 Mon Sep 17 00:00:00 2001 From: Richard Holzeis Date: Fri, 2 Dec 2022 13:45:28 +0100 Subject: [PATCH 2/2] Add changlog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5be52e..a3b9c43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.1] - 2022-12-02 +### Fixed + +- Update on-chain balance immediately after channel closure. +- Set log level to debug so the attached logs on the feedback emails are more helpful. + ## [0.3.0] - 2022-12-02 ### Fixes