Skip to content

Commit 44303ec

Browse files
chore(main): release 1.1.1 (#13)
1 parent 8e2443c commit 44303ec

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-
".": "1.1.0"
2+
".": "1.1.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+
## [1.1.1](https://github.com/groq/k8s-wif-webhook/compare/v1.1.0...v1.1.1) (2025-09-30)
4+
5+
6+
### Bug Fixes
7+
8+
* create servicemonitor ([#12](https://github.com/groq/k8s-wif-webhook/issues/12)) ([8e2443c](https://github.com/groq/k8s-wif-webhook/commit/8e2443c9fc7007c225d99e67b27daf737ee2dc32))
9+
310
## [1.1.0](https://github.com/groq/k8s-wif-webhook/compare/v1.0.0...v1.1.0) (2025-08-25)
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 = "1.1.0" // x-release-please-version
4+
const Version = "1.1.1" // x-release-please-version

0 commit comments

Comments
 (0)