From 17e2102f0e519cd4756eab712b8953dc2e7d5473 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 13 Aug 2024 09:30:17 +0000 Subject: [PATCH] chore: bump version to 6.1.4+main --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f87ef3d5..9fa44a166e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [6.1.4] - 2024-08-13 + +### Bug Fixes + +- Don't show link stubs in slack notifications ([#7810](https://github.com/Unleash/unleash/issues/7810)) ([#7850](https://github.com/Unleash/unleash/issues/7850)) + + +### Fix + +- Time to production ([#7835](https://github.com/Unleash/unleash/issues/7835)) ([#7848](https://github.com/Unleash/unleash/issues/7848)) + + +### Miscellaneous Tasks + +- Cherry-pick SCIM flag removal ([#7851](https://github.com/Unleash/unleash/issues/7851)) + + ## [6.1.3] - 2024-08-13 ### Bug Fixes diff --git a/package.json b/package.json index 45d8e33804..9124e7862e 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.3+main", + "version": "6.1.4+main", "keywords": [ "unleash", "feature toggle",