diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73addfc..2cb439b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "protobuf": "0.6.0", - "json": "0.2.5" + "json": "0.2.6" } \ No newline at end of file diff --git a/json/CHANGELOG.md b/json/CHANGELOG.md index 1d2ab9f..f46de1c 100644 --- a/json/CHANGELOG.md +++ b/json/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.6](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.5...json/json-schema-v0.2.6) (2024-05-27) + + +### 🐛 Bug Fixes + +* fully version schema ([#148](https://github.com/open-feature/flagd-schemas/issues/148)) ([ad0586d](https://github.com/open-feature/flagd-schemas/commit/ad0586dc87ba1c554fa8ec5f1753afedcabfd0b1)) + ## [0.2.5](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.4...json/json-schema-v0.2.5) (2024-05-23) diff --git a/json/flags.yaml b/json/flags.yaml index ded63c4..51bc816 100644 --- a/json/flags.yaml +++ b/json/flags.yaml @@ -1,4 +1,4 @@ -$id: "https://flagd.dev/schema/v0.2.5/flags.json" # x-release-please-version +$id: "https://flagd.dev/schema/v0.2.6/flags.json" # x-release-please-version $schema: http://json-schema.org/draft-07/schema# title: flagd Flag Configuration description: Defines flags for use in flagd, including typed variants and rules diff --git a/json/targeting.yaml b/json/targeting.yaml index c237bef..3f3cd06 100644 --- a/json/targeting.yaml +++ b/json/targeting.yaml @@ -1,4 +1,4 @@ -$id: "https://flagd.dev/schema/v0.2.5/targeting.json" # x-release-please-version +$id: "https://flagd.dev/schema/v0.2.6/targeting.json" # x-release-please-version $schema: http://json-schema.org/draft-07/schema# title: flagd Targeting description: Defines targeting logic for flagd; a extension of JSONLogic, including diff --git a/json/version.txt b/json/version.txt index 28af839..53a75d6 100644 --- a/json/version.txt +++ b/json/version.txt @@ -1 +1 @@ -0.2.5 \ No newline at end of file +0.2.6