Skip to content

Commit 814c623

Browse files
committed
release v1.39.2
1 parent 7b191c8 commit 814c623

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.39.1 (Released 2024-05-10)
1+
## v1.39.2 (Released 2024-05-10)
22

33
This release of moov-io/ach removes the check verifying Amount is non-zero. This has been removed because returned Prenotes
44
were being incorrectly marked as invalid.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gorilla/mux v1.8.1
1111
github.com/igrmk/treemap/v2 v2.0.1
1212
github.com/juju/ansiterm v1.0.0
13-
github.com/moov-io/base v0.49.0
13+
github.com/moov-io/base v0.49.1
1414
github.com/moov-io/iso4217 v0.3.0
1515
github.com/prometheus/client_golang v1.19.1
1616
github.com/stretchr/testify v1.9.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
4242
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
4343
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
4444
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
45-
github.com/moov-io/base v0.49.0 h1:chaXkH1qF28qDMHYm8F/XzhIC0T6U4wlZfyAawI/O6A=
46-
github.com/moov-io/base v0.49.0/go.mod h1:cgqj5GSQtCRNkz0pE0Q31mCrWCg3WTB69XjJGfqYT+4=
45+
github.com/moov-io/base v0.49.1 h1:qoIqWimWBTD4duREAu0GDv+euZt4Wczd0OI/n6V6psA=
46+
github.com/moov-io/base v0.49.1/go.mod h1:ri6h0lEraRhho1S7Qe9uZy3mH77fkXU4Vnt3KjAVzaw=
4747
github.com/moov-io/iso4217 v0.3.0 h1:xAxeJEn7QIpEy971eElEGiaLNdj81UwOcCcvE6j2ZAo=
4848
github.com/moov-io/iso4217 v0.3.0/go.mod h1:/pF1mBInDSJtwyWkLNr8EMdIn1zIl2cyjaVi4Xhpd44=
4949
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
package ach
1919

2020
// Version Number
21-
const Version = "v1.39.1"
21+
const Version = "v1.39.2"

0 commit comments

Comments
 (0)