Bump version 1.7.0
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [1.7.0](https://github.com/ledgerhq/app-ethereum/compare/1.6.6...1.7.0) - 2021-4-30
|
||||
|
||||
### Added
|
||||
|
||||
- Wallet ID feature now available on Nano X
|
||||
## [1.6.6](https://github.com/ledgerhq/app-ethereum/compare/1.6.5...1.6.6) - 2021-4-16
|
||||
|
||||
### Added
|
||||
|
||||
- Improved Starkware support
|
||||
## [1.6.5](https://github.com/ledgerhq/app-ethereum/compare/1.6.4...1.6.5) - 2021-2-12
|
||||
|
||||
### Added
|
||||
|
||||
- Add a setting to enable nonce display when approving transactions
|
||||
## [1.6.4](https://github.com/ledgerhq/app-ethereum/compare/1.6.3...1.6.4) - 2021-1-12
|
||||
|
||||
### Fixed
|
||||
|
||||
4
Makefile
4
Makefile
@@ -29,8 +29,8 @@ APP_LOAD_PARAMS += --path "45'"
|
||||
APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
|
||||
|
||||
APPVERSION_M=1
|
||||
APPVERSION_N=6
|
||||
APPVERSION_P=6
|
||||
APPVERSION_N=7
|
||||
APPVERSION_P=0
|
||||
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
|
||||
APP_LOAD_FLAGS= --appFlags 0x240 --dep Ethereum:$(APPVERSION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user