Skip to content

Commit c3262d6

Browse files
committed
release v0.9.2
1 parent 0167bd1 commit c3262d6

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.9.2 (Released 2023-04-07)
2+
3+
IMPROVEMENTS
4+
5+
- fix: check typecast of Logo
6+
7+
BUILD
8+
9+
- build: upgrade golang to 1.20
10+
- fix(deps): update module github.com/moov-io/base to v0.39.0
11+
- bump golang.org/x/net from 0.6.0 to 0.7.0
12+
- build: update github.com/stretchr/testify to v1.8.2
13+
114
## v0.9.1 (Released 2022-09-29)
215

316
BUILD

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.1"
8+
const Version = "v0.9.2"

0 commit comments

Comments
 (0)