diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85834cf..a471997 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.11.0" + ".": "3.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b02dd..bcbf945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## [3.12.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.11.0...v3.12.0) (2026-07-14) + + +### CI + +* pre-commit autoupdate ([#246](https://github.com/Flagsmith/flagsmith-common/issues/246)) ([3eef218](https://github.com/Flagsmith/flagsmith-common/commit/3eef2183d744acca209d6d577f340581c88b5a53)) + + +### Dependency Updates + +* update dependency django to v5.2.16 [security] ([#248](https://github.com/Flagsmith/flagsmith-common/issues/248)) ([a745090](https://github.com/Flagsmith/flagsmith-common/commit/a745090719af0e31df57f1a9cb76ea2d97c96ed9)) +* update dependency setuptools to v83 [security] ([#251](https://github.com/Flagsmith/flagsmith-common/issues/251)) ([6fd5017](https://github.com/Flagsmith/flagsmith-common/commit/6fd5017801c2f81c40b714519de79fdd21989ac6)) + + +### Features + +* **otel:** Add OTLP/gRPC export support ([#247](https://github.com/Flagsmith/flagsmith-common/issues/247)) ([45b08b4](https://github.com/Flagsmith/flagsmith-common/commit/45b08b4a40465201bb59fb11a4284a3ce8be864f)) + ## [3.11.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.10.1...v3.11.0) (2026-07-03) diff --git a/pyproject.toml b/pyproject.toml index 8fe2ff5..1f53baa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "3.11.0" +version = "3.12.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [] diff --git a/uv.lock b/uv.lock index 73c1016..3a5bcbf 100644 --- a/uv.lock +++ b/uv.lock @@ -453,7 +453,7 @@ wheels = [ [[package]] name = "flagsmith-common" -version = "3.11.0" +version = "3.12.0" source = { editable = "." } [package.optional-dependencies]