diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18791be7..20e9dbd7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 30efb94d..64ef46c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +## [2.1.0](https://github.com/Flagsmith/flagsmith-common/compare/v2.0.0...v2.1.0) (2025-09-02) + + +### CI + +* pre-commit autoupdate ([#92](https://github.com/Flagsmith/flagsmith-common/issues/92)) ([aeb7520](https://github.com/Flagsmith/flagsmith-common/commit/aeb752000b8c7dbae9b2337bb0e7ee18aa3af6df)) + + +### Features + +* **utils:** Allow for explicit use of database replicas ([#95](https://github.com/Flagsmith/flagsmith-common/issues/95)) ([617861b](https://github.com/Flagsmith/flagsmith-common/commit/617861b5cdd1ef9c329463182bddc2d2746a1060)) + ## [2.0.0](https://github.com/Flagsmith/flagsmith-common/compare/v1.15.1...v2.0.0) (2025-08-07) diff --git a/pyproject.toml b/pyproject.toml index b9cb8ce9..461e72c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "2.0.0" +version = "2.1.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [