Skip to content

Commit c2e6813

Browse files
committed
bump version and add payment requests to CHANGELOG
Forgot to modify the CHANGELOG in 75f1fb7.
1 parent 9562073 commit c2e6813

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
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+
- Bitcoin: add support for payment requests
1011
- Ethereum: allow signing EIP-712 messages containing multi-line strings
1112

1213
### 9.18.0

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ endif()
9696
#
9797
# Versions MUST contain three parts and start with lowercase 'v'.
9898
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
99-
set(FIRMWARE_VERSION "v9.18.0")
100-
set(FIRMWARE_BTC_ONLY_VERSION "v9.18.0")
99+
set(FIRMWARE_VERSION "v9.19.0")
100+
set(FIRMWARE_BTC_ONLY_VERSION "v9.19.0")
101101
set(BOOTLOADER_VERSION "v1.0.6")
102102

103103
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)