Skip to content

Commit 6adb2d0

Browse files
committed
app: release 2.0.31
1 parent 81a9968 commit 6adb2d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.31] - 2025-11-25
8+
### Fixed:
9+
- Windows build and installer
10+
- Artifacts integrity
11+
712
## [2.0.30] - 2025-11-18
813
### Fixed:
914
- Correctly update asset details

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22

33
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
44

5-
project(blockstream VERSION 2.0.30 LANGUAGES CXX)
5+
project(blockstream VERSION 2.0.31 LANGUAGES CXX)
66

77
option(GREEN_WAYLAND "Include Wayland support" OFF)
88
option(ENABLE_SENTRY "Enable crash reports with sentry" OFF)

0 commit comments

Comments
 (0)