File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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.1] ( https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1 ) - 2024-07-26
9
+
10
+ ### Fixed
11
+
12
+ - (network/clone) Wanchain
13
+ - Refusal of EIP-712 messages after another transaction or message
14
+
8
15
## [ 1.11.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0 ) - 2024-07-24
9
16
10
17
### Added
Original file line number Diff line number Diff line change 38
38
include ./makefile_conf/chain/$(CHAIN ) .mk
39
39
40
40
APPVERSION_M = 1
41
- APPVERSION_N = 12
42
- APPVERSION_P = 0
43
- APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
41
+ APPVERSION_N = 11
42
+ APPVERSION_P = 1
43
+ APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
44
44
45
45
# Application source files
46
46
APP_SOURCE_PATH += src src_features src_plugins
You can’t perform that action at this time.
0 commit comments