Skip to content

Commit

Permalink
release v1.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Mar 27, 2024
1 parent bf42a2e commit 7f406aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## v1.37.1 (Released 2024-03-27)

IMPROVEMENTS

- perf: improve includesValidCharacters lookups
- perf: isTraceNumberODFI

## v1.37.0 (Released 2024-03-13)

The latest update to moov-io/ach introduces significant performance enhancements, particularly to the `MergeFiles(...)` function. Through rigorous testing, we've ensured that the merging process accurately incorporates all input files. However, should any issues arise, we encourage you to [report them](https://github.com/moov-io/ach/issues/new/choose).
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -18,4 +18,4 @@
package ach

// Version Number
const Version = "v1.37.0"
const Version = "v1.37.1"

0 comments on commit 7f406aa

Please sign in to comment.