File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ - Display granular error codes when unlock fails unexpectedly
4
5
5
6
## 9.6.0 [ released 2021-05-20]
6
7
- Attempt to fix flaky SD behavior
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ endif()
89
89
#
90
90
# Versions MUST contain three parts and start with lowercase 'v'.
91
91
# 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 " )
95
95
set (BOOTLOADER_VERSION "v1.0.3" )
96
96
97
97
find_package (PythonInterp 3.6 REQUIRED )
You can’t perform that action at this time.
0 commit comments