We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e07ec0 commit aee7332Copy full SHA for aee7332
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.5.2 (Released 2022-11-29)
2
+
3
+BUG FIXES
4
5
+- fix: changed spec of CurrentBalance ([#132](https://github.com/moov-io/metro2/pull/132))
6
7
+BUILD
8
9
+- fix(deps): update module github.com/moov-io/base to v0.36.2
10
+- fix(deps): update module github.com/spf13/cobra to v1.6.1
11
+- fix(deps): update module golang.org/x/oauth2 to v0.2.0
12
13
## v0.5.1 (Released 2022-10-11)
14
15
IMPROVEMENTS
version.go
@@ -4,4 +4,4 @@
package metro2
-const Version = "v0.5.1"
+const Version = "v0.5.2"
0 commit comments