diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8635c09a..7136d48884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [6.0.3] - 2024-06-14 + +### Bug Fixes + +- Backport lifecycle and playground fixes ([#7396](https://github.com/Unleash/unleash/issues/7396)) + + ## [6.0.2] - 2024-06-12 ### Bug Fixes diff --git a/package.json b/package.json index 2868e4748a..f01f5da025 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.0.2+main", + "version": "6.0.3+main", "keywords": [ "unleash", "feature toggle",