Skip to content

Commit

Permalink
release v1.37.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 25, 2024
1 parent 72c59c9 commit 7ab5f87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.37.5 (Released 2024-04-25)

IMPROVEMENTS

- docs: update required fields for CreateFile schema object in openapi.yaml
- fix: add R62 to list of dishonored return codes

BUILD

- build(deps): bump github.com/aws/aws-lambda-go from 1.46.0 to 1.47.0

## v1.37.4 (Released 2024-04-17)

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

0 comments on commit 7ab5f87

Please sign in to comment.