From 7481ea9912aaa4cb76f3feb168bf5d14f72b2900 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 14 Aug 2024 11:45:02 +0000 Subject: [PATCH] chore: bump version to 6.1.8+main --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77663ce6b1..f08f0d13d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. +## [6.1.8] - 2024-08-14 + +### Bug Fixes + +- Change request enabled check should ignore disabled envs ([#7869](https://github.com/Unleash/unleash/issues/7869)) ([#7876](https://github.com/Unleash/unleash/issues/7876)) + + +## [6.1.7] - 2024-08-14 + +### Bug Fixes + +- Messed up on merge-conflicts + + +## [6.1.6] - 2024-08-14 + +### Features + +- Update feature completed payload to have boolean instead of string ([#7855](https://github.com/Unleash/unleash/issues/7855)) + + +### Miscellaneous Tasks + +- Split send welcome email ([#7795](https://github.com/Unleash/unleash/issues/7795)) ([#7867](https://github.com/Unleash/unleash/issues/7867)) + + ## [6.1.5] - 2024-08-13 ### Bug Fixes diff --git a/package.json b/package.json index 317a49c0ac..4a90205805 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.5+main", + "version": "6.1.8+main", "keywords": [ "unleash", "feature toggle",