Skip to content

Commit 10157ce

Browse files
authored
Merge c6cab03 into e4051e0
2 parents e4051e0 + c6cab03 commit 10157ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.5.1
2+
3+
## Fixes
4+
5+
- fix(pkg): Bump module version to `v1.5.1` to fix an issue with the `1.5.0` release.
6+
17
# v1.5.0
28

39
## Features

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package version
1616

17-
const VERSION = "1.4.0"
17+
const VERSION = "1.5.1"

0 commit comments

Comments
 (0)