diff --git a/CHANGELOG.md b/CHANGELOG.md index bd066be6..4a4945a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.6.0 (Unreleased) +## v0.6.0 (Released 2020-10-19) ADDITIONS @@ -10,6 +10,7 @@ BUG FIXES - api: match openapi spec to Go library (and HTTP server) expectations - api: update Personal identification codes - api,client: add MessageDisposition.messageDuplicationCode " " enum value +- api: fix bug in validation of FIIntermediaryFI tag IMPROVEMENTS diff --git a/version.go b/version.go index 7c79a39e..5a635c16 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package wire // Version is version -const Version = "v0.6.0-dev" +const Version = "v0.6.0"