We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0167bd1 commit c3262d6Copy full SHA for c3262d6
CHANGELOG.md
@@ -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
14
## v0.9.1 (Released 2022-09-29)
15
16
BUILD
version.go
@@ -5,4 +5,4 @@
package fed
// Version is the current version
-const Version = "v0.9.1"
+const Version = "v0.9.2"
0 commit comments