diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa44a166e..77663ce6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [6.1.5] - 2024-08-13 + +### Bug Fixes + +- SCIM UI flag removal ([#7856](https://github.com/Unleash/unleash/issues/7856)) + + ## [6.1.4] - 2024-08-13 ### Bug Fixes diff --git a/package.json b/package.json index 9124e7862e..317a49c0ac 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.1.4+main", + "version": "6.1.5+main", "keywords": [ "unleash", "feature toggle",