1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

firmware: update ChangeLog, bump to 1.6.3

This commit is contained in:
Pavol Rusnak 2018-08-27 16:09:31 +02:00
parent a265a9cc50
commit 7c3040d6fc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Version 1.6.3 [unreleased]
* Stable release, optional update
* implement RSKIP-60 Ethereum checksum encoding
* add support for new Ethereum networks (ESN, AKA, ETHO, MUSI, PIRL, ATH)
Version 1.6.2
* Stable release, optional update
* Add possibility to set custom auto-lock delay

View File

@ -24,7 +24,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_PATCH 2
#define VERSION_PATCH 3
#define STR(X) #X
#define VERSTR(X) STR(X)