Skip to content

Commit

Permalink
release v1.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 10, 2024
1 parent 7b191c8 commit 814c623
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.39.1 (Released 2024-05-10)
## v1.39.2 (Released 2024-05-10)

This release of moov-io/ach removes the check verifying Amount is non-zero. This has been removed because returned Prenotes
were being incorrectly marked as invalid.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/igrmk/treemap/v2 v2.0.1
github.com/juju/ansiterm v1.0.0
github.com/moov-io/base v0.49.0
github.com/moov-io/base v0.49.1
github.com/moov-io/iso4217 v0.3.0
github.com/prometheus/client_golang v1.19.1
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/moov-io/base v0.49.0 h1:chaXkH1qF28qDMHYm8F/XzhIC0T6U4wlZfyAawI/O6A=
github.com/moov-io/base v0.49.0/go.mod h1:cgqj5GSQtCRNkz0pE0Q31mCrWCg3WTB69XjJGfqYT+4=
github.com/moov-io/base v0.49.1 h1:qoIqWimWBTD4duREAu0GDv+euZt4Wczd0OI/n6V6psA=
github.com/moov-io/base v0.49.1/go.mod h1:ri6h0lEraRhho1S7Qe9uZy3mH77fkXU4Vnt3KjAVzaw=
github.com/moov-io/iso4217 v0.3.0 h1:xAxeJEn7QIpEy971eElEGiaLNdj81UwOcCcvE6j2ZAo=
github.com/moov-io/iso4217 v0.3.0/go.mod h1:/pF1mBInDSJtwyWkLNr8EMdIn1zIl2cyjaVi4Xhpd44=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package ach

// Version Number
const Version = "v1.39.1"
const Version = "v1.39.2"

0 comments on commit 814c623

Please sign in to comment.