From 94b30197da9e335292ea6f2eeb9181c1b160dcb7 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Thu, 27 Jul 2023 08:50:50 +0000 Subject: [PATCH] Prepare release 1.1.0 --- CHANGELOG.md | 9 ++++++++- mobile/pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebdaf025..2ebe3899d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2023-07-27 + - Charge funding transaction on-chain fees upon receiving and inbound JIT Channel - Added prometheus metrics to coordinator: `channel_balance_satoshi`, `channel_outbound_capacity_satoshi`, `channel_inbound_capacity_satoshi`, `channel_is_usable`, `node_connected_peers_total`, `node_balance_satoshi`, `position_quantity_contracts`, `position_margin_sats` - Track channel data - Track channel liquidity - Track on-chain transactions +- Display service status in the app +- Fail HTLCs backwards +- Show local time in candlestick chart +- Enable wumbo channels for up to 1 BTC ## [1.0.21] - 2023-07-02 @@ -59,7 +65,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.0.21...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.1.0...HEAD +[1.1.0]: https://github.com/get10101/10101/compare/1.0.21...1.1.0 [1.0.21]: https://github.com/get10101/10101/compare/1.0.20...1.0.21 [1.0.20]: https://github.com/get10101/10101/compare/1.0.19...1.0.20 [1.0.19]: https://github.com/get10101/10101/compare/1.0.18...1.0.19 diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 5b36a6a85..69807e7c0 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.0.21 +version: 1.1.0 environment: sdk: ">=3.0.0 <4.0.0" dependencies: