Skip to content

Commit 0cb3933

Browse files
authored
chore: Prepare release v3.4.1 (#359)
1 parent 7c3abbe commit 0cb3933

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.4.1] – 2026-04-29
8+
### Fixed
9+
- Fixed EOF behavior of the verification Reader after first `io.EOF`.
10+
711
## [3.4.0] – 2026-03-18
812
### Added
913
- `InsecureAllowAllKeyFlagsWhenMissing` profile option. Allows usage of keys without key flags.

constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package constants
22

3-
const Version = "3.4.0"
3+
const Version = "3.4.1"

0 commit comments

Comments
 (0)