diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b94f3df..ab46db8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.23.0" + ".": "2.23.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 398f07a..93c4c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.23.1](https://github.com/Flagsmith/edge-proxy/compare/v2.23.0...v2.23.1) (2026-08-31) + + +### Dependency Updates + +* Bump flagsmith-flag-engine to 11.0.0 ([#198](https://github.com/Flagsmith/edge-proxy/issues/198)) ([2612bfd](https://github.com/Flagsmith/edge-proxy/commit/2612bfdb1a8a3689ca7581900e56aaf37d6e3c6d)) + + +### Other + +* **CI:** pre-commit autoupdate ([#191](https://github.com/Flagsmith/edge-proxy/issues/191)) ([137f311](https://github.com/Flagsmith/edge-proxy/commit/137f311a51401584328c645c941f0265a23b1023)) + ## [2.23.0](https://github.com/Flagsmith/edge-proxy/compare/v2.22.0...v2.23.0) (2026-05-15)