Skip to content

Commit 0cc8e36

Browse files
committed
update CHANGELOG and bump version to v9.6.1
1 parent f7a0216 commit 0cc8e36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## [Unreleased]
4+
- Display granular error codes when unlock fails unexpectedly
45

56
## 9.6.0 [released 2021-05-20]
67
- Attempt to fix flaky SD behavior

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ 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.6.0")
93-
set(FIRMWARE_BTC_ONLY_VERSION "v9.6.0")
94-
set(FIRMWARE_BITBOXBASE_VERSION "v9.6.0")
92+
set(FIRMWARE_VERSION "v9.6.1")
93+
set(FIRMWARE_BTC_ONLY_VERSION "v9.6.1")
94+
set(FIRMWARE_BITBOXBASE_VERSION "v9.6.1")
9595
set(BOOTLOADER_VERSION "v1.0.3")
9696

9797
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)