Skip to content

Commit 68ba0a8

Browse files
committed
release v0.10.0
1 parent 72350ec commit 68ba0a8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
## v0.9.2 (Released 2023-04-07)
214

315
IMPROVEMENTS

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package fed
66

77
// Version is the current version
8-
const Version = "v0.9.2"
8+
const Version = "v0.10.0"

0 commit comments

Comments
 (0)