Skip to content

Commit fbca0de

Browse files
Merge pull request #617 from LedgerHQ/rel/apa/1.11.1
1.11.1 changelog & version number
2 parents 9c5c9bc + b7efb4d commit fbca0de

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.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+
815
## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2024-07-24
916

1017
### Added

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ endif
3838
include ./makefile_conf/chain/$(CHAIN).mk
3939

4040
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)
4444

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

0 commit comments

Comments
 (0)