Skip to content

Commit be4b18f

Browse files
authored
chore(main): release 2.2.0 (#99)
1 parent 1c6c522 commit be4b18f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

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

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

5+
## [2.2.0](https://github.com/Flagsmith/flagsmith-common/compare/v2.1.0...v2.2.0) (2025-09-04)
6+
7+
8+
### CI
9+
10+
* pre-commit autoupdate ([#97](https://github.com/Flagsmith/flagsmith-common/issues/97)) ([a21d125](https://github.com/Flagsmith/flagsmith-common/commit/a21d125e2afade0b3b99cabe6e88a2f258acce10))
11+
12+
13+
### Features
14+
15+
* **utils:** New is_database_replica_setup utility ([#100](https://github.com/Flagsmith/flagsmith-common/issues/100)) ([1c6c522](https://github.com/Flagsmith/flagsmith-common/commit/1c6c5222798ec5866b0d55b9bde1379b2cda8b3f))
16+
517
## [2.1.0](https://github.com/Flagsmith/flagsmith-common/compare/v2.0.0...v2.1.0) (2025-09-02)
618

719

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.1.0"
3+
version = "2.2.0"
44
description = "Flagsmith's common library"
55
requires-python = ">=3.11,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)