diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce44794..791770f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a22d41f..f1b48ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.6...v0.1.7) (2026-03-31) + + +### CI + +* Build and publish a wheel ([#31](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/31)) ([f5cec15](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/f5cec158975297fc81a13fe511c9512c51ea03e5)) + ## [0.1.6](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.5...v0.1.6) (2026-03-24) diff --git a/pyproject.toml b/pyproject.toml index 6b3ab81..0975e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openfeature-provider-flagsmith" -version = "0.1.6" +version = "0.1.7" description = "Openfeature provider for Flagsmith" authors = [ { name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }