Skip to content

Commit

Permalink
release v1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 31, 2023
1 parent 1a76338 commit 3916790
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.33.2 (Released 2023-10-31)

IMPROVEMENTS

- fix: Parse FileIdModifier from file header; don't assume 'A'
- fix: revert "reduce allocations when parsing FileHeader"
- test/issues: verify FileIDModifier is read

BUILD

- build(deps): bump github.com/moov-io/base from 0.47.0 to 0.47.1

## v1.33.1 (Released 2023-10-26)

This release contains multiple performance improvements ontop of what v1.33.0 has included. The comparison to v1.32.2 is below:
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.1"
const Version = "v1.33.2"

0 comments on commit 3916790

Please sign in to comment.