From 73c5d26c23c9c4cd59ca6274a687253ccc18a0e5 Mon Sep 17 00:00:00 2001 From: Daniel Tonks Date: Fri, 9 Feb 2024 16:13:14 -0700 Subject: [PATCH] release v0.15.2 --- CHANGELOG.md | 10 ++++++++++ version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d32c40ea..257fb9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.15.2 (Released 2024-02-09) + +BUG FIXES + +- api: fix and consolidate duplicate validation logic for FinancialInstitution fields + +BUILD + +- build: upgrade go to 1.20 in all GitHub workflows, Dockerfiles, and go.mod + ## v0.15.1 (Released 2024-02-01) BUG FIXES diff --git a/version.go b/version.go index 77e9d1d7..916b4af6 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package wire // Version is version -const Version = "v0.15.1" +const Version = "v0.15.2"