From de2a62a15d686fb080077e3b322fd102fe76a1cb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 14 Aug 2024 13:33:40 +0000 Subject: [PATCH] chore: bump version to 6.1.9+main --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",