Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Oct 19, 2020
1 parent 69e10ce commit b5692d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.6.0 (Unreleased)
## v0.6.0 (Released 2020-10-19)

ADDITIONS

Expand All @@ -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

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.6.0-dev"
const Version = "v0.6.0"

0 comments on commit b5692d1

Please sign in to comment.