Skip to content

Commit

Permalink
Bump version to 0.73.2, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Oct 8, 2024
1 parent 95306c9 commit b1cfb97
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.73.2 - 24-10-08

### Added

### Changed
- Liquid: Preliminary changes to support discounted Liquid fees. This will
be available to end users in an upcoming release.
- Dependencies: Update rust dependencies.

### Fixed
- Liquid: Fix errors when listing transactions or fetching balances from
a subaccount which contains un-blindable UTXOs.
- Multisig: Fix minor discrepancies between transaction weight and vsize due
to rounding. Note this fix requires a server release which will be made shortly.
- Build (Windows): Remove duplicated "lib" directory from the library install path.

## Release 0.73.1 - 24-09-27

### 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.73.1 LANGUAGES C CXX)
project(gdk VERSION 0.73.2 LANGUAGES C CXX)

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

0 comments on commit b1cfb97

Please sign in to comment.