Skip to content

Commit 83aecd4

Browse files
committedFeb 1, 2024
release v0.15.1
1 parent fc2a056 commit 83aecd4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.15.1 (Released 2024-02-01)
2+
3+
BUG FIXES
4+
5+
- api: fix validation of IdentificationCode in InstructingFI and OriginatorFI to support valid use of empty value
6+
7+
BUILD
8+
9+
- build: print crashers after fuzzing
10+
- fix(deps): update module golang.org/x/oauth2 to v0.16.0
11+
- fix(deps): update module github.com/moov-io/base to v0.48.5
12+
- fix(deps): update module github.com/prometheus/client_golang to v1.18.0
13+
- chore(deps): update dependency jekyll-feed to v0.17.0
14+
115
## v0.15.0 (Released 2023-11-28)
216

317
ADDITIONS

‎version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package wire
66

77
// Version is version
8-
const Version = "v0.15.0"
8+
const Version = "v0.15.1"

0 commit comments

Comments
 (0)
Please sign in to comment.