Skip to content

Commit

Permalink
release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed May 7, 2021
1 parent ae81a1c commit 4bec67b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package wire

// Version is version
const Version = "v0.7.1"
const Version = "v0.7.2"

0 comments on commit 4bec67b

Please sign in to comment.