diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbc9757a7..5564a72481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [6.2.3] - 2024-09-18 + +### Bug Fixes + +- Express upgrade to 4.21 ([#8168](https://github.com/Unleash/unleash/issues/8168)) + +- Cherry pick security fixes ([#8175](https://github.com/Unleash/unleash/issues/8175)) + + ## [6.2.1] - 2024-09-11 ### Bug Fixes diff --git a/package.json b/package.json index d28284851c..e23b67b567 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unleash-server", "description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.", - "version": "6.2.2", + "version": "6.2.3", "keywords": [ "unleash", "feature toggle",