diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index cf198b9b..1b796cf0 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.11.0"
+ ".": "1.11.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e7d8364..583dbccb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.11.1](https://github.com/miracum/vfps/compare/v1.11.0...v1.11.1) (2026-08-29)
+
+
+### Miscellaneous Chores
+
+* **deps:** update all digest updates ([#290](https://github.com/miracum/vfps/issues/290)) ([5b85fc3](https://github.com/miracum/vfps/commit/5b85fc362401d889dcb0351fe547c041c05ef70b))
+* **deps:** update registry.k8s.io/kubectl docker tag to v1.37.0 ([#297](https://github.com/miracum/vfps/issues/297)) ([869f8ea](https://github.com/miracum/vfps/commit/869f8eae303105a09706f02def57a92e0555ae4c))
+
## [1.11.0](https://github.com/miracum/vfps/compare/v1.10.2...v1.11.0) (2026-08-26)
diff --git a/README.md b/README.md
index 7441c2be..20b09e94 100644
--- a/README.md
+++ b/README.md
@@ -482,7 +482,7 @@ All released container images are signed using [cosign](https://github.com/sigst
```sh
-IMAGE=ghcr.io/miracum/vfps:v1.11.0
+IMAGE=ghcr.io/miracum/vfps:v1.11.1
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/vfps@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
diff --git a/compose.yaml b/compose.yaml
index b45bada4..2084f6f4 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -112,7 +112,7 @@ services:
- s3
vfps:
- image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.11.0} # x-release-please-version
+ image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.11.1} # x-release-please-version
build:
context: .
dockerfile: Dockerfile
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 6391af9f..25265fe2 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -9,7 +9,7 @@
true
true
- 1.11.0
+ 1.11.1
miracum.org
A very fast and resource-efficient pseudonym service.
diff --git a/version.txt b/version.txt
index 1cac385c..720c7384 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.11.0
+1.11.1