diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69ba23c..f337a5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "hooks/openfeature-hooks-opentelemetry": "0.1.0", - "providers/openfeature-provider-flagd": "0.1.2" + "providers/openfeature-provider-flagd": "0.1.3" } diff --git a/providers/openfeature-provider-flagd/CHANGELOG.md b/providers/openfeature-provider-flagd/CHANGELOG.md index b784aaf..a0e69ec 100644 --- a/providers/openfeature-provider-flagd/CHANGELOG.md +++ b/providers/openfeature-provider-flagd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.1.2...openfeature-provider-flagd/v0.1.3) (2024-02-23) + + +### 🐛 Bug Fixes + +* include proto file in build for openfeature-provider-flagd ([#45](https://github.com/open-feature/python-sdk-contrib/issues/45)) ([7783cc8](https://github.com/open-feature/python-sdk-contrib/commit/7783cc8e7fb8fe0f9b812938efcd1f4c07e3ff68)) + ## [0.1.2](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd-v0.1.1...openfeature-provider-flagd/v0.1.2) (2024-02-22) diff --git a/providers/openfeature-provider-flagd/pyproject.toml b/providers/openfeature-provider-flagd/pyproject.toml index 5f61528..0bd5e25 100644 --- a/providers/openfeature-provider-flagd/pyproject.toml +++ b/providers/openfeature-provider-flagd/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "openfeature-provider-flagd" -version = "0.1.2" +version = "0.1.3" description = "OpenFeature provider for the flagd flag evaluation engine" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]