File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.15.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.14.0...1.15.0 ) - 2025-xx-xx
9
+
8
10
## [ 1.14.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0 ) - 2024-12-19
9
11
10
12
### Added
Original file line number Diff line number Diff line change 36
36
include ./makefile_conf/chain/$(CHAIN ) .mk
37
37
38
38
APPVERSION_M = 1
39
- APPVERSION_N = 14
39
+ APPVERSION_N = 15
40
40
APPVERSION_P = 0
41
- APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
41
+ APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
42
42
43
43
# Application source files
44
44
APP_SOURCE_PATH += src src_features src_plugins
You can’t perform that action at this time.
0 commit comments