File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.11.2] ( https://github.com/ledgerhq/app-ethereum/compare/1.11.1...1.11.2 ) - 2024-08-13
9
+
10
+ ### Added
11
+
12
+ - Blind-signing setting
13
+
14
+ ### Changed
15
+
16
+ - Simplified blind-signing warnings on Flex & Stax
17
+ - Restored blind-signing warning screen from < 1.11.0 on Nano devices
18
+
8
19
## [ 1.11.1] ( https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1 ) - 2024-07-26
9
20
10
21
### Fixed
@@ -38,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
38
49
- Ledger Flex support
39
50
40
51
### Removed
52
+
41
53
- (clone) Flare
42
54
- (clone) Flare Coston
43
55
- (clone) Eth Goerli
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
39
39
40
40
APPVERSION_M = 1
41
41
APPVERSION_N = 11
42
- APPVERSION_P = 1
42
+ APPVERSION_P = 2
43
43
APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
44
44
45
45
# Application source files
You can’t perform that action at this time.
0 commit comments