Skip to content

Commit

Permalink
release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 28, 2024
1 parent dd40305 commit 2f30b2d
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 @@
## v0.11.1 (Released 2024-10-28)

IMPROVEMENTS

- build bundle control records when creating files (#381)
- fix: Allow empty EndorsingBankItemSequenceNumber in FRB mode (#376)
- fix: nil checks from fuzzers

BUILD

- build(deps): bump rexml from 3.2.8 to 3.3.6 in /docs
- build(deps): bump webrick from 1.8.1 to 1.8.2 in /docs
- chore(deps): update dependency github-pages to v232
- fix(deps): update module github.com/moov-io/base to v0.51.1
- fix(deps): update module github.com/prometheus/client_golang to v1.20.5

## v0.11.0 (Released 2024-07-08)

ADDITIONS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package imagecashletter

// Version is the current version
const Version = "v0.11.0"
const Version = "v0.11.1"

0 comments on commit 2f30b2d

Please sign in to comment.