Merge pull request #617 from LedgerHQ/rel/apa/1.11.1

1.11.1 changelog & version number
This commit is contained in:
apaillier-ledger
2024-07-26 14:45:51 +02:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -5,6 +5,13 @@ 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.1](https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1) - 2024-07-26
### Fixed
- (network/clone) Wanchain
- Refusal of EIP-712 messages after another transaction or message
## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2024-07-24
### Added

View File

@@ -38,9 +38,9 @@ endif
include ./makefile_conf/chain/$(CHAIN).mk
APPVERSION_M = 1
APPVERSION_N = 12
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
APPVERSION_N = 11
APPVERSION_P = 1
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
# Application source files
APP_SOURCE_PATH += src src_features src_plugins