diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9a3dfb..486e4fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.7.1 (Released 2020-12-18) + +BUILD + +- build: update github.com/moov-io/base to v0.15.2 +- build: update github.com/moov-io/paygate to v0.9.2 ## v0.7.0 (Released 2020-11-23) BREAKING CHANGE diff --git a/version.go b/version.go index 065593ca..ae96a509 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package wire // Version is version -const Version = "v0.7.1-dev" +const Version = "v0.7.1"