diff --git a/CHANGELOG.md b/CHANGELOG.md index 955aa4c..663c1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.6](https://github.com/miracum/vfps/compare/v1.3.5...v1.3.6) (2024-06-05) + + +### Miscellaneous Chores + +* **deps:** aggregated dep updates ([#140](https://github.com/miracum/vfps/issues/140)) ([0fb1b40](https://github.com/miracum/vfps/commit/0fb1b40465ee2cecc1dba919b48a0ee99afd4ef0)) +* **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.300-noble docker digest to 0a154ae ([#142](https://github.com/miracum/vfps/issues/142)) ([c4e36fd](https://github.com/miracum/vfps/commit/c4e36fdb0bd4be9aaeea63fca154de142273066c)) + ## [1.3.5](https://github.com/miracum/vfps/compare/v1.3.4...v1.3.5) (2024-04-01) diff --git a/README.md b/README.md index 34be804..7d9ebb3 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.5 +IMAGE=ghcr.io/miracum/vfps:v1.3.6 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 d331b25..7f83995 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.5} # x-release-please-version + image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.6} # x-release-please-version restart: unless-stopped deploy: resources: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 798f10b..59d6296 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,7 +7,7 @@ latest true - 1.3.5 + 1.3.6 miracum.org A very fast and resource-efficient pseudonym service. © miracum.org. All rights reserved.