Skip to content

Commit

Permalink
Bump version to 0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Apr 10, 2024
1 parent dbf7f37 commit 4c41835
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## Release 0.71.0
## Release 0.72.0

### Added

### Changed

### Fixed

### Removed

## Release 0.71.0 - 24-04-10

### Added

Expand All @@ -11,7 +21,6 @@
but outside of the acceptable range of values for the amount in question.
- GA_get_subaccounts: Now returns additional metadata such as the subaccount
descriptors, matching the output of `GA_get_subaccount`.
- GA_rename_subaccount: Has been removed. Please use `GA_update_subaccount`.

### Fixed

Expand All @@ -20,8 +29,10 @@
mempool is full and the minimum required fee increases/decreases.
- Multisig: Changes to subaccount metadata (``"name"`` and ``"is_hidden"``)
are now reflected in logged in sessions when changed by another session.
- Build fixes and security updates

### Removed
- GA_rename_subaccount: Has been removed. Please use `GA_update_subaccount`.

## Release 0.70.3 - 24-03-06

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.70.3 LANGUAGES C CXX)
project(gdk VERSION 0.71.0 LANGUAGES C CXX)

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

0 comments on commit 4c41835

Please sign in to comment.