Skip to content

Commit

Permalink
release v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 12, 2023
1 parent 13f7b2c commit 301500b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.28.0 (Released 2023-01-12)

ADDITIONS

- Add `ValidateOpts` to BatchControl.
- Add use of `PreserveSpaces` validate opt in BatchControl, BatchHeader, and EntryDetail.

IMPROVEMENTS

- fix: trim DFIAccountNumber by default

BUILD

- chore: generate iso3166 and iso4217 code, no changes
- fix(deps): update module github.com/aws/aws-lambda-go to v1.37.0
- test: use testify assert package for Valid unit tests change packages to *_test

## v1.27.0 (Released 2023-01-06)

ADDITIONS
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.27.0"
const Version = "v1.28.0"

0 comments on commit 301500b

Please sign in to comment.