Skip to content

Commit

Permalink
release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Sep 9, 2022
1 parent c2129f2 commit 1151802
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.12.0 (Released 2022-09-09)

IMPROVEMENTS

- fedWireMessage: call each tag's `Validate()` method instead of only checking for mandatory field inclusion (see [#246](https://github.com/moov-io/wire/pull/246) by [@anujtewari](https://github.com/anujtewari))
- docs: replace outdated maintainer email addresses with [email protected]

BUG FIXES

- amount: update validation to ensure amount is strictly numeric (no commas or decimals)
- converters: handle case where the input length is equal to max length in `parseVariableLengthField(r string, maxLen int)` (see [#252](https://github.com/moov-io/wire/pull/252) by [@bhedge](https://github.com/bhedge) and [@martinz-provisions](https://github.com/martinz-provisions))
- senderSupplied: `MessageDuplicationCode` should be `" "` instead of `""` (see [#249](https://github.com/moov-io/wire/issues/249) by [@anujtewari](https://github.com/anujtewari))

## v0.11.0 (Released 2022-09-06)

ADDITIONS
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.11.0"
const Version = "v0.12.0"

0 comments on commit 1151802

Please sign in to comment.