diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fa5e58..7f1e2dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.8.1 (Released 2022-08-02) + +IMPROVEMENTS + +- fix: remove achParticipants or wireParticipants from json responses + +BUILD + +- build: require Go 1.18 and set ReadHeaderTimeout +- fix(deps): update module github.com/moov-io/base to v0.33.0 +- fix(deps): update golang.org/x/oauth2 digest to 128564f + ## v0.8.0 (Released 2022-05-25) ADDITIONS diff --git a/version.go b/version.go index 049025c6..18d61c3e 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package fed // Version is the current version -const Version = "v0.8.0" +const Version = "v0.8.1"