From 4bec67bd6969fd036d61f42a280b97edb77615b4 Mon Sep 17 00:00:00 2001 From: Daniel Tonks Date: Fri, 7 May 2021 14:32:05 -0600 Subject: [PATCH] release v0.7.2 --- CHANGELOG.md | 12 ++++++++---- version.go | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 226c87e6..22d37477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ -## v0.7.2 (Unreleased) +## v0.7.2 (Released 2021-05-07) + +BUG FIXES + +- fedWireMessage: add `nil` check for the optional `LocalInstrument` field to prevent panics BUILD -- build: update github.com/moov-io/base to v0.15.4 -- build: update github.com/prometheus/client_golang to v1.9.0 +- build: update github.com/moov-io/base to v0.18.3 +- build: update github.com/prometheus/client_golang to v1.10.0 - build: update github.com/stretchr/testify to v1.7.0 -- build: update golang.org/x/text to v0.3.5 +- build: update golang.org/x/text to v0.3.6 ## v0.7.1 (Released 2020-12-18) diff --git a/version.go b/version.go index ae96a509..5694c683 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package wire // Version is version -const Version = "v0.7.1" +const Version = "v0.7.2"