Skip to content

Commit

Permalink
release v1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 17, 2024
1 parent ea1b38c commit 232f3b0
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.45.0 (Released 2024-12-17)

IMPROVEMENTS

- fix: copy ValidateOpts through Flatten
- feat: add `DeleteEntries()` to IATBatch

BUILD

- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1733767867 (#1522)

## v1.44.2 (Released 2024-12-09)

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

0 comments on commit 232f3b0

Please sign in to comment.