From 496d530e344b856d68b6e8c37cf56afc9a440b65 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 12 Aug 2024 17:23:07 +0200 Subject: [PATCH] Bumped app version to 1.11.2 + updated changelog --- CHANGELOG.md | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ee37482..b11a155fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.2](https://github.com/ledgerhq/app-ethereum/compare/1.11.1...1.11.2) - 2024-08-13 + +### Added + +- Blind-signing setting + +### Changed + +- Blind-signing warnings on Flex & Stax + ## [1.11.1](https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1) - 2024-07-26 ### Fixed @@ -38,6 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Ledger Flex support ### Removed + - (clone) Flare - (clone) Flare Coston - (clone) Eth Goerli diff --git a/Makefile b/Makefile index 8e7def13b..e4641fd78 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ include ./makefile_conf/chain/$(CHAIN).mk APPVERSION_M = 1 APPVERSION_N = 11 -APPVERSION_P = 1 +APPVERSION_P = 2 APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Application source files