Skip to content

Commit bd257cf

Browse files
chore(main): release 0.5.1 (#2)
1 parent c9cc617 commit bd257cf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/groq/k8s-wif-webhook/compare/v0.5.0...v0.5.1) (2025-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* use GROQ_GITHUB_BOT_REPO_TOKEN token for release-please ([c9cc617](https://github.com/groq/k8s-wif-webhook/commit/c9cc617eafb022d3064312aa314b6abd50c18de0))
9+
310
## [0.5.0](https://github.com/groq/k8s-wif-webhook/compare/v0.4.1...v0.5.0) (2025-07-04)
411

512

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the current tagged release of the webhook.
4-
const Version = "0.5.0" // x-release-please-version
4+
const Version = "0.5.1" // x-release-please-version

0 commit comments

Comments
 (0)