Skip to content

Commit a5885ac

Browse files
committed
chore(main): release 2.2.2
1 parent c0b8dde commit a5885ac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.1"
2+
".": "2.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<a name="v1.5.2"></a>
44

5+
## [2.2.2](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.1...v2.2.2) (2025-10-24)
6+
7+
8+
### Bug Fixes
9+
10+
* worker thread getting stuck ([#105](https://github.com/Flagsmith/flagsmith-common/issues/105)) ([c0b8dde](https://github.com/Flagsmith/flagsmith-common/commit/c0b8ddeb1419de5d35d717784750070d78a218fa))
11+
512
## [2.2.1](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.0...v2.2.1) (2025-10-23)
613

714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flagsmith-common"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "Flagsmith's common library"
55
requires-python = ">=3.11,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)