diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d63d575..448d89e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9630e3f..460e098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.1.0...v6.2.0) (2026-08-07) + +### Features + +- Surface engine evaluation reason on flags ([#236](https://github.com/Flagsmith/flagsmith-python-client/issues/236)) + ([71128a4](https://github.com/Flagsmith/flagsmith-python-client/commit/71128a4c0d6af6ba5ca473fd69a0d321db56976b)) + +### Bug Fixes + +- Exposure events sent without a variant and duplicated within a flush interval + ([#233](https://github.com/Flagsmith/flagsmith-python-client/issues/233)) + ([2c5e20e](https://github.com/Flagsmith/flagsmith-python-client/commit/2c5e20e4c39d4f51563d3c6b473cca69d8ba23c3)) + ## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14) ### Features diff --git a/pyproject.toml b/pyproject.toml index 8f913c8..d52c275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.1.0" +version = "6.2.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3"