diff --git a/CHANGELOG.md b/CHANGELOG.md index f08f0d13d9..649a1119be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [6.1.9] - 2024-08-14 + +### Bug Fixes + +- Add collaborators to ignored props for feature diff notif ([#7877](https://github.com/Unleash/unleash/issues/7877)) + + +### Features + +- Allow editing root role/description on SCIM group ([#7874](https://github.com/Unleash/unleash/issues/7874)) + + ## [6.1.8] - 2024-08-14 ### Bug Fixes diff --git a/package.json b/package.json index 4a90205805..b40f853a20 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.8+main", + "version": "6.1.9+main", "keywords": [ "unleash", "feature toggle",