Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 20, 2019
1 parent 2005c8d commit 1bc306e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## v0.2.0 (Unreleased)
## v0.2.0 (Released 2019-08-20)

BREAKING CHANGE

In our OpenAPI we've renamed fields generated as `Id` to `ID`, which is more in-line with Go's style conventions.

ADDITIONS

Expand All @@ -8,6 +12,8 @@ BUILD

- docs: update docs.moov.io links after design refresh
- build: push moov/customers:latest on 'make release-push'
- build: upgrade openapi-generator to 4.1.0
- cmd/server: upgrade github.com/moov-io/base to v0.10.0

## v0.1.1 (Released 2019-06-19)

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

package version

const Version = "v0.2.0-rc1"
const Version = "v0.2.0"

0 comments on commit 1bc306e

Please sign in to comment.