Skip to content

Commit

Permalink
Merge pull request #1446 from get10101/release/1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat authored Oct 6, 2023
2 parents 1b77451 + 1886ba1 commit 4cc7f0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.4.0] - 2023-10-06

- Allow up to 5BTC wumbo channels
- Add push notification reminder that the rollover window is open now.
- Add liquidity options to the onboaring flow
Expand Down Expand Up @@ -116,7 +118,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.3.0...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.4.0...HEAD
[1.4.0]: https://github.com/get10101/10101/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/get10101/10101/compare/1.2.6...1.3.0
[1.2.6]: https://github.com/get10101/10101/compare/1.2.5...1.2.6
[1.2.5]: https://github.com/get10101/10101/compare/1.2.4...1.2.5
Expand Down
6 changes: 4 additions & 2 deletions coordinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coordinator"
version = "1.3.0"
version = "1.4.0"
edition = "2021"

[dependencies]
Expand All @@ -23,12 +23,14 @@ rand = "0.8.5"
serde = "1.0.147"
serde_json = "1"
thiserror = "1.0"
tokio-cron-scheduler = { version = "0.9.4" }
tokio-metrics = "0.2.2"
toml = "0.7.3"
tracing = "0.1.37"
url = "2.3.1"

[dependencies.tokio-cron-scheduler]
version = "0.9.4"

[dependencies.anyhow]
version = "1"
features = ["backtrace"]
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.3.0
version: 1.4.0
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit 4cc7f0d

Please sign in to comment.