Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Aug 2, 2022
1 parent f7000cc commit aece135
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.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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package imagecashletter

// Version is the current version
const Version = "v0.8.0"
const Version = "v0.9.0"

0 comments on commit aece135

Please sign in to comment.