Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 15, 2024
1 parent c6b8bd6 commit 1ababf5
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.9.0 (Released 2024-05-15)

IMPROVEMENTS

- feat: add validation for account status, account type, special comments
- file: reduce allocations, add benchmark to start performance monitoring

BUILD

- chore(deps): update golang docker tag to v1.22
- chore(deps): update dependency github-pages to v231
- fix(deps): update module github.com/stretchr/testify to v1.9.0
- fix(deps): update module github.com/moov-io/base to v0.49.3

## v0.8.2 (Released 2024-01-25)

BUILD
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.8.2"
const Version = "v0.9.0"

0 comments on commit 1ababf5

Please sign in to comment.