We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72350ec commit 68ba0a8Copy full SHA for 68ba0a8
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.10.0 (Released 2023-04-12)
2
+
3
+IMPROVEMENTS
4
5
+- chore: update openapi-generator from 4.2.2 to 6.5.0
6
+- fix: lowercase ach/wire participants in OpenAPI
7
8
+BUILD
9
10
+- build(deps): bump nokogiri from 1.13.10 to 1.14.3 in /docs
11
+- build(deps): bump github.com/moov-io/base from v0.39.0 to v0.40.1
12
13
## v0.9.2 (Released 2023-04-07)
14
15
IMPROVEMENTS
version.go
@@ -5,4 +5,4 @@
package fed
// Version is the current version
-const Version = "v0.9.2"
+const Version = "v0.10.0"
0 commit comments