Skip to content

Commit

Permalink
release v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 8, 2022
1 parent 442ce95 commit bcb90c8
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.26.0 (Released 2022-12-08)

IMPROVEMENTS

- cmd/achcli/describe: return masked account number length unchanged, show spaces
- cmd/achcli: reunify entrydetail transaction type formatting
- cmd/webui: add a Reversal button
- fix: update fields required for reversed files to validate

BUILD

- build(deps): bump nokogiri from 1.13.9 to 1.13.10 in /docs
- fix(deps): update module github.com/aws/aws-lambda-go to v1.36.0
- fix(deps): update module github.com/moov-io/base to v0.37.0

## v1.25.0 (Released 2022-11-29)

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.25.0"
const Version = "v1.26.0"

0 comments on commit bcb90c8

Please sign in to comment.