diff --git a/releases/QChangeLog.md b/releases/QChangeLog.md index 27c04b5f..2ce3fa8d 100644 --- a/releases/QChangeLog.md +++ b/releases/QChangeLog.md @@ -59,3 +59,10 @@ - cleanups, bugfixes +## 0.0.7 - 2024-02-23 + +- bugfix: BBQr display of some segwit transactions would sometimes fail with message + about "non hex digit" +- bugfix: very obscure bug in low level code could cause txid to be miscalculated + if all the conditions occured just right + diff --git a/stm32/version.mk b/stm32/version.mk index b4ac0966..ee1ecdd8 100644 --- a/stm32/version.mk +++ b/stm32/version.mk @@ -1,5 +1,5 @@ # Our version for this release. # - caution, some bootroms (Q < 1.0.3, all mk4) will not accept version < 3.0.0 -VERSION_STRING = 0.0.6Q +VERSION_STRING = 0.0.7Q