diff --git a/CHANGELOG.md b/CHANGELOG.md index 98475c88..ff974f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.9.0 (Released 2022-08-02) + +ADDITIONS + +- cashLetter: add credit item (record type 61) + +BUILD + + - deps: update module github.com/moov-io/base to v0.33.0 + - deps: update module github.com/prometheus/client_golang to v1.12.2 + - deps: update module github.com/stretchr/testify to v1.8.0 + ## v0.8.0 (Released 2022-03-29) IMPROVEMENTS diff --git a/version.go b/version.go index 64c85263..ac5869be 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package imagecashletter // Version is the current version -const Version = "v0.8.0" +const Version = "v0.9.0"