From 83aecd48b569f3b2d003afd4317fac447f530f66 Mon Sep 17 00:00:00 2001 From: Daniel Tonks Date: Thu, 1 Feb 2024 09:25:30 -0700 Subject: [PATCH] release v0.15.1 --- CHANGELOG.md | 14 ++++++++++++++ version.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad83233..d32c40ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 43006dc4..77e9d1d7 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package wire // Version is version -const Version = "v0.15.0" +const Version = "v0.15.1"