Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 26, 2023
1 parent de05c16 commit f162eb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.3.1 (Released 2023-10-26)

IMPROVEMENTS

- fix: replace printf with logger

BUILD

- chore(deps): update golang docker tag to v1.21
- fix(deps): update module github.com/moov-io/base to v0.47.0

## v0.3.0 (Released 2023-07-21)

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

// Version Number
const Version = "v0.3.0"
const Version = "v0.3.1"

0 comments on commit f162eb8

Please sign in to comment.