Skip to content

Commit 0f72615

Browse files
Bumped patch version number & updated the changelog
1 parent c79c5a1 commit 0f72615

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.16.1](../../compare/1.16.0...1.16.1-lns) - 2026-03-30
9+
10+
### Fixed
11+
12+
- RLP elements parsing
13+
14+
### Removed
15+
16+
- 44'/1' derivation path
17+
- 45' derivation path from clones
18+
819
## [1.16.0](../../compare/1.15.0...1.16.0) - 2025-04-28
920

1021
### 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 = 16
40-
APPVERSION_P = 0
40+
APPVERSION_P = 1
4141
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4242

4343
# Application source files

0 commit comments

Comments
 (0)