From 1cac8fa7f89658fcb4360d91fc612635c772c761 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 11 Sep 2024 16:37:04 +0000 Subject: [PATCH] chore: bump version to 6.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2232dceb2742..ffbc9757a70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [6.2.1] - 2024-09-11 + +### Bug Fixes + +- Invert logic ([#8135](https://github.com/Unleash/unleash/issues/8135)) ([#8136](https://github.com/Unleash/unleash/issues/8136)) + + ## [6.2.0] - 2024-09-05 ### ADR diff --git a/package.json b/package.json index 8e00168084df..86b9d596e3f6 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.2.0", + "version": "6.2.1", "keywords": [ "unleash", "feature toggle",