diff --git a/CHANGELOG.md b/CHANGELOG.md index 570ec6a..928fd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.2](https://github.com/miracum/vfps/compare/v1.3.1...v1.3.2) (2023-10-23) + + +### Miscellaneous Chores + +* **deps:** update all non-major dependencies ([#70](https://github.com/miracum/vfps/issues/70)) ([271e9c8](https://github.com/miracum/vfps/commit/271e9c892d95a2a3e9050b269253317232cb75f9)) +* **deps:** update github-actions ([#71](https://github.com/miracum/vfps/issues/71)) ([ba981ad](https://github.com/miracum/vfps/commit/ba981ada94a3ef68c54e2afbddaaa04d709ffd11)) + ## [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 0f665bf..46988c0 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ the packages page on GitHub: ```sh -IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.3.1) +IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.3.2) ``` 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 b72f955..92ba88d 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.