diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d8ebf0d0..18791be7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.1" + ".": "2.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee34fdb5..30efb94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## [2.0.0](https://github.com/Flagsmith/flagsmith-common/compare/v1.15.1...v2.0.0) (2025-08-07) + + +### ⚠ BREAKING CHANGES + +* Move segment and metadata serializers back to core ([#93](https://github.com/Flagsmith/flagsmith-common/issues/93)) + +### Refactoring + +* Move segment and metadata serializers back to core ([#93](https://github.com/Flagsmith/flagsmith-common/issues/93)) ([a6b997b](https://github.com/Flagsmith/flagsmith-common/commit/a6b997b85b2b5987520bd5ceb8a082f169eb1955)) + ## [1.15.1](https://github.com/Flagsmith/flagsmith-common/compare/v1.15.0...v1.15.1) (2025-07-29) diff --git a/pyproject.toml b/pyproject.toml index c8722f13..b9cb8ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "1.15.1" +version = "2.0.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [