Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 20, 2023
1 parent a0b0ee6 commit bd6d464
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.6.0 (Released 2023-02-20)

IMPROVEMENTS

- client: update openapi-generator to 6.4.0

BUILD

- build: upgrade golang to 1.20 and tidy deps
- docs: update deps
- fix(deps): update module github.com/moov-io/base to v0.39.0
- fix(deps): update module golang.org/x/oauth2 to v0.5.0

## v0.5.2 (Released 2022-11-29)

BUG FIXES
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.2"
const Version = "v0.6.0"

0 comments on commit bd6d464

Please sign in to comment.