Bump to v4.1.9 and changelog
This commit is contained in:
parent
0c0e9f0029
commit
d53dc15fa4
@ -1,3 +1,7 @@
|
||||
## 4.1.9 - Jun 26, 2023
|
||||
|
||||
- Bugfix: QR codes could not be rendered in 4.1.8 release due to a regression.
|
||||
|
||||
## 4.1.8 - Jun 19, 2023
|
||||
|
||||
- Bugfix: "Validating..." screen would be shown twice in some cases. Improves signing performance.
|
||||
|
||||
@ -34,7 +34,7 @@ BOOTLOADER_BASE = 0x08000000
|
||||
FILESYSTEM_BASE = 0x080e0000
|
||||
|
||||
# Our version for this release.
|
||||
VERSION_STRING = 4.1.8
|
||||
VERSION_STRING = 4.1.9
|
||||
|
||||
#
|
||||
# Sign and merge various parts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user