Skip to content

Commit

Permalink
release v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 10, 2023
1 parent 27037f1 commit 8beb6b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.30.0 (Released 2023-04-10)

Version v1.30.0 of moov-io/ach introduces a new `ErrFileConsecutiveBatchHeaders` error which replaces `ErrFileBatchHeaderInsideBatch` to better reflect when file parsing failed. The library can now accept ACH files without Batch Control records.

IMPROVEMENTS

- fix: accumulate batches without BatchControl records

## v1.29.4 (Released 2023-04-10)

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.29.4"
const Version = "v1.30.0"

0 comments on commit 8beb6b1

Please sign in to comment.