Skip to content

Commit

Permalink
release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 2, 2022
1 parent ce4ba05 commit 0463ff6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.8.1 (Released 2022-08-02)

IMPROVEMENTS

- fix: remove achParticipants or wireParticipants from json responses

BUILD

- build: require Go 1.18 and set ReadHeaderTimeout
- fix(deps): update module github.com/moov-io/base to v0.33.0
- fix(deps): update golang.org/x/oauth2 digest to 128564f

## v0.8.0 (Released 2022-05-25)

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 fed

// Version is the current version
const Version = "v0.8.0"
const Version = "v0.8.1"

0 comments on commit 0463ff6

Please sign in to comment.