We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0fb2e commit 977592bCopy full SHA for 977592b
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## v1.49.2 (Released 2025-06-02)
2
+
3
+IMPROVEMENTS
4
5
+- batch: check SkipAll inside Validate()
6
+- fix: ensure CompanyName, CompanyIdentification, and CompanyEntryDescription are non-zero
7
+- fix: reject FileHeader records inside files/batches
8
+- fuzz: add another InvalidBatches crasher
9
10
+BUILD
11
12
+- chore(deps): update ossf/scorecard-action action to v2.4.2 (#1603)
13
+- fix(deps): update module github.com/aws/aws-lambda-go to v1.49.0
14
15
## v1.49.1 (Released 2025-05-22)
16
17
IMPROVEMENTS
version.go
@@ -18,4 +18,4 @@
18
package ach
19
20
// Version Number
21
-const Version = "v1.49.1"
+const Version = "v1.49.2"
0 commit comments