File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.12.2] ( https://github.com/ledgerhq/app-ethereum/compare/1.12.1...1.12.2 ) - 2024-10-24
9
+
10
+ ### Fixed
11
+
12
+ - Token swap with calldata
13
+
8
14
## [ 1.12.1] ( https://github.com/ledgerhq/app-ethereum/compare/1.12.0...1.12.1 ) - 2024-10-02
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
37
37
38
38
APPVERSION_M = 1
39
39
APPVERSION_N = 12
40
- APPVERSION_P = 1
40
+ APPVERSION_P = 2
41
41
APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
42
42
43
43
# Application source files
You can’t perform that action at this time.
0 commit comments