Skip to content

Commit

Permalink
Bump version to 0.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
domegabri committed Jul 8, 2022
1 parent 4c64cd8 commit 78e3482
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## Release 0.0.55
## Release 0.0.56

### Added

### Changed

### Fixed

## Release 0.0.55 - 2022-07-08

### Added

Expand All @@ -19,6 +27,7 @@
- Singlesig: Add some missing fields to GA_get_receive_address returned json.
- Singlesig: Remove is_segwit from GA_get_unspent_outputs returned json
- GA_register_user: Change interface to match GA_login_user.
- Update endpoints for new bitcoin multisig backend.

### Fixed

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.54', meson_version : '>= 0.58.0')
project('gdk', ['c', 'cpp'], version: '0.0.55', meson_version : '>= 0.58.0')

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

0 comments on commit 78e3482

Please sign in to comment.