Skip to content

Commit 0d5b26c

Browse files
committed
Merge remote-tracking branch 'benma/bumpverson'
2 parents 53dd1b6 + e11e9ec commit 0d5b26c

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
@@ -10,6 +10,9 @@ customers cannot upgrade their bootloader, its changes are recorded separately.
1010
- Bitcoin: warn if the transaction fee is higher than 10% of the coins sent
1111
- ETH Testnets: add Goerli and remove deprecated Rinkeby and Ropsten
1212

13+
### 9.13.1
14+
- Fix bug introduced in 9.13.0: remove double cancel confirmation in the 'Restore from recovery words' workflow
15+
1316
### 9.13.0
1417
- Bitcoin: allow displaying BTC values in the 'sat' unit
1518
- Allow skipping the microSD card backup in favor of backing up using the recovery words

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ endif()
8888
#
8989
# Versions MUST contain three parts and start with lowercase 'v'.
9090
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
91-
set(FIRMWARE_VERSION "v9.13.0")
92-
set(FIRMWARE_BTC_ONLY_VERSION "v9.13.0")
91+
set(FIRMWARE_VERSION "v9.13.1")
92+
set(FIRMWARE_BTC_ONLY_VERSION "v9.13.1")
9393
set(BOOTLOADER_VERSION "v1.0.5")
9494

9595
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)