Skip to content

Commit

Permalink
release v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 10, 2024
1 parent adb1daf commit e8771c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v1.39.0 (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.

IMPROVEMENTS

- fix: stop checking if .Amount is valid for returns

BUILD

- fix(deps): update module golang.org/x/net to v0.25.0
- build(deps): bump bulma-clean-theme from 0.13.3 to 0.14.0 in /docs
- build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0

## v1.38.1 (Released 2024-04-29)

IMPROVEMENTS
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.38.1"
const Version = "v1.39.0"

0 comments on commit e8771c3

Please sign in to comment.