Skip to content

Commit 6162f5d

Browse files
committed
bump version vo v9.23.3 and add CHANGELOG entry
1 parent c785aaa commit 6162f5d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ customers cannot upgrade their bootloader, its changes are recorded separately.
88

99
### [Unreleased]
1010

11+
### v9.23.3
12+
- Bluetooth: fix communication timeout when creating/restoring a wallet
13+
1114
### 9.23.2
1215
- Improve touch sensor reliability when the sdcard is inserted
1316

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ endif()
9595
#
9696
# Versions MUST contain three parts and start with lowercase 'v'.
9797
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
98-
set(FIRMWARE_VERSION "v9.23.2")
99-
set(FIRMWARE_BTC_ONLY_VERSION "v9.23.2")
98+
set(FIRMWARE_VERSION "v9.23.3")
99+
set(FIRMWARE_BTC_ONLY_VERSION "v9.23.3")
100100
set(BOOTLOADER_VERSION "v1.1.1")
101101

102102
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)