diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f93e26d..848ff9f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.3" + ".": "10.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e7c890..558aa55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.4](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.3...v10.0.4) (2026-02-07) + +### Other + +- Remove amannn/action-semantic-pull-request workflow ([#290](https://github.com/Flagsmith/flagsmith-engine/issues/290)) + ([6237c31](https://github.com/Flagsmith/flagsmith-engine/commit/6237c31333022bc779bce14a9ea134818d56cb0b)) + ## [10.0.3](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.2...v10.0.3) (2025-11-25) ### Bug Fixes diff --git a/setup.py b/setup.py index 7832be4..51b33e2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.0.3", + version="10.0.4", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]),