Skip to content

Commit

Permalink
Merge pull request #1134 from get10101/release/1.2.1
Browse files Browse the repository at this point in the history
Release version 1.2.1
  • Loading branch information
bonomat authored Aug 21, 2023
2 parents 12cd338 + 8d79bbe commit 864cdd2
Show file tree
Hide file tree
Showing 2 changed files with 5 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.2.1] - 2023-08-21

- Add support for push notifications.
- Added new setting to coordinator to configure max channel size to traders.
- Speed up DLC channel setup and settlement by checking for messages more often.
Expand Down Expand Up @@ -70,7 +72,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.2.0...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.2.1...HEAD
[1.2.1]: https://github.com/get10101/10101/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/get10101/10101/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/get10101/10101/compare/1.0.21...1.1.0
[1.0.21]: https://github.com/get10101/10101/compare/1.0.20...1.0.21
Expand Down
3 changes: 1 addition & 2 deletions 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.2.0
version: 1.2.1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
Expand Down Expand Up @@ -42,7 +42,6 @@ dependencies:
device_info_plus: ^9.0.3
url_launcher: ^6.1.12
feedback: ^2.6.0
# Needed for Flogs (unmaintained package)
dependency_overrides:
intl: ^0.18.0
dev_dependencies:
Expand Down

0 comments on commit 864cdd2

Please sign in to comment.