bump version to 1.7.0; update firmware changelog

This commit is contained in:
Pavol Rusnak 2018-02-20 19:14:35 +01:00
parent ab76828e16
commit d7de064bde
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Version 1.7.0
* Stable release, optional update
* Use fixed-width font for addresses
* Enable WebUSB
* Lots of under-the-hood improvements
Version 1.6.0
* Stable release, optional update
* Native SegWit (Bech32) address support

View File

@ -23,7 +23,7 @@
#include <stdint.h>
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define STR(X) #X