Skip to content

Commit

Permalink
Bump version to 0.73.1, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Sep 26, 2024
1 parent e2c5c7e commit 43f0839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

## Release 0.73.1
## Release 0.73.1 - 24-09-27

### Added
- GA_create_redeposit_transaction: Added a new call to create transactions
that re-deposit wallet funds. For Liquid this call handles multiple-asset
re-deposits and adds L-BTC fee inputs as required to cover re-deposit fees.

### Changed
- Dependencies: Update libwally.

### Fixed

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

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

0 comments on commit 43f0839

Please sign in to comment.