From 044e118a99385b6def2ed5b2a3117c7074f04b6d Mon Sep 17 00:00:00 2001 From: Lukas Burkhalter Date: Wed, 29 Apr 2026 09:26:37 +0200 Subject: [PATCH] chore: Prepare release v3.4.1 --- CHANGELOG.md | 4 ++++ constants/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802636c6..37826897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.1] – 2026-04-29 +### Fixed +- Fixed EOF behavior of the verification Reader after first `io.EOF`. + ## [3.4.0] – 2026-03-18 ### Added - `InsecureAllowAllKeyFlagsWhenMissing` profile option. Allows usage of keys without key flags. diff --git a/constants/version.go b/constants/version.go index e670d6f2..ec42e970 100644 --- a/constants/version.go +++ b/constants/version.go @@ -1,3 +1,3 @@ package constants -const Version = "3.4.0" +const Version = "3.4.1"