diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d035328d..729b0ad5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.3"} \ No newline at end of file +{".":"0.0.4"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 77fcf49e..b4a4a611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/open-feature/python-sdk/compare/v0.0.3...v0.0.4) (2022-11-15) + + +### Features + +* Add needs to release job ([#52](https://github.com/open-feature/python-sdk/issues/52)) ([fb7655a](https://github.com/open-feature/python-sdk/commit/fb7655aa3aae0fb021e0aae57c0a7d182a8218cf)) + ## [0.0.3](https://github.com/open-feature/python-sdk/compare/v0.0.2...v0.0.3) (2022-11-15) diff --git a/pyproject.toml b/pyproject.toml index 53869bb2..4da83c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openfeature_sdk" -version = "0.0.3" +version = "0.0.4" description = "Standardizing Feature Flagging for Everyone" readme = "readme.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]