Skip to content

Commit

Permalink
Bump version to 0.0.58.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Mar 21, 2023
1 parent 8a664db commit 416f89c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@

### Added

### Changed

### Fixed

### Removed

## Release 0.0.58.post1 - 2023-03-21

### Added

### Changed
- GA_get_twofactor_config: Fiat pricing limits no longer return corresponding
converted BTC amounts. When "is_fiat" is `true`, the caller should convert
the amount themselves using GA_convert_amount if desired.
- Liquid: Singlesig: allow 32 bytes master blinding keys, consistently with
multisig.

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

### Removed

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('gdk', ['c', 'cpp'], version: '0.0.58', meson_version : '>= 0.58.0')
project('gdk', ['c', 'cpp'], version: '0.0.58.post1', meson_version : '>= 0.58.0')

# commonly used checks
compiler = meson.get_compiler('cpp')
Expand Down

0 comments on commit 416f89c

Please sign in to comment.