Skip to content

Commit

Permalink
release v1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 7, 2024
1 parent 5aa7480 commit 662c509
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.34.1 (Released 2024-02-07)

IMPROVEMENTS

- fix: skip reserved fields in Dishonored Returns

BUILD

- build(deps): bump golang from 1.21 to 1.22
- build: experiment with ARM M1 builders and releases
- build: print crashers after fuzzing
- fix(deps): update module github.com/aws/aws-lambda-go to v1.46.0

## v1.34.0 (Released 2024-01-25)

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

0 comments on commit 662c509

Please sign in to comment.