Skip to content

Commit

Permalink
Merge pull request #1696 from get10101/release/1.7.0
Browse files Browse the repository at this point in the history
Release version 1.7.0
  • Loading branch information
luckysori authored Dec 7, 2023
2 parents aa9f54c + 776d889 commit 14168db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Fix: Reduce websocket reconnect timeout to 200ms
## [1.7.0] - 2023-12-07

- Fix: Reduce WebSocket reconnect timeout to 200ms.
- Feat: Replace speed dial button with send, receive and swap buttons.
- Chore: Log channel details on a failed payment attempt.
- Feat: Redesign of the wallet balance.

## [1.6.6] - 2023-12-01

Expand Down Expand Up @@ -216,7 +221,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.6.6...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.7.0...HEAD
[1.7.0]: https://github.com/get10101/10101/compare/1.6.6...1.7.0
[1.6.6]: https://github.com/get10101/10101/compare/1.6.5...1.6.6
[1.6.5]: https://github.com/get10101/10101/compare/1.6.4...1.6.5
[1.6.4]: https://github.com/get10101/10101/compare/1.6.3...1.6.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coordinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coordinator"
version = "1.6.6"
version = "1.7.0"
edition = "2021"

[dependencies]
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.6.6
version: 1.7.0
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit 14168db

Please sign in to comment.