Skip to content

Commit

Permalink
release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 27, 2024
1 parent ca28151 commit 37a1a8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.11.0 (Released 2024-02-27)

IMPROVEMENTS

- feat: Enable fedach and fedwire download from proxy
- fix: close xml encoder and remove unneeded panics

BUILD

- build: use latest stable Go release
- fix(deps): update module golang.org/x/oauth2 to v0.16.0
- fix(deps): update module github.com/moov-io/base to v0.48.5

## v0.10.2 (Released 2023-06-15)

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

0 comments on commit 37a1a8b

Please sign in to comment.