Skip to content

Commit

Permalink
Merge pull request #1555 from get10101/release/1.5.0
Browse files Browse the repository at this point in the history
Release version 1.5.0
  • Loading branch information
holzeis authored Nov 6, 2023
2 parents 5f04481 + 733a188 commit be2b663
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.5.0] - 2023-11-06

- Allow to drain on-chain wallet by sending amount `0`.
- Load persisted `rust-dlc` `ChainMonitor` on restart.
- Upgrade `rust-lightning` to version 0.0.116.
Expand Down Expand Up @@ -155,7 +157,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.4.4...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.5.0...HEAD
[1.5.0]: https://github.com/get10101/10101/compare/1.4.4...1.5.0
[1.4.4]: https://github.com/get10101/10101/compare/1.4.3...1.4.4
[1.4.3]: https://github.com/get10101/10101/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/get10101/10101/compare/1.4.1...1.4.2
Expand Down
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.4.4"
version = "1.5.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.4.4
version: 1.5.0
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit be2b663

Please sign in to comment.