Skip to content

Commit

Permalink
release v1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 13, 2023
1 parent d3dbe93 commit f43e5f3
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.1 (Released 2023-02-13)

IMPROVEMENTS

- chore: remove wasteful debug printf
- fix: validate amounts in non-prenote entries
- test: convert log.Fatal over to t.Fatal
- test: verify ValidAmountForCodes works as expected

BUILD

- build: update golang.org/x/sys/unix
- build(deps): bump activesupport from 6.0.3.7 to 6.0.6.1 in /docs
- chore(deps): update golang docker tag to v1.20
- fix(deps): update module github.com/moov-io/base to v0.39.0
- fix(deps): update module golang.org/x/text to v0.7.0

## v1.28.0 (Released 2023-01-12)

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

0 comments on commit f43e5f3

Please sign in to comment.