From b81a56eea3b2c4c543a50d4f7f79a8f32592a0af Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:17:53 -0500 Subject: [PATCH] chore: release main (#175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* ---
protobuf: 0.6.2 ## [0.6.2](https://github.com/open-feature/flagd-schemas/compare/protobuf-v0.6.1...protobuf-v0.6.2) (2024-12-05) ### ✨ New Features * add metadata to the AnyFlag response used for bulk eval ([#176](https://github.com/open-feature/flagd-schemas/issues/176)) ([3acc9e4](https://github.com/open-feature/flagd-schemas/commit/3acc9e44fcd4686318c242248c1621cc3cdd4c41))
json/json-schema: 0.2.9 ## [0.2.9](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.8...json/json-schema-v0.2.9) (2024-12-05) ### ✨ New Features * add flag set and flag metadata to schema ([#173](https://github.com/open-feature/flagd-schemas/issues/173)) ([9fe3677](https://github.com/open-feature/flagd-schemas/commit/9fe36777df7f2697d78830125f04f6972cf86e7a)) ### 🧹 Chore * remove comment about summing to 100 ([#172](https://github.com/open-feature/flagd-schemas/issues/172)) ([d03b772](https://github.com/open-feature/flagd-schemas/commit/d03b772f167aa21a635e70d22641d792deefcb7f))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- json/CHANGELOG.md | 12 ++++++++++++ json/version.txt | 2 +- protobuf/CHANGELOG.md | 7 +++++++ 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be5dacc..8e5da3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "protobuf": "0.6.1", - "json": "0.2.8" + "protobuf": "0.6.2", + "json": "0.2.9" } \ No newline at end of file diff --git a/json/CHANGELOG.md b/json/CHANGELOG.md index 8d3bcb7..8a2b838 100644 --- a/json/CHANGELOG.md +++ b/json/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.9](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.8...json/json-schema-v0.2.9) (2024-12-05) + + +### ✨ New Features + +* add flag set and flag metadata to schema ([#173](https://github.com/open-feature/flagd-schemas/issues/173)) ([9fe3677](https://github.com/open-feature/flagd-schemas/commit/9fe36777df7f2697d78830125f04f6972cf86e7a)) + + +### 🧹 Chore + +* remove comment about summing to 100 ([#172](https://github.com/open-feature/flagd-schemas/issues/172)) ([d03b772](https://github.com/open-feature/flagd-schemas/commit/d03b772f167aa21a635e70d22641d792deefcb7f)) + ## [0.2.8](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.7...json/json-schema-v0.2.8) (2024-07-08) diff --git a/json/version.txt b/json/version.txt index a45be46..1866a36 100644 --- a/json/version.txt +++ b/json/version.txt @@ -1 +1 @@ -0.2.8 +0.2.9 diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md index 90c35a9..58c175d 100644 --- a/protobuf/CHANGELOG.md +++ b/protobuf/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/open-feature/flagd-schemas/compare/protobuf-v0.6.1...protobuf-v0.6.2) (2024-12-05) + + +### ✨ New Features + +* add metadata to the AnyFlag response used for bulk eval ([#176](https://github.com/open-feature/flagd-schemas/issues/176)) ([3acc9e4](https://github.com/open-feature/flagd-schemas/commit/3acc9e44fcd4686318c242248c1621cc3cdd4c41)) + ## [0.6.1](https://github.com/open-feature/flagd-schemas/compare/protobuf-v0.6.0...protobuf-v0.6.1) (2024-08-28)