diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4aa896b..4f63ac8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb2685..94f8857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [1.7.1](https://github.com/Flagsmith/flagsmith-common/compare/v1.7.0...v1.7.1) (2025-04-04) + + +### Bug Fixes + +* Regex url paths used as simple url path values ([#41](https://github.com/Flagsmith/flagsmith-common/issues/41)) ([ef1842e](https://github.com/Flagsmith/flagsmith-common/commit/ef1842e6a70d8388d6588e4f1fe290e186719f04)) + ## [1.7.0](https://github.com/Flagsmith/flagsmith-common/compare/v1.6.0...v1.7.0) (2025-04-04) diff --git a/pyproject.toml b/pyproject.toml index fc78108..f821c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "1.7.0" +version = "1.7.1" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [