From ce3609000bff4e92ecbc360c8b7ce5b34c106b5f Mon Sep 17 00:00:00 2001 From: TamtamHero <10632523+TamtamHero@users.noreply.github.com> Date: Fri, 30 Apr 2021 19:50:01 +0200 Subject: [PATCH] Bump version 1.7.0 --- CHANGELOG.md | 15 +++++++++++++++ Makefile | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f782e1..42e1493 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/Makefile b/Makefile index af032ba..155157f 100755 --- a/Makefile +++ b/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)