Skip to content

Commit

Permalink
release v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 21, 2022
1 parent 8d95d2b commit 54787a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.24.0 (Released 2022-11-21)

ADDITIONS

- feat: add `CalculateCheckDigit`
- feat: add `.SetMaxLines(int)` to Reader
- feat: add `UnequalAddendaCounts` validation option

IMPROVEMENTS

- api: add missing unorderedBatchNumbers and allowInvalidCheckDigit

BUILD

- fix(deps): update module github.com/aws/aws-lambda-go to v1.35.0

## v1.23.1 (Released 2022-11-15)

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.23.1"
const Version = "v1.24.0"

0 comments on commit 54787a7

Please sign in to comment.