Skip to content

Commit

Permalink
Merge pull request #1020 from get10101/release/1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat authored Jul 27, 2023
2 parents efc0b81 + 94b3019 commit 76f8cde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 76f8cde

Please sign in to comment.