Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"protobuf": "0.6.1",
"json": "0.2.8"
"protobuf": "0.6.2",
"json": "0.2.9"
}
12 changes: 12 additions & 0 deletions json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion json/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.8
0.2.9
7 changes: 7 additions & 0 deletions protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading