File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 1.22.0] ( ../../compare/1.21.x...1.22.0 ) - 2026-xx-xx
9+
10+ ## [ 1.21.0] ( ../../compare/1.20.1...1.21.0 ) - 2026-02-16
11+
12+ ### Added
13+
14+ - EIP-7002 support
15+ - EIP-7251 support
16+ - 45'/* derivation path
17+
18+ ### Changed
19+
20+ - Improved handling of native send transactions within a batch transaction
21+ - Improved handling of ERC-20 extra data
22+ - Enabled the get safe account feature on Nano S+/X
23+ - More fields are clickable while clear-signing transactions
24+ - Shows a network field during EIP-712 clear-signing flow
25+
826## [ 1.20.1] ( ../../compare/1.20.0...1.20.1 ) - 2025-12-11
927
1028### Fixed
Original file line number Diff line number Diff line change 3636include ./makefile_conf/chain/$(CHAIN ) .mk
3737
3838APPVERSION_M = 1
39- APPVERSION_N = 21
39+ APPVERSION_N = 22
4040APPVERSION_P = 0
4141APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
4242
You can’t perform that action at this time.
0 commit comments