Skip to content

Commit 416f89c

Browse files
committed
Bump version to 0.0.58.post1
1 parent 8a664db commit 416f89c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
### Removed
12+
13+
## Release 0.0.58.post1 - 2023-03-21
14+
15+
### Added
16+
717
### Changed
818
- GA_get_twofactor_config: Fiat pricing limits no longer return corresponding
919
converted BTC amounts. When "is_fiat" is `true`, the caller should convert
1020
the amount themselves using GA_convert_amount if desired.
21+
- Liquid: Singlesig: allow 32 bytes master blinding keys, consistently with
22+
multisig.
1123

1224
### Fixed
1325
- GA_get_twofactor_config: Fixed exception thrown when a fiat pricing source
1426
is unavailable and a fiat pricing limit is set.
27+
- Singlesig: fix handling of some invalid proxies.
1528

1629
### Removed
1730

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('gdk', ['c', 'cpp'], version: '0.0.58', meson_version : '>= 0.58.0')
1+
project('gdk', ['c', 'cpp'], version: '0.0.58.post1', meson_version : '>= 0.58.0')
22

33
# commonly used checks
44
compiler = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)