diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1ae29..9bfc9ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.6.1" + ".": "3.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e625d47..d4a9f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [3.7.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.6.1...v3.7.0) (2026-04-13) + + +### CI + +* pre-commit autoupdate ([#194](https://github.com/Flagsmith/flagsmith-common/issues/194)) ([1256e87](https://github.com/Flagsmith/flagsmith-common/commit/1256e87609bb18cf6cdee55d5507c3d89cc09297)) + + +### Dependency Updates + +* update dependency django to v5.2.13 [security] ([#196](https://github.com/Flagsmith/flagsmith-common/issues/196)) ([0e18547](https://github.com/Flagsmith/flagsmith-common/commit/0e18547a958e1d8773f90cd692ca7005873fc6a4)) + + +### Features + +* OTel: Task Processor ([#197](https://github.com/Flagsmith/flagsmith-common/issues/197)) ([ef4df55](https://github.com/Flagsmith/flagsmith-common/commit/ef4df553028c5bceaddf97a569a3b1bc05f0151d)) + ## [3.6.1](https://github.com/Flagsmith/flagsmith-common/compare/v3.6.0...v3.6.1) (2026-04-06) diff --git a/pyproject.toml b/pyproject.toml index cd6fc81..8175baa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "3.6.1" +version = "3.7.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [] diff --git a/uv.lock b/uv.lock index 5ef0116..f81cfe5 100644 --- a/uv.lock +++ b/uv.lock @@ -449,7 +449,7 @@ wheels = [ [[package]] name = "flagsmith-common" -version = "3.6.1" +version = "3.7.0" source = { editable = "." } [package.optional-dependencies]