From daa6f77fa8db1193f8fb2d3d5524ff94579f0816 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:28:18 +0000 Subject: [PATCH] chore(main): release hooks/validator 0.1.7 --- .release-please-manifest.json | 2 +- hooks/validator/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cdd6adb0a..95188a80e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/open-telemetry": "0.3.2", - "hooks/validator": "0.1.6", + "hooks/validator": "0.1.7", "providers/configcat": "0.2.1", "providers/flagd": "0.2.1", "providers/flipt": "0.1.1", diff --git a/hooks/validator/CHANGELOG.md b/hooks/validator/CHANGELOG.md index 24924570a..71c1955e5 100644 --- a/hooks/validator/CHANGELOG.md +++ b/hooks/validator/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.7](https://github.com/open-feature/go-sdk-contrib/compare/hooks/validator/v0.1.6...hooks/validator/v0.1.7) (2024-06-07) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/go-sdk to v1.10.0 ([#469](https://github.com/open-feature/go-sdk-contrib/issues/469)) ([21810af](https://github.com/open-feature/go-sdk-contrib/commit/21810afc33fce9a3940ec9dc59e65f140fcbaa57)) +* **deps:** update module github.com/open-feature/go-sdk to v1.11.0 ([#501](https://github.com/open-feature/go-sdk-contrib/issues/501)) ([3f0eaa5](https://github.com/open-feature/go-sdk-contrib/commit/3f0eaa575500baa663dc24dbfc6cf8214565471f)) + + +### ๐Ÿงน Chore + +* bump Go to version 1.21 ([#452](https://github.com/open-feature/go-sdk-contrib/issues/452)) ([7ec90ce](https://github.com/open-feature/go-sdk-contrib/commit/7ec90ce4f9b06670187561afd9e342eed4228be1)) + ## [0.1.6](https://github.com/open-feature/go-sdk-contrib/compare/hooks/validator/v0.1.5...hooks/validator/v0.1.6) (2024-02-07)