Skip to content

Commit

Permalink
release v1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 26, 2024
1 parent 25bb896 commit 6e97ac9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## v1.38.0 (Released 2024-04-26)

This release of moov-io/ach standardizes `ValidateOpts` query parameters on the HTTP server. Previously slightly different names
were used, which are still supported and deprecated. The GET/POST `/files/{fileID}/validate` endpoints accept `ValidateOpts` as
query parameters with this release.

IMPROVEMENTS

- feat: standardize validate opts query params, accept on GET/POST validate
- fix: nil check BatchHeader when reading JSON
- server/test: verify allowUnorderedBatchNumbers

## v1.37.5 (Released 2024-04-25)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -18,4 +18,4 @@
package ach

// Version Number
const Version = "v1.37.5"
const Version = "v1.38.0"

0 comments on commit 6e97ac9

Please sign in to comment.