Skip to content

Commit b68882e

Browse files
committed
Bump version to 0.68.1
1 parent 78fc6d9 commit b68882e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
### Removed
1212

13+
## Release 0.68.1 - 23-10-10
14+
15+
### Added
16+
17+
### Changed
18+
19+
### Fixed
20+
21+
- tor: patch error message to prevent play store flagging a security issue incorrectly.
22+
- Multisig: psbt: detect and mark change outputs when signing PSBT/PSET.
23+
- Fix the mingw compilation/login crash issues.
24+
25+
### Removed
26+
1327
## Release 0.68.0 - 23-09-27
1428

1529
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(gdk VERSION 0.68.0 LANGUAGES C CXX)
2+
project(gdk VERSION 0.68.1 LANGUAGES C CXX)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)