Skip to content

Commit

Permalink
release v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 25, 2022
1 parent 0077974 commit d83003c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.22.0 (Released 2022-10-25)

IMPROVEMENTS

- docs: rename 'payment code' to transaction code
- examples: add micro-entries / micro-deposits (#1103)
- feat: add `ReadJSONFile` and `ReadJSONFileWith` helpers
- feat: add `Reversal()` to files
- feat: add `AllowInvalidCheckDigit` validation option
- feat: add achcli IAT Support (#1100)
- feat: allow empty strings when allow missing file header opt is set

BUILD

- build(deps): bump nokogiri from 1.13.6 to 1.13.9 in /docs
- fix(deps): update module github.com/moov-io/base to v0.36.1
- fix(deps): update module github.com/stretchr/testify to v1.8.1
- fix(deps): update module golang.org/x/oauth2 to v0.1.0

## v1.21.2 (Released 2022-10-04)

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.21.2"
const Version = "v1.22.0"

0 comments on commit d83003c

Please sign in to comment.