Skip to content

Commit a9cbbf0

Browse files
committed
version: bump to v9.14.0
1 parent 3abf4e6 commit a9cbbf0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ customers cannot upgrade their bootloader, its changes are recorded separately.
77
## Firmware
88

99
### [Unreleased]
10+
11+
### 9.14.0
12+
- Improved touch button positional accuracy in noisy environments
1013
- Increased performance when signing Bitcoin transactions
1114
- Warn if the transaction fee is higher than 10% of the coins sent
1215
- ETH Testnets: add Goerli and remove deprecated Rinkeby and Ropsten
13-
- Improved touch button positional accuracy in noisy environments
1416

1517
### 9.13.1
1618
- Fix bug introduced in 9.13.0: remove double cancel confirmation in the 'Restore from recovery words' workflow

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.1")
92-
set(FIRMWARE_BTC_ONLY_VERSION "v9.13.1")
91+
set(FIRMWARE_VERSION "v9.14.0")
92+
set(FIRMWARE_BTC_ONLY_VERSION "v9.14.0")
9393
set(BOOTLOADER_VERSION "v1.0.5")
9494

9595
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)