From 5260ac639b2e69e3b6acbaa8eb75ce953b9219f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:17:11 -0800 Subject: [PATCH] chore(main): release hooks/validator 0.1.6 (#298) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- hooks/validator/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 998179191..ed9df690a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/open-telemetry": "0.3.0", - "hooks/validator": "0.1.5", + "hooks/validator": "0.1.6", "providers/configcat": "0.2.0", "providers/flagd": "0.1.22", "providers/flipt": "0.1.1", diff --git a/hooks/validator/CHANGELOG.md b/hooks/validator/CHANGELOG.md index c5ada5082..24924570a 100644 --- a/hooks/validator/CHANGELOG.md +++ b/hooks/validator/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [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) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/go-sdk to v1.6.0 ([#289](https://github.com/open-feature/go-sdk-contrib/issues/289)) ([13eeb48](https://github.com/open-feature/go-sdk-contrib/commit/13eeb482ee3d69c5fb8100563501c2250b6454f1)) +* **deps:** update module github.com/open-feature/go-sdk to v1.7.0 ([#315](https://github.com/open-feature/go-sdk-contrib/issues/315)) ([3f049ad](https://github.com/open-feature/go-sdk-contrib/commit/3f049ad34e93c3b9b9d4cf5a2e56f3777eb858e6)) +* **deps:** update module github.com/open-feature/go-sdk to v1.8.0 ([#329](https://github.com/open-feature/go-sdk-contrib/issues/329)) ([c99b527](https://github.com/open-feature/go-sdk-contrib/commit/c99b52728bad9dce52bfb78a08ae5f4eea83a397)) + + +### ๐Ÿงน Chore + +* update to go-sdk 1.9.0 ([#404](https://github.com/open-feature/go-sdk-contrib/issues/404)) ([11fa3ab](https://github.com/open-feature/go-sdk-contrib/commit/11fa3aba065a6dd81caca30e76efc16fb64a25e3)) + ## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/hooks/validator/v0.1.4...hooks/validator/v0.1.5) (2023-07-21)