Skip to content

Commit ae67ab5

Browse files
committed
Bump version to 0.76.3, update CHANGELOG.md
1 parent 9b836f4 commit ae67ab5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# Changelog
22

3-
## Release 0.76.2 - 26-01-26
3+
## Release 0.76.3 - 26-02-04
44

55
### Added
66
- Liquid: Support filtering by asset id in GA_get_transactions.
77
- PSBT: Include any user_sighash override when creating a PSBT from tx json.
8-
- PSBT: Include existing tx signatures when creating PSBT from json.
8+
- PSBT: Include existing tx signatures when creating PSBT from tx json.
99

1010
### Changed
1111
- Build: Update Rust to 1.85.0.
1212
- Transactions: Use new signature hashing from Wally for all address types.
1313
- Transactions: Enable signature hash caching for faster signing with tx json.
14-
- Dependencies: Update Rust dependency to use adler2 instead of adler.
14+
- Dependencies: Update Rust dependency adler2 instead of adler, bytes.
15+
- Dependencies: Update libwally to 1.5.2, tinycbor.
1516
- Build: Include Wally as non-system private library
17+
- Login: use the short git sha in the login user agent
1618

1719
### Fixed
1820

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(gdk VERSION 0.76.2 LANGUAGES C CXX)
2+
project(gdk VERSION 0.76.3 LANGUAGES C CXX)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)