Skip to content

Commit

Permalink
Bump version to 0.68.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Oct 25, 2023
1 parent 7e28c61 commit cac971d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

### Removed

## Release 0.68.3 - 23-10-25

### Fixed

- Singlesig: Fix incorrectly reported unconfirmed transactions.

## Release 0.68.2 - 23-10-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(gdk VERSION 0.68.2 LANGUAGES C CXX)
project(gdk VERSION 0.68.3 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit cac971d

Please sign in to comment.