Skip to content

Commit 22280a0

Browse files
Merge remote-tracking branch 'origin/master' into develop
2 parents 9a9918c + 45cbb50 commit 22280a0

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif
3636
include ./makefile_conf/chain/$(CHAIN).mk
3737

3838
APPVERSION_M = 1
39-
APPVERSION_N = 21
39+
APPVERSION_N = 22
4040
APPVERSION_P = 0
4141
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
4242

0 commit comments

Comments
 (0)