Skip to content

Commit 34ddd29

Browse files
committed
Bump version to 0.74.3, update release notes
1 parent 668a5e1 commit 34ddd29

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## Release 0.74.3 - 25-01-11
4+
5+
### Added
6+
- GA_convert_amount(Liquid): Ensure L-BTC amounts are within concensus limits
7+
when asset information is included in the input JSON.
8+
9+
### Changed
10+
11+
### Fixed
12+
- Build: Update the official boost download location as the old one is defunct.
13+
314
## Release 0.74.2 - 25-01-04
415

516
### Added

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.74.2 LANGUAGES C CXX)
2+
project(gdk VERSION 0.74.3 LANGUAGES C CXX)
33

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

0 commit comments

Comments
 (0)