Skip to content

Commit

Permalink
release v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jul 19, 2023
1 parent 6b12845 commit 91a208b
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.32.0 (Released 2023-07-19)

IMPROVEMENTS

- feat: add Addenda98Refused
- fix: SetTraceNumber should populate contested and dishonored returns
- fix: allow full range of ASCII and EBCDIC characters accepted by Nacha rules

BUILD

- build: run Go tests on Windows
- build(deps): bump github.com/moov-io/base from 0.44.0 to 0.45.0
- build(deps): bump golang.org/x/text from 0.10.0 to 0.11.0
- chore(deps): update ossf/scorecard-action action to v2.2.0

## v1.31.5 (Released 2023-06-21)

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.31.5"
const Version = "v1.32.0"

0 comments on commit 91a208b

Please sign in to comment.