We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006251d commit 6b69f94Copy full SHA for 6b69f94
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
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
## [1.16.0](../../compare/1.15.0...1.16.0) - 2025-04-28
15
16
### Added
Makefile
@@ -37,7 +37,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
37
38
APPVERSION_M = 1
39
APPVERSION_N = 16
40
-APPVERSION_P = 0
+APPVERSION_P = 1
41
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
42
43
# Application source files
0 commit comments