Skip to content

Commit 37a1a8b

Browse files
committed
release v0.11.0
1 parent ca28151 commit 37a1a8b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.11.0 (Released 2024-02-27)
2+
3+
IMPROVEMENTS
4+
5+
- feat: Enable fedach and fedwire download from proxy
6+
- fix: close xml encoder and remove unneeded panics
7+
8+
BUILD
9+
10+
- build: use latest stable Go release
11+
- fix(deps): update module golang.org/x/oauth2 to v0.16.0
12+
- fix(deps): update module github.com/moov-io/base to v0.48.5
13+
114
## v0.10.2 (Released 2023-06-15)
215

316
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.10.2"
8+
const Version = "v0.11.0"

0 commit comments

Comments
 (0)