diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bb30c44..fc62d3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.2" + ".": "3.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df3590..7bf41f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.10.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.9.2...v3.10.0) (2025-08-06) + +### Features + +- Support SDK metrics ([#136](https://github.com/Flagsmith/flagsmith-python-client/issues/136)) + ([441c46a](https://github.com/Flagsmith/flagsmith-python-client/commit/441c46a0ae72f1ecb8d6e0b4b82f24706c34f942)) + +### Other + +- bump-flagsmith-engine-version ([#139](https://github.com/Flagsmith/flagsmith-python-client/issues/139)) + ([2cd2435](https://github.com/Flagsmith/flagsmith-python-client/commit/2cd2435d4f3872ea399ebeacadaee8c943707a1a)) + ## [3.9.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.9.1...v3.9.2) (2025-07-08) ### CI diff --git a/pyproject.toml b/pyproject.toml index 7a78641..7729285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "3.9.2" +version = "3.10.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3"