From bb811f9e559ff7fc6ab7aa40a256f91982845b03 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 24 Apr 2023 13:59:10 +0200 Subject: [PATCH 1/2] Removed -dev version suffix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95afe9b..b7704d7 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'" APPVERSION_M=1 APPVERSION_N=10 APPVERSION_P=2 -APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev +APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APP_LOAD_FLAGS= --appFlags 0xa40 --dep Ethereum:$(APPVERSION) ########################### From 01997ba34baf6241beb25ad4b76079eb08839f67 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 24 Apr 2023 13:59:23 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b95816f..50c74f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.10.2](https://github.com/ledgerhq/app-ethereum/compare/1.10.1...1.10.2) - 2023-XX-XX +## [1.10.2](https://github.com/ledgerhq/app-ethereum/compare/1.10.1...1.10.2) - 2023-04-24 ### Added @@ -35,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Possible overflow with very large transactions - EnergyWebChain ticker - Arbitrum ticker -- Better error handling on EIP-191 APDUs +- Error handling on EIP-191 APDUs +- Swap transactions handling ## [1.10.1](https://github.com/ledgerhq/app-ethereum/compare/1.10.0...1.10.1) - 2022-11-09