Skip to content

Commit

Permalink
Merge pull request #1171 from get10101/release/1.2.3
Browse files Browse the repository at this point in the history
Release version 1.2.3
  • Loading branch information
bonomat authored Aug 28, 2023
2 parents 9fa60e0 + 46cc252 commit 9d20215
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.3] - 2023-08-28

- Add synthetic usd feature.
- Fix delayed position update.
- Change contract duration to 7 days.
Expand Down Expand Up @@ -81,7 +83,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.2...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.2.3...HEAD
[1.2.3]: https://github.com/get10101/10101/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/get10101/10101/compare/1.2.1...1.2.2
[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
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.2
version: 1.2.3
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
Expand Down Expand Up @@ -38,7 +38,6 @@ dependencies:
firebase_core: ^2.15.0
firebase_messaging: ^14.6.5
flutter_local_notifications: ^15.1.0+1
# Needed for Flogs (unmaintained package)
dependency_overrides:
intl: ^0.18.0
dev_dependencies:
Expand Down

0 comments on commit 9d20215

Please sign in to comment.