diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc1a50ca..79d4dac9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.1] - 2023-11-16 + - Add on-boarding wizard - Add backup and restore for lightning, dlc and 10101 data +- Add support for resizing positions +- Add beta disclaimer +- Ensure that payout curve cannot be negative +- Consider fee in payout curve +- Ensure that inverse payout curve does not go over oracle's maximum BTC price +- Add multiple oracle support on coordinator ## [1.5.0] - 2023-11-06 @@ -160,7 +168,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.5.0...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.5.1...HEAD +[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 [1.4.4]: https://github.com/get10101/10101/compare/1.4.3...1.4.4 [1.4.3]: https://github.com/get10101/10101/compare/1.4.2...1.4.3 diff --git a/Cargo.lock b/Cargo.lock index 4ff84bdd3..0029168f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "1.5.0" +version = "1.5.1" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 21d6546a3..fac20822a 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.5.0" +version = "1.5.1" edition = "2021" [dependencies] @@ -16,7 +16,6 @@ futures = "0.3" hex = "0.4" lazy_static = "1.4.0" lightning-persister = "0.0.116" -ln-dlc-storage = { path = "../crates/ln-dlc-storage" } local-ip-address = "0.5.1" opentelemetry = "0.19.0" opentelemetry-prometheus = "0.12.0" @@ -27,11 +26,17 @@ serde_json = "1" sled = "0.34" thiserror = "1.0" tokio-metrics = "0.2.2" -tokio-util = { version = "0.7", features = ["io"] } toml = "0.7.3" tracing = "0.1.37" url = "2.3.1" +[dependencies.ln-dlc-storage] +path = "../crates/ln-dlc-storage" + +[dependencies.tokio-util] +version = "0.7" +features = ["io"] + [dependencies.tokio-cron-scheduler] version = "0.9.4" diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 9ad97f3bf..ea467a56b 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -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.5.0 +version: 1.5.1 environment: sdk: '>=3.1.2 <4.0.0' dependencies: