Skip to content

Commit

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

## [Unreleased]

## [1.4.3] - 2023-10-23

- Charge order matching fee through the margin
- Improve wallet balance design
- Fix a bug where a position remained open even though the channel has been force closed.
- Fix a bug where the app got stuck when opening the receive screen.

## [1.4.2] - 2023-10-18

Expand Down Expand Up @@ -140,7 +143,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.2...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.4.3...HEAD
[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
[1.4.1]: https://github.com/get10101/10101/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/get10101/10101/compare/1.3.0...1.4.0
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.2"
version = "1.4.3"
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.2
version: 1.4.3
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit ca30d2b

Please sign in to comment.