Skip to content

Commit

Permalink
release v1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 11, 2022
1 parent 3debb93 commit 829c967
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.18.6 (Released 2022-08-11)

IMPROVEMENTS

- docs: clarify TEL/WEB payment type code field
- fix: contested return addenda parsing of dishonored returns
- server: verify fileID specified in JSON is kept

BUILD

- build: remove deprecated ioutil functions, gofmt from go1.19
- fix(deps): update golang.org/x/oauth2 digest to 128564f
- fix(deps): update module github.com/aws/aws-lambda-go to v1.34.1

## v1.18.5 (Released 2022-07-19)

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.18.5"
const Version = "v1.18.6"

0 comments on commit 829c967

Please sign in to comment.