diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..cda9cbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0aa1b..e5f39f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.1...v0.1.2) (2025-06-02) + + +### CI + +* fix pyproject.toml build information ([#9](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/9)) ([e9f633c](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/e9f633c66ac74bf2152b780c85bd58049116e566)) + ## [0.1.1](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.0...v0.1.1) (2025-05-30) diff --git a/pyproject.toml b/pyproject.toml index ca32ed2..22d3432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openfeature-provider-flagsmith" -version = "0.1.1" +version = "0.1.2" description = "Openfeature provider for Flagsmith" authors = [ { name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }