Skip to content

Commit b3896e8

Browse files
Merge pull request #610 from LedgerHQ/rel/apa/1.11.0
1.11.0 changelog & version number
2 parents a5d9d25 + 8f3833c commit b3896e8

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,48 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2023-XX-XX
8+
## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2023-07-24
9+
10+
### Added
11+
12+
- (network) Base Sepolia
13+
- (network) Blast
14+
- (network) Blast Sepolia
15+
- (network) Mantle
16+
- (network) Mantle Sepolia
17+
- (network) Arbitrum Sepolia
18+
- (network) Linea Sepolia
19+
- (network) OP Sepolia
20+
- (network) Etherlink Mainnet
21+
- (network) ZetaChain
22+
- (network) Astar zkEVM
23+
- (network) Lisk
24+
- (network) Lisk Sepolia
25+
- (network) ZKsync
26+
- (network) BOB
27+
- (network) Electroneum
28+
- New EIP-712 filtering modes (datetime, amount-join)
29+
- New blind-signing warning flow before every blind-signed transaction flow
30+
- Ledger Flex support
31+
32+
### Removed
33+
- (clone) Flare
34+
- (clone) Flare Coston
35+
- (clone) Eth Goerli
36+
- (clone) Eth Ropsten
37+
- Wallet ID support
38+
- U2F support
39+
- Blind-signing setting
40+
41+
### Changed
42+
43+
- Renamed Optimism to OP Mainnet
44+
- Can now store up to 5 assets information (instead of 2)
45+
- Can now buffer & show multiple EIP-712 fields on one page for NBGL devices
46+
47+
### Fixed
48+
49+
- Handling of EIP-712 empty arrays within nested structs
950

1051
## [1.10.4](https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4) - 2023-03-08
1152

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
4040
APPVERSION_M = 1
4141
APPVERSION_N = 11
4242
APPVERSION_P = 0
43-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-rc1
43+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4444

4545
# Application source files
4646
APP_SOURCE_PATH += src src_features src_plugins

0 commit comments

Comments
 (0)