Skip to content

Commit 7713ee0

Browse files
Bumped app version to 1.11.2 + updated changelog
1 parent a0fef87 commit 7713ee0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.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+
819
## [1.11.1](https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1) - 2024-07-26
920

1021
### Fixed
@@ -38,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3849
- Ledger Flex support
3950

4051
### Removed
52+
4153
- (clone) Flare
4254
- (clone) Flare Coston
4355
- (clone) Eth Goerli

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
3939

4040
APPVERSION_M = 1
4141
APPVERSION_N = 11
42-
APPVERSION_P = 1
42+
APPVERSION_P = 2
4343
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4444

4545
# Application source files

0 commit comments

Comments
 (0)