Skip to content

Commit

Permalink
Bump version to 0.74.1, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Dec 12, 2024
1 parent 1198e2b commit 6cfda8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release 0.74.1 - 24-12-13

### Added
- Added an example Dockerfile for building AWS lambda compatible gdk deployments.

### Changed
- Singlesig: Allow some incorrect descriptors/xpubs returned by Ledger HWW.
- GA_create_transaction: Return the currently calculated transaction fee in
the ``"fee"`` element when an insufficient fee error occurs.

### Fixed
- Singlesig: Prevent the relay fee from falling below the network minimum.
- Liquid: Update the allowed maximum of transaction inputs to 256, not 255.
- Build: Various build fixes for older compilers.


## Release 0.74.0 - 24-11-25

### Added
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.74.0 LANGUAGES C CXX)
project(gdk VERSION 0.74.1 LANGUAGES C CXX)

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

0 comments on commit 6cfda8b

Please sign in to comment.