Skip to content

Commit

Permalink
release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 7, 2023
1 parent 0167bd1 commit c3262d6
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.9.2 (Released 2023-04-07)

IMPROVEMENTS

- fix: check typecast of Logo

BUILD

- build: upgrade golang to 1.20
- fix(deps): update module github.com/moov-io/base to v0.39.0
- bump golang.org/x/net from 0.6.0 to 0.7.0
- build: update github.com/stretchr/testify to v1.8.2

## v0.9.1 (Released 2022-09-29)

BUILD
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.9.1"
const Version = "v0.9.2"

0 comments on commit c3262d6

Please sign in to comment.