diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c03dabc..2260262 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.2" + ".": "2.2.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e0b50..cb54bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## [2.2.3](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.2...v2.2.3) (2025-11-03) + + +### CI + +* pre-commit autoupdate ([#108](https://github.com/Flagsmith/flagsmith-common/issues/108)) ([a2ce926](https://github.com/Flagsmith/flagsmith-common/commit/a2ce926df24968cab57e81e39e77838575f7f17f)) + + +### Bug Fixes + +* reduce sleep time in timeout tests and add elapsed time checks ([#111](https://github.com/Flagsmith/flagsmith-common/issues/111)) ([630e02f](https://github.com/Flagsmith/flagsmith-common/commit/630e02f0483fa629648beb9402cacde8a5188fa2)) +* Temporary directories are not removed ([#109](https://github.com/Flagsmith/flagsmith-common/issues/109)) ([5e2f66f](https://github.com/Flagsmith/flagsmith-common/commit/5e2f66ff9c4ea4f8dda19a98444d3644396dbcf5)) + ## [2.2.2](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.1...v2.2.2) (2025-10-24) diff --git a/pyproject.toml b/pyproject.toml index 9f771bc..a41ca00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "2.2.2" +version = "2.2.3" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [