diff --git a/CHANGELOG.md b/CHANGELOG.md index 2232dceb2742..ffbc9757a70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [6.2.1] - 2024-09-11 + +### Bug Fixes + +- Invert logic ([#8135](https://github.com/Unleash/unleash/issues/8135)) ([#8136](https://github.com/Unleash/unleash/issues/8136)) + + ## [6.2.0] - 2024-09-05 ### ADR diff --git a/package.json b/package.json index 8e00168084df..86b9d596e3f6 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.0", + "version": "6.2.1", "keywords": [ "unleash", "feature toggle",