From 7f406aa6c32290bb0f0b4531601c7c445ba07871 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Wed, 27 Mar 2024 14:28:15 -0500 Subject: [PATCH] release v1.37.1 --- CHANGELOG.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab551ef5..0434f37dc 100644 --- a/CHANGELOG.md +++ b/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). diff --git a/version.go b/version.go index 3862cd578..433d8b358 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ package ach // Version Number -const Version = "v1.37.0" +const Version = "v1.37.1"