Skip to content

Commit

Permalink
release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 29, 2022
1 parent 4e07ec0 commit aee7332
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.5.2 (Released 2022-11-29)

BUG FIXES

- fix: changed spec of CurrentBalance ([#132](https://github.com/moov-io/metro2/pull/132))

BUILD

- fix(deps): update module github.com/moov-io/base to v0.36.2
- fix(deps): update module github.com/spf13/cobra to v1.6.1
- fix(deps): update module golang.org/x/oauth2 to v0.2.0

## v0.5.1 (Released 2022-10-11)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package metro2

const Version = "v0.5.1"
const Version = "v0.5.2"

0 comments on commit aee7332

Please sign in to comment.