Skip to content

Commit

Permalink
Merge pull request #1623 from get10101/release/1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis authored Nov 21, 2023
2 parents 5663faf + 01afe99 commit ece418b
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,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.1] - 2023-11-21

- Fix missing context when opening alert dialog
- Fix jagged border on carousel images
- Compute trade cost correctly in app wallet history

## [1.6.0] - 2023-11-20

Expand Down Expand Up @@ -183,7 +186,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.6.0...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.6.1...HEAD
[1.6.1]: https://github.com/get10101/10101/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/get10101/10101/compare/1.5.1...1.6.0
[1.5.1]: https://github.com/get10101/10101/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/get10101/10101/compare/1.4.4...1.5.0
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.6.0"
version = "1.6.1"
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.6.0
version: 1.6.1
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit ece418b

Please sign in to comment.