Skip to content

Commit 4bec67b

Browse files
committed
release v0.7.2
1 parent ae81a1c commit 4bec67b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
## v0.7.2 (Unreleased)
1+
## v0.7.2 (Released 2021-05-07)
2+
3+
BUG FIXES
4+
5+
- fedWireMessage: add `nil` check for the optional `LocalInstrument` field to prevent panics
26

37
BUILD
48

5-
- build: update github.com/moov-io/base to v0.15.4
6-
- build: update github.com/prometheus/client_golang to v1.9.0
9+
- build: update github.com/moov-io/base to v0.18.3
10+
- build: update github.com/prometheus/client_golang to v1.10.0
711
- build: update github.com/stretchr/testify to v1.7.0
8-
- build: update golang.org/x/text to v0.3.5
12+
- build: update golang.org/x/text to v0.3.6
913

1014
## v0.7.1 (Released 2020-12-18)
1115

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package wire
66

77
// Version is version
8-
const Version = "v0.7.1"
8+
const Version = "v0.7.2"

0 commit comments

Comments
 (0)