Skip to content

Commit

Permalink
Merge pull request #762 from get10101/release/1.0.19
Browse files Browse the repository at this point in the history
Release version 1.0.19
  • Loading branch information
holzeis authored Jun 12, 2023
2 parents 6e43473 + d983a8a commit 714c7f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.19] - 2023-06-12

- Fixed a deadlock bug, resulting in the coordinator getting stuck
- Upgrade our fork to rust-lightning 114
- Added force closing a dlc channel feature
Expand All @@ -31,7 +33,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.18...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.0.19...HEAD
[1.0.19]: https://github.com/get10101/10101/compare/1.0.18...1.0.19
[1.0.18]: https://github.com/get10101/10101/compare/1.0.17...1.0.18
[1.0.17]: https://github.com/get10101/10101/compare/1.0.16...1.0.17
[1.0.16]: https://github.com/get10101/10101/compare/1.0.15...1.0.16
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.18
version: 1.0.19
environment:
sdk: ">=2.17.5 <3.0.0"
dependencies:
Expand Down

0 comments on commit 714c7f7

Please sign in to comment.