We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2a056 commit 83aecd4Copy full SHA for 83aecd4
CHANGELOG.md
@@ -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
15
## v0.15.0 (Released 2023-11-28)
16
17
ADDITIONS
version.go
@@ -5,4 +5,4 @@
package wire
// Version is version
-const Version = "v0.15.0"
+const Version = "v0.15.1"
0 commit comments