From ed5c36f06afde2d222f5991e0818bc4283a642cd Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:29:37 +0200 Subject: [PATCH] chore: release 1.3.0 (#56) --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- docker-compose.yaml | 2 +- src/Directory.Build.props | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c830ee5..18275f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.3.0](https://github.com/miracum/vfps/compare/v1.2.0...v1.3.0) (2023-06-28) + + +### Features + +* added uuid4 pseudonym generator ([#62](https://github.com/miracum/vfps/issues/62)) ([2f856da](https://github.com/miracum/vfps/commit/2f856daab200c78120f7550a9132787fb9a25820)) + + +### CI/CD + +* fixed iter8 action error ([#61](https://github.com/miracum/vfps/issues/61)) ([42d334a](https://github.com/miracum/vfps/commit/42d334a033397d3847895d1027e3de5227be28e2)) + + +### Miscellaneous Chores + +* **deps:** update all non-major dependencies ([#54](https://github.com/miracum/vfps/issues/54)) ([2e5cbf6](https://github.com/miracum/vfps/commit/2e5cbf6404d4b4d4e95d19a755474c6066f2a729)) +* **deps:** update all non-major dependencies ([#57](https://github.com/miracum/vfps/issues/57)) ([7a2d109](https://github.com/miracum/vfps/commit/7a2d10975fa8c67af2cd7d9d7519fa21072d40ce)) +* **deps:** update all non-major dependencies ([#60](https://github.com/miracum/vfps/issues/60)) ([d8e9b02](https://github.com/miracum/vfps/commit/d8e9b02f33b4f88fd8d2d2985c71bc522cdd73c1)) +* **deps:** update container-images ([#55](https://github.com/miracum/vfps/issues/55)) ([e1052fd](https://github.com/miracum/vfps/commit/e1052fd6a2a0529efd3b1eeba0121f939c13c60a)) +* **deps:** update container-images ([#58](https://github.com/miracum/vfps/issues/58)) ([4ae923d](https://github.com/miracum/vfps/commit/4ae923df885e2676448a57a8c14fbe8654d80bd6)) +* **deps:** update container-images ([#59](https://github.com/miracum/vfps/issues/59)) ([f0426bf](https://github.com/miracum/vfps/commit/f0426bf366bf481677beb8c8a76462a5d288dc19)) + ## [1.2.0](https://github.com/miracum/vfps/compare/v1.1.3...v1.2.0) (2023-03-26) diff --git a/README.md b/README.md index 64b2283..bc9854a 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.2.0) +IMAGE_DIGEST=$(crane digest ghcr.io/miracum/vfps:v1.3.0) ``` diff --git a/docker-compose.yaml b/docker-compose.yaml index a388c37..e0f8d25 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -40,7 +40,7 @@ services: - "127.0.0.1:16686:16686" vfps: - image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.2.0} # x-release-please-version + image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.0} # x-release-please-version restart: unless-stopped deploy: resources: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8135cc2..a8a0f41 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,7 +7,7 @@ latest true - 1.2.0 + 1.3.0 miracum.org A very fast and resource-efficient pseudonym service. © miracum.org. All rights reserved.