Skip to content

Commit

Permalink
release v1.33.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 19, 2024
1 parent 375af96 commit b7319a6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v1.33.5 (Released 2024-01-19)

IMPROVEMENTS

- api: fixup EntryDetail required fields
- api: label required fields on EntryDetail
- feat: Addenda99.SetOriginalEntryReturnDate
- feat: Parse Addenda99.AddendaInformation
- feat: improve addenda99 for dishonored returns
- feat: add CheckingReturnNOCCredit to list of valid ATX txn codes (#21)
- fix BatchHeader.EffectiveEntryDateField (#20)
- fix: Don't truncate Addenda99.AddendaInformation
- fix: trim "R" in dishonored and contested setter
- test: verify "!" is allowed in isAlphanumeric

BUILD

- build(deps): bump actions/download-artifact from 1 to 4
- build(deps): bump actions/upload-artifact from 1 to 4
- build(deps): bump github.com/moov-io/base from 0.48.2 to 0.48.3 (#1341)
- build(deps): bump github.com/aws/aws-lambda-go from 1.41.0 to 1.43.0 (#1346)
- build(deps): bump github/codeql-action from 2 to 3 (#1342)
- build(deps): bump github.com/prometheus/client_golang
- build(deps): bump github.com/aws/aws-lambda-go from 1.43.0 to 1.44.0
- build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0
- build(deps): bump github.com/moov-io/base from 0.48.3 to 0.48.5
- build(deps): bump actions/cache from 3 to 4
- build(deps): bump github.com/aws/aws-lambda-go from 1.44.0 to 1.45.0
- chore(deps): update dependency jekyll-feed to v0.17.0 (#1337)

## v1.33.4 (Released 2023-12-07)

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.33.4"
const Version = "v1.33.5"

0 comments on commit b7319a6

Please sign in to comment.