From 86798708fb844c09d32ff06b6aa19c6df5cf20a8 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 24 Jul 2024 15:05:35 +0200 Subject: [PATCH 1/2] Removed -rc1 version suffix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 900d634..a0bc4e1 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ include ./makefile_conf/chain/$(CHAIN).mk APPVERSION_M = 1 APPVERSION_N = 11 APPVERSION_P = 0 -APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-rc1 +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Application source files APP_SOURCE_PATH += src src_features src_plugins From 8f3833cd1bbce2d4a8d2220cb2f7ef7f6aa700ba Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 24 Jul 2024 15:05:16 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d3d7c..9a828e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,48 @@ 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.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2023-XX-XX +## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2023-07-24 + +### Added + +- (network) Base Sepolia +- (network) Blast +- (network) Blast Sepolia +- (network) Mantle +- (network) Mantle Sepolia +- (network) Arbitrum Sepolia +- (network) Linea Sepolia +- (network) OP Sepolia +- (network) Etherlink Mainnet +- (network) ZetaChain +- (network) Astar zkEVM +- (network) Lisk +- (network) Lisk Sepolia +- (network) ZKsync +- (network) BOB +- (network) Electroneum +- New EIP-712 filtering modes (datetime, amount-join) +- New blind-signing warning flow before every blind-signed transaction flow +- Ledger Flex support + +### Removed +- (clone) Flare +- (clone) Flare Coston +- (clone) Eth Goerli +- (clone) Eth Ropsten +- Wallet ID support +- U2F support +- Blind-signing setting + +### Changed + +- Renamed Optimism to OP Mainnet +- Can now store up to 5 assets information (instead of 2) +- Can now buffer & show multiple EIP-712 fields on one page for NBGL devices + +### Fixed + +- Handling of EIP-712 empty arrays within nested structs ## [1.10.4](https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4) - 2023-03-08