Skip to content

Commit

Permalink
release v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 25, 2024
1 parent b554624 commit bb4be99
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.34.0 (Released 2024-01-25)

IMPROVEMENTS

- fix: use constructor to create IATEntryDetails in reader
- test/issues: write up scenario for Issue 1312

BUILD

- build(deps): bump actions/download-artifact from 1 to 4
- build(deps): bump actions/upload-artifact from 1 to 4

## v1.33.6 (Released 2024-01-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.34.0-dev3"
const Version = "v1.34.0"

0 comments on commit bb4be99

Please sign in to comment.