Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 21, 2023
1 parent c6f3cd9 commit 448ea16
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.7.0 (Released 2023-11-21)

BREAKING CHANGES

This release contains a fix for `L1Segment.NewIdentificationNumber` to use `newIdentificationNumber` as a key in JSON. It was previously `balloonPaymentDueDate` which was incorrect.

IMPROVEMENTS

- client: regenerate with openapi-generator v6.6.0

BUILD

- fix(deps): update module github.com/moov-io/base to v0.48.2

## v0.6.1 (Released 2023-03-02)

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.6.1"
const Version = "v0.7.0"

0 comments on commit 448ea16

Please sign in to comment.