From 02d731628395d83ffed5ed3ba89fd63fe96d1b5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:34:40 +0000 Subject: [PATCH] chore(main): release hooks/validator 0.1.7 --- .release-please-manifest.json | 2 +- hooks/validator/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9470059ad..e72eb0bd1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/open-telemetry": "0.3.1", - "hooks/validator": "0.1.6", + "hooks/validator": "0.1.7", "providers/configcat": "0.2.1", "providers/flagd": "0.1.22", "providers/flipt": "0.1.1", diff --git a/hooks/validator/CHANGELOG.md b/hooks/validator/CHANGELOG.md index 24924570a..9bd3c283a 100644 --- a/hooks/validator/CHANGELOG.md +++ b/hooks/validator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/open-feature/go-sdk-contrib/compare/hooks/validator/v0.1.6...hooks/validator/v0.1.7) (2024-03-22) + + +### 🧹 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)