We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3abbe commit 0cb3933Copy full SHA for 0cb3933
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [3.4.1] – 2026-04-29
8
+### Fixed
9
+- Fixed EOF behavior of the verification Reader after first `io.EOF`.
10
+
11
## [3.4.0] – 2026-03-18
12
### Added
13
- `InsecureAllowAllKeyFlagsWhenMissing` profile option. Allows usage of keys without key flags.
constants/version.go
@@ -1,3 +1,3 @@
1
package constants
2
3
-const Version = "3.4.0"
+const Version = "3.4.1"
0 commit comments