Skip to content

Commit

Permalink
fix(pkg): Bump package version to v1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: spbsoluble <[email protected]>
  • Loading branch information
spbsoluble committed Sep 19, 2024
1 parent e4051e0 commit c6cab03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.5.1

## Fixes

- fix(pkg): Bump module version to `v1.5.1` to fix an issue with the `1.5.0` release.

# v1.5.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package version

const VERSION = "1.4.0"
const VERSION = "1.5.1"

0 comments on commit c6cab03

Please sign in to comment.