Skip to content

Commit 13e633e

Browse files
Bumped patch version number & updated the changelog
1 parent 3c3410d commit 13e633e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.21.3](../../compare/1.21.2...1.21.3) - 2026-03-17
9+
10+
### Fixed
11+
12+
- Missing trusted name matching with EIP-712 empty calldata
13+
814
## [1.21.2](../../compare/1.21.1...1.21.2) - 2026-03-03
915

1016
### Added

Makefile

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

3838
APPVERSION_M = 1
3939
APPVERSION_N = 21
40-
APPVERSION_P = 2
40+
APPVERSION_P = 3
4141
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4242

4343
# Application source files

0 commit comments

Comments
 (0)