Skip to content

Commit

Permalink
Bump version to 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Feb 1, 2024
1 parent 30f7948 commit 7d2e68b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## Release 0.70.0
## Release 0.70.1

### Added

### Changed

### Fixed

### Removed

## Release 0.70.0 - 24-02-01

### Added
- GA_sign_transaction: Added opt-in support for spending expired CSV outputs
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.69.0 LANGUAGES C CXX)
project(gdk VERSION 0.70.0 LANGUAGES C CXX)

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

0 comments on commit 7d2e68b

Please sign in to comment.