From dd6c240b1d4727d165c6cd2e9486397d311abb06 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 15 May 2026 19:03:43 +0200 Subject: [PATCH] chore(main): release 2.23.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5ab488..b94f3df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.22.0" + ".": "2.23.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 155cde3..398f07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.23.0](https://github.com/Flagsmith/edge-proxy/compare/v2.22.0...v2.23.0) (2026-05-15) + + +### Features + +* configurable timeout_keep_alive for keep-alive idle connections ([#188](https://github.com/Flagsmith/edge-proxy/issues/188)) ([86bfdfc](https://github.com/Flagsmith/edge-proxy/commit/86bfdfc06ab7f6313412179c5fead58d9307a711)) + + +### Dependency Updates + +* pre-commit autoupdate ([#184](https://github.com/Flagsmith/edge-proxy/issues/184)) ([2589158](https://github.com/Flagsmith/edge-proxy/commit/2589158edd314f799a9716f2987554bc890b99e9)) + ## [2.22.0](https://github.com/Flagsmith/edge-proxy/compare/v2.21.2...v2.22.0) (2026-05-07)