Skip to content

Commit cbe969f

Browse files
Removed -dev version number suffix & updated the changelog
1 parent bae8f45 commit cbe969f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.3...1.22.0) - 2026-04-10
9+
10+
### Added
11+
12+
- Clear-signing gating support
13+
14+
### Fixed
15+
16+
- EIP-712 message hashing issue
17+
- Blind-signing bypass for single-byte calldata `0x00` transactions
18+
- Blind-signing bypass with EIP-712 filtering activation
19+
820
## [1.21.3](../../compare/1.21.2...1.21.3) - 2026-03-17
921

1022
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
3838
APPVERSION_M = 1
3939
APPVERSION_N = 22
4040
APPVERSION_P = 0
41-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
41+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4242

4343
# Application source files
4444
APP_SOURCE_PATH += src

0 commit comments

Comments
 (0)