Skip to content

Commit

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

ADDITIONS

- feat: introduce conditional validation for incoming vs outgoing files (see [#244](https://github.com/moov-io/wire/pull/244) by [@mfdeveloper508](https://github.com/mfdeveloper508))

IMPROVEMENTS

- fedWireMessage: only require `SenderSupplied` for outgoing files
- senderSupplied: make `UserRequestCorrelation` optional

## v0.10.0 (Released 2022-09-01)

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

0 comments on commit e5e004e

Please sign in to comment.