diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 519eaaf..3e0b8f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbacb7..a84c9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [3.1.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.0.0...v3.1.0) (2026-01-05) + + +### Features + +* Add DynamoDB document schemas ([#150](https://github.com/Flagsmith/flagsmith-common/issues/150)) ([9f9518b](https://github.com/Flagsmith/flagsmith-common/commit/9f9518b278fd37b45683b1cec498438c81ecc915)) +* Annotate DynamoDB schemas with validation code ([#148](https://github.com/Flagsmith/flagsmith-common/issues/148)) ([ff17838](https://github.com/Flagsmith/flagsmith-common/commit/ff178388446190c66366585ecb0c1f18377c4d04)) + ## [3.0.0](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.7...v3.0.0) (2026-01-05) diff --git a/pyproject.toml b/pyproject.toml index 87e1cbf..c7f81ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "3.0.0" +version = "3.1.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = []