Skip to content

Commit

Permalink
Release version 1.8.1 (#1902)
Browse files Browse the repository at this point in the history
Co-authored-by: 1010Juan <hello@10101.finance>
  • Loading branch information
1010Tom and 1010Juan authored Jan 26, 2024
1 parent cb7f8ea commit 813722e
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.8.1] - 2024-01-26

- Chore: Enforce minimum quantity to 500 on dlc channel open

## [1.8.0] - 2024-01-23
Expand Down Expand Up @@ -267,7 +269,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.0...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.8.1...HEAD
[1.8.1]: https://github.com/get10101/10101/compare/1.8.0...1.8.1
[1.8.0]: https://github.com/get10101/10101/compare/1.7.4...1.8.0
[1.7.4]: https://github.com/get10101/10101/compare/1.7.3...1.7.4
[1.7.3]: https://github.com/get10101/10101/compare/1.7.2...1.7.3
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.8.0"
version = "1.8.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.8.0
version: 1.8.1
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit 813722e

Please sign in to comment.