diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a43290c..ab67d0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e8fca..b48a116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.4...v0.1.5) (2025-08-21) + + +### CI + +* add-conventional-commit-check-action ([#19](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/19)) ([f749c5b](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/f749c5ba1e269be2940cb6e63a2cc6ece0073a33)) + ## [0.1.4](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.3...v0.1.4) (2025-06-02) diff --git a/pyproject.toml b/pyproject.toml index af48d3b..1bc4b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openfeature-provider-flagsmith" -version = "0.1.4" +version = "0.1.5" description = "Openfeature provider for Flagsmith" authors = [ { name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }