Skip to content

Commit

Permalink
release v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 6, 2023
1 parent 7a9a661 commit ad23500
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v1.27.0 (Released 2023-01-06)

ADDITIONS

- Add `-pretty.amounts` CLI flag to show human readable amounts
- Add `-skip-validation` add option to skip all validations
- Add `-validate` CLI flag to read files with ValidateOpts
- feat: add option to skip all validations

IMPROVEMENTS

- fix: properly count string lengths when padding fields
- test: verify EntryDetail record lengths are valid for all return codes

BUILD

- build: enable Go test shuffle
- fix(deps): update module golang.org/x/oauth2 to v0.4.0
- fix(deps): update module golang.org/x/text to v0.6.0

## v1.26.4 (Released 2022-12-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.26.4"
const Version = "v1.27.0"

0 comments on commit ad23500

Please sign in to comment.