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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"providers/openfeature-flagd-provider": "0.1.5",
"providers/openfeature-flagd-provider": "0.1.6",
"providers/openfeature-meta_provider": "0.0.7",
"providers/openfeature-flipt-provider": "0.0.3",
"providers/openfeature-go-feature-flag-provider": "0.1.12",
Expand Down
7 changes: 7 additions & 0 deletions providers/openfeature-flagd-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagd-provider/v0.1.5...openfeature-flagd-provider/v0.1.6) (2026-03-09)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release date (2026-03-09) is set to a future date. This is likely an error from the release automation. Please update it to the correct release date. The date for the previous version on line 10 also appears to be incorrect.



### 🐛 Bug Fixes

* **flagd:** delegate method() through ConfiguredClient for conformance ([51fcb5b](https://github.com/open-feature/ruby-sdk-contrib/commit/51fcb5bd4e22d249cd18ef6bd13b37572e6c1d94))

## [0.1.5](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-flagd-provider/v0.1.4...openfeature-flagd-provider/v0.1.5) (2026-03-09)


Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-flagd-provider/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-flagd-provider (0.1.5)
openfeature-flagd-provider (0.1.6)
grpc (~> 1.50)
openfeature-sdk (~> 0.3.1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OpenFeature
module Flagd
VERSION = "0.1.5"
VERSION = "0.1.6"
end
end