diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed5b2d0f..dc0bf55a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.2] - 2023-10-18 + - Only contracts are editable for new orders - Contracts can only be entered in full amounts - New default amount is 10 contracts @@ -134,7 +136,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.1...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.4.2...HEAD +[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 [1.3.0]: https://github.com/get10101/10101/compare/1.2.6...1.3.0 diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 8fd78ebcf..80d18a341 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.4.1" +version = "1.4.2" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 560bcd404..e7d5822ef 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.4.1 +version: 1.4.2 environment: sdk: '>=3.1.2 <4.0.0' dependencies: