Skip to content

Commit

Permalink
Bump version to 0.70.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Mar 4, 2024
1 parent dfcad9f commit c478838
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Release 0.70.2
## Release 0.70.3

### Added

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

### Removed

## Release 0.70.2 - 24-03-04

### Added

### Changed

### Fixed

- Singlesig: watch-only: make GA_get_assets and GA_refresh_assets work
- Multisig: fix GA_login_user for sessions under 2FA reset
- Multisig: fix for subscribe calls hanging indefinitely in some cases
under macos.

### Removed

## Release 0.70.1 - 24-02-28

### Added
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.70.1 LANGUAGES C CXX)
project(gdk VERSION 0.70.2 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit c478838

Please sign in to comment.