We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fc6d9 commit b68882eCopy full SHA for b68882e
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
### Removed
12
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
27
## Release 0.68.0 - 23-09-27
28
29
### Added
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.10)
2
-project(gdk VERSION 0.68.0 LANGUAGES C CXX)
+project(gdk VERSION 0.68.1 LANGUAGES C CXX)
3
4
set(CMAKE_CXX_STANDARD 17)
5
set(CMAKE_CXX_STANDARD_REQUIRED ON)
0 commit comments