Skip to content

Commit

Permalink
Bump version to 0.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Apr 18, 2023
1 parent ce65333 commit 97666d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Release 0.0.61
## Release 0.0.62

### Added

Expand All @@ -10,6 +10,11 @@

### Removed

## Release 0.0.61 - 2023-04-18

### Fixed
- Allow GA_decrypt_with_pin to decrypt pin_data created with GA_set_pin.

## Release 0.0.60 - 2023-04-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(gdk VERSION 0.0.60 LANGUAGES C CXX)
project(gdk VERSION 0.0.61 LANGUAGES C CXX)

include(cmake/includes/helpers.cmake)
include(cmake/includes/greenaddress.cmake)
Expand Down

0 comments on commit 97666d6

Please sign in to comment.