We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b0ee6 commit bd6d464Copy full SHA for bd6d464
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## v0.6.0 (Released 2023-02-20)
2
+
3
+IMPROVEMENTS
4
5
+- client: update openapi-generator to 6.4.0
6
7
+BUILD
8
9
+- build: upgrade golang to 1.20 and tidy deps
10
+- docs: update deps
11
+- fix(deps): update module github.com/moov-io/base to v0.39.0
12
+- fix(deps): update module golang.org/x/oauth2 to v0.5.0
13
14
## v0.5.2 (Released 2022-11-29)
15
16
BUG FIXES
version.go
@@ -4,4 +4,4 @@
package metro2
-const Version = "v0.5.2"
+const Version = "v0.6.0"
0 commit comments