Skip to content

Commit

Permalink
Merge pull request #2096 from get10101/release/1.9.0
Browse files Browse the repository at this point in the history
Release version 1.9.0
  • Loading branch information
holzeis authored Feb 26, 2024
2 parents 1184c02 + 27ef4a3 commit f817629
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.0] - 2024-02-26

- Feat(webapp): Let user manually sync wallet history.
- Feat(webapp): Allow to close or force-close a channel.
- Feat(app): Count pending but trusted utxos to wallet balance.
- Feat(mobile): Brag the bag: share your PnL as an image
- Fix(expiry): Handle multiple attempts to collab close an expired position. Fixes an issue where the first attempt failed and got the position stuck on retries.

## [1.8.11] - 2024-02-20

Expand Down Expand Up @@ -334,7 +337,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.8.11...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.8.12...HEAD
[1.8.12]: https://github.com/get10101/10101/compare/1.8.11...1.8.12
[1.8.11]: https://github.com/get10101/10101/compare/1.8.10...1.8.11
[1.8.10]: https://github.com/get10101/10101/compare/1.8.9...1.8.10
[1.8.9]: https://github.com/get10101/10101/compare/1.8.8...1.8.9
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coordinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coordinator"
version = "1.8.11"
version = "1.9.0"
edition = "2021"

[dependencies]
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.8.11
version: 1.9.0
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit f817629

Please sign in to comment.