Skip to content

Commit

Permalink
release v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Feb 1, 2024
1 parent fc2a056 commit 83aecd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.15.1 (Released 2024-02-01)

BUG FIXES

- api: fix validation of IdentificationCode in InstructingFI and OriginatorFI to support valid use of empty value

BUILD

- build: print crashers after fuzzing
- fix(deps): update module golang.org/x/oauth2 to v0.16.0
- fix(deps): update module github.com/moov-io/base to v0.48.5
- fix(deps): update module github.com/prometheus/client_golang to v1.18.0
- chore(deps): update dependency jekyll-feed to v0.17.0

## v0.15.0 (Released 2023-11-28)

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 wire

// Version is version
const Version = "v0.15.0"
const Version = "v0.15.1"

0 comments on commit 83aecd4

Please sign in to comment.