We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4ba05 commit 0463ff6Copy full SHA for 0463ff6
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.8.1 (Released 2022-08-02)
2
+
3
+IMPROVEMENTS
4
5
+- fix: remove achParticipants or wireParticipants from json responses
6
7
+BUILD
8
9
+- build: require Go 1.18 and set ReadHeaderTimeout
10
+- fix(deps): update module github.com/moov-io/base to v0.33.0
11
+- fix(deps): update golang.org/x/oauth2 digest to 128564f
12
13
## v0.8.0 (Released 2022-05-25)
14
15
ADDITIONS
version.go
@@ -5,4 +5,4 @@
package fed
// Version is the current version
-const Version = "v0.8.0"
+const Version = "v0.8.1"
0 commit comments