Skip to content

Commit

Permalink
release v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 29, 2024
1 parent e3cbcc2 commit 2ee78c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.35.0 (Released 2024-02-29)

ADDITIONS

- feat: Add `IATCorrectedDataField() string` on `Addenda98` to return the expanded field

IMPROVEMENTS

- all: reduce string allocations
- fix: allow IAT corrections to not have IAT addenda records
- fix: read additional corrected data on IAT corrections

BUILD

- build(deps): bump github.com/prometheus/client_golang

## v1.34.4 (Released 2024-02-26)

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.34.4"
const Version = "v1.35.0"

0 comments on commit 2ee78c0

Please sign in to comment.