diff --git a/CHANGELOG.md b/CHANGELOG.md
index 570ec6a..ba4d43a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.3.2](https://github.com/miracum/vfps/compare/v1.3.1...v1.3.2) (2023-12-09)
+
+
+### Miscellaneous Chores
+
+* **deps:** pin docker/dockerfile docker tag to 9ba7531 ([#78](https://github.com/miracum/vfps/issues/78)) ([b0eda55](https://github.com/miracum/vfps/commit/b0eda55a4ce8d07fa527a18e575c393589c78420))
+* **deps:** update all non-major dependencies ([#70](https://github.com/miracum/vfps/issues/70)) ([271e9c8](https://github.com/miracum/vfps/commit/271e9c892d95a2a3e9050b269253317232cb75f9))
+* **deps:** update all non-major dependencies ([#76](https://github.com/miracum/vfps/issues/76)) ([4483a87](https://github.com/miracum/vfps/commit/4483a8705a03b3320ca40d54fb905d21603a7f95))
+* **deps:** update docker.io/bitnami/kubectl:1.28.2 docker digest to 0dadb8b ([#79](https://github.com/miracum/vfps/issues/79)) ([bae5e7f](https://github.com/miracum/vfps/commit/bae5e7f182839983a1598fa037f6d3f34af3d46e))
+* **deps:** update github-actions ([#71](https://github.com/miracum/vfps/issues/71)) ([ba981ad](https://github.com/miracum/vfps/commit/ba981ada94a3ef68c54e2afbddaaa04d709ffd11))
+* **deps:** update github-actions ([#77](https://github.com/miracum/vfps/issues/77)) ([e7bc20c](https://github.com/miracum/vfps/commit/e7bc20c42156a0497b49cbce15c9c5edb096f7a8))
+* **deps:** updated to .NET 8 LTS and dep maintenance ([#82](https://github.com/miracum/vfps/issues/82)) ([a95f6be](https://github.com/miracum/vfps/commit/a95f6be1353436255e1fe1a3e5072fbc28c17963))
+
## [1.3.1](https://github.com/miracum/vfps/compare/v1.3.0...v1.3.1) (2023-10-04)
diff --git a/README.md b/README.md
index e8f4968..dd67eb0 100644
--- a/README.md
+++ b/README.md
@@ -415,7 +415,7 @@ All released container images are signed using [cosign](https://github.com/sigst
```sh
-IMAGE=ghcr.io/miracum/vfps:v1.3.1
+IMAGE=ghcr.io/miracum/vfps:v1.3.2
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/vfps@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 477c76c..97a51f8 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -41,7 +41,7 @@ services:
- "127.0.0.1:16686:16686"
vfps:
- image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.1} # x-release-please-version
+ image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.2} # x-release-please-version
restart: unless-stopped
deploy:
resources:
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index bf0eec0..a15da8a 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -7,7 +7,7 @@
latest
true
- 1.3.1
+ 1.3.2
miracum.org
A very fast and resource-efficient pseudonym service.
© miracum.org. All rights reserved.