Skip to content

Commit 088e1d9

Browse files
committed
Bump version to 0.75.1, update CHANGELOG.md
1 parent 093561d commit 088e1d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## Release 0.75.1 - 25-04-01
4+
5+
### Fixed
6+
- GA_create_transaction: Return an invalid amount error instead of
7+
an assertion failure if any output amount in a transaction is 0.
8+
39
## Release 0.75.0 - 25-03-20
410

511
### 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.75.0 LANGUAGES C CXX)
2+
project(gdk VERSION 0.75.1 LANGUAGES C CXX)
33

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

0 commit comments

Comments
 (0)