Skip to content

Commit

Permalink
Bumped app version to 1.11.2 + updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Aug 13, 2024
1 parent a0fef87 commit 7713ee0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.2](https://github.com/ledgerhq/app-ethereum/compare/1.11.1...1.11.2) - 2024-08-13

### Added

- Blind-signing setting

### Changed

- Simplified blind-signing warnings on Flex & Stax
- Restored blind-signing warning screen from < 1.11.0 on Nano devices

## [1.11.1](https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1) - 2024-07-26

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

### Removed

- (clone) Flare
- (clone) Flare Coston
- (clone) Eth Goerli
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include ./makefile_conf/chain/$(CHAIN).mk

APPVERSION_M = 1
APPVERSION_N = 11
APPVERSION_P = 1
APPVERSION_P = 2
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

# Application source files
Expand Down

0 comments on commit 7713ee0

Please sign in to comment.