From aa2d12dba7a8f1d427c8167765fab0d92f00d128 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Fri, 26 Jul 2024 14:36:57 +0200 Subject: [PATCH 1/2] Changed version number to 1.11.1 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 532441b..53a94a7 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,9 @@ endif include ./makefile_conf/chain/$(CHAIN).mk APPVERSION_M = 1 -APPVERSION_N = 12 -APPVERSION_P = 0 -APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev +APPVERSION_N = 11 +APPVERSION_P = 1 +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Application source files APP_SOURCE_PATH += src src_features src_plugins From b7efb4d4ad9b6936342ef8a2b322ad0c0421b8ab Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Fri, 26 Jul 2024 14:37:17 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9866b0..52ee374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.11.1](https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1) - 2024-07-26 + +### Fixed + +- (network/clone) Wanchain +- Refusal of EIP-712 messages after another transaction or message + ## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2024-07-24 ### Added