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 f132c65 commit 3f887c5Copy full SHA for 3f887c5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.38.1 (Released 2024-04-29)
2
+
3
+IMPROVEMENTS
4
5
+- fix: make -skip-validation flag not depend on -validate flag being present
6
7
## v1.38.0 (Released 2024-04-26)
8
9
This release of moov-io/ach standardizes `ValidateOpts` query parameters on the HTTP server. Previously slightly different names
version.go
@@ -18,4 +18,4 @@
18
package ach
19
20
// Version Number
21
-const Version = "v1.38.0"
+const Version = "v1.38.1"
0 commit comments