Skip to content

Commit 0d39b46

Browse files
committed
Merge branch 'version'
2 parents 04cf90c + 6a1bc7f commit 0d39b46

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
@@ -7,8 +7,11 @@ customers cannot upgrade their bootloader, its changes are recorded separately.
77
## Firmware
88

99
### [Unreleased]
10+
11+
### 9.23.1
1012
- EVM: add HyperEVM (HYPE) and SONIC (S) to known networks
1113
- U2F: fix macos/safari macos/firefox support
14+
- Fix USB timeout bug
1215

1316
### 9.23.0
1417
- Ethereum: add confirmation screen for known networks, change base unit to ETH for Arbitrum and Optimism

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.0")
99-
set(FIRMWARE_BTC_ONLY_VERSION "v9.23.0")
98+
set(FIRMWARE_VERSION "v9.23.1")
99+
set(FIRMWARE_BTC_ONLY_VERSION "v9.23.1")
100100
set(BOOTLOADER_VERSION "v1.1.1")
101101

102102
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)