We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5462370 commit 00414a5Copy full SHA for 00414a5
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## v0.6.1 (Released 2023-03-02)
2
+
3
+IMPROVEMENTS
4
5
+- fix j1 validation for missing GenerationCode
6
+- fix j2 validation for missing GenerationCode
7
8
+BUILD
9
10
+- chore: checking type castings
11
+- chore(deps): update dependency tzinfo to "~> 2.0"
12
+- meta: update github.com/stretchr/testify to v1.8.2
13
14
## v0.6.0 (Released 2023-02-20)
15
16
IMPROVEMENTS
version.go
@@ -4,4 +4,4 @@
package metro2
-const Version = "v0.6.0"
+const Version = "v0.6.1"
0 commit comments