Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.17.0](../../compare/1.16.0...1.17.0) - 2025-xx-xx
## [1.18.0](../../compare/1.17.0...1.18.0) - 2025-xx-xx

## [1.17.0](../../compare/1.16.0...1.17.0) - 2025-05-05

### Added

- EIP-7702 authorization signing
- Type 4 transaction signing

### Changed

- Datetime formatter now supports `Unlimited` (for things that are not meant to expire)
- Some TX check screens now play a sound (Flex / Stax)

### Removed

- Nano S support

## [1.16.0](../../compare/1.15.0...1.16.0) - 2025-04-28

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endif
include ./makefile_conf/chain/$(CHAIN).mk

APPVERSION_M = 1
APPVERSION_N = 17
APPVERSION_N = 18
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev

Expand Down
Loading