Skip to content

Commit

Permalink
release v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moov-bot committed Jun 14, 2024
1 parent 66c1344 commit 8efb862
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.40.0 (Released 2024-06-14)

IMPROVEMENTS

- feat: allow specifying line ending via API
- fix: return checksum error when ImmediateOrigin doesn't validate

BUILD

- build: run oldstable Go in CI
- build(deps): bump github.com/moov-io/base from 0.49.3 to 0.49.4
- build(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 in /docs
- build(deps): bump rexml from 3.2.6 to 3.2.8 in /docs
- build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0

## 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
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.2"
const Version = "v1.40.0"

0 comments on commit 8efb862

Please sign in to comment.