From bcbe3eb0ba98b2979faa24909baca1d01f1c38f9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 18 Sep 2025 09:16:38 +0000 Subject: [PATCH] chore: bump version to 7.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2ac826ee..121bc90a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [7.2.1] - 2025-09-18 + +### Bug Fixes + +- Cherry-pick OSS export-fixes from main ([#10668](https://github.com/Unleash/unleash/issues/10668)) + + ## [7.2.0] - 2025-09-03 ### Bug Fixes diff --git a/package.json b/package.json index 834bd2716e..d91be5a190 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "unleash-server", "type": "module", "description": "Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.", - "version": "7.2.0", + "version": "7.2.1", "keywords": [ "unleash", "feature flag",