diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae18396..c03dabc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6574a..16e0b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [2.2.2](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.1...v2.2.2) (2025-10-24) + + +### Bug Fixes + +* **tests/timeout:** increase sleep duration ([#106](https://github.com/Flagsmith/flagsmith-common/issues/106)) ([92271df](https://github.com/Flagsmith/flagsmith-common/commit/92271df94e5cd5e86534a8f0dd61f4252e42c590)) +* worker thread getting stuck ([#105](https://github.com/Flagsmith/flagsmith-common/issues/105)) ([c0b8dde](https://github.com/Flagsmith/flagsmith-common/commit/c0b8ddeb1419de5d35d717784750070d78a218fa)) + ## [2.2.1](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.0...v2.2.1) (2025-10-23) diff --git a/pyproject.toml b/pyproject.toml index af8df7c..9f771bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "2.2.1" +version = "2.2.2" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [