Skip to content

Commit 9476cb3

Browse files
committed
Merge branch 'version'
2 parents d2a6271 + d22afb8 commit 9476cb3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ customers cannot upgrade their bootloader, its changes are recorded separately.
77
## Firmware
88

99
### [Unreleased]
10+
- Multi edition: add Cardano support.
1011
- Allow recovery words that convert to a zero seed, such as the 12 words `abandon abandon .... about`.
1112
- RestoreBackup: ported to Rust. Will now return UserAbortError on user abort instead of GenericError.
1213
- Show "Transaction confirmed"/"Transaction canceled" messages when signing Ethereum transactions

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ endif()
8989
#
9090
# Versions MUST contain three parts and start with lowercase 'v'.
9191
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
92-
set(FIRMWARE_VERSION "v9.7.0")
93-
set(FIRMWARE_BTC_ONLY_VERSION "v9.7.0")
92+
set(FIRMWARE_VERSION "v9.8.0")
93+
set(FIRMWARE_BTC_ONLY_VERSION "v9.8.0")
9494
set(BOOTLOADER_VERSION "v1.0.4")
9595

9696
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)