Skip to content

Commit

Permalink
Merge pull request #1934 from get10101/release/1.8.4
Browse files Browse the repository at this point in the history
Release version 1.8.4
  • Loading branch information
holzeis authored Jan 31, 2024
2 parents e58fecf + 4bfe752 commit 853c202
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,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.4] - 2024-01-31

- Chore: Add funding txid to list dlc channels api
- Fix(app): Panic during startup: in a situation where we fell behind in the protocol rust-lightning paniced to protect us from publishing an outdated commitment transaction. This was not an issue for us in most cases because the commitment transaction was not publishable anyways due to our dlc-ln channels.

## [1.8.3] - 2024-01-26

Expand Down Expand Up @@ -281,7 +284,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.3...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.8.4...HEAD
[1.8.4]: https://github.com/get10101/10101/compare/1.8.3...1.8.4
[1.8.3]: https://github.com/get10101/10101/compare/1.8.2...1.8.3
[1.8.2]: https://github.com/get10101/10101/compare/1.8.1...1.8.2
[1.8.1]: https://github.com/get10101/10101/compare/1.8.0...1.8.1
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.3"
version = "1.8.4"
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.3
version: 1.8.4
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit 853c202

Please sign in to comment.