diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c5f8c2..a5ab488 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.21.2" + ".": "2.22.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2117e39..844928d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.22.0](https://github.com/Flagsmith/edge-proxy/compare/v2.21.2...v2.22.0) (2026-01-21) + + +### Features + +* use-context-evaluation-with-newest-engine-version ([#182](https://github.com/Flagsmith/edge-proxy/issues/182)) ([da33db3](https://github.com/Flagsmith/edge-proxy/commit/da33db33f6b8df6c9361b45733ee278ca1ad469b)) + + +### CI + +* remove incorrect filtering preventing latest tag being published ([#180](https://github.com/Flagsmith/edge-proxy/issues/180)) ([57121df](https://github.com/Flagsmith/edge-proxy/commit/57121df08a8b8ec9c9ab984827677c034feb8e06)) + ## [2.21.2](https://github.com/Flagsmith/edge-proxy/compare/v2.21.1...v2.21.2) (2025-11-19)