Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Nov 23, 2020
1 parent 2dae487 commit 8da4d35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## v0.6.2 (Unreleased)
## v0.7.0 (Released 2020-11-23)

BREAKING CHANGE

- Removes the Java-like getters and setters from `FEDWireMessage`
- fedWireMessage: remove Java-like getters and setters

IMPROVEMENTS

- cmd/webui: display detailed error message when parsing fails

## v0.6.2 (Released 2020-10-28)

BUG FIXES

Expand All @@ -13,10 +19,6 @@ BUG FIXES
implementations or use-cases for the previous formatting please contact us and/or submit an Issue.
- all: populate record tag after JSON unmarshal (Issue [#104](https://github.com/moov-io/wire/issues/104))

IMPROVEMENTS

- webui: display detailed error message when parsing fails

## v0.6.1 (Released 2020-10-19)

BUILD
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.3-dev"
const Version = "v0.7.0"

0 comments on commit 8da4d35

Please sign in to comment.