diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cda9cbd..4c5a1a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f39f9..da96454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.2...v0.1.3) (2025-06-02) + + +### Bug Fixes + +* update provider method signatures to conform to specification ([#13](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/13)) ([385f27e](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/385f27e2cc683b27c9033f28120d8607403ad73d)) + ## [0.1.2](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.1...v0.1.2) (2025-06-02) diff --git a/pyproject.toml b/pyproject.toml index 22d3432..d23a544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openfeature-provider-flagsmith" -version = "0.1.2" +version = "0.1.3" description = "Openfeature provider for Flagsmith" authors = [ { name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }