Skip to content

Commit d28cfa0

Browse files
Merge pull request #703 from LedgerHQ/changelog_update
1.14.0 changelog update & non-dev version number
2 parents 3a2354b + c1ccb8b commit d28cfa0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,24 @@ 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.14.0](https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0) - 202x-xx-xx
8+
## [1.14.0](https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0) - 2024-12-19
9+
10+
### Added
11+
12+
- (network) Zero
13+
- Generic clear-signing support
14+
15+
### Changed
16+
17+
- Renamed "Address" field in ERC-20 approval flow to "Approve to"
18+
- Blind-signing flow now shows transaction hash (keccak-256 of the RLP without v/r/s)
19+
- Blind-signing flow now hides the amount if it is 0
20+
21+
### Fixed
22+
23+
- Version comparison in trusted name feature
24+
- Key ID & public key used for trusted names coming from CAL
25+
- PKI key usage in trusted name feature
926

1027
## [1.13.0](https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0) - 2024-11-26
1128

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
3838
APPVERSION_M = 1
3939
APPVERSION_N = 14
4040
APPVERSION_P = 0
41-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
41+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4242

4343
# Application source files
4444
APP_SOURCE_PATH += src src_features src_plugins

0 commit comments

Comments
 (0)