From 507219e1c726e52bcbbe9083a5692ef91344ffe0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 13 Aug 2024 07:10:26 +0000 Subject: [PATCH] chore: bump version to 6.1.3+main --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fd922cd828..18f87ef3d592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [6.1.3] - 2024-08-13 + +### Bug Fixes + +- Don't always fetch all flags on project flag screen ([#7834](https://github.com/Unleash/unleash/issues/7834)) + +- Display feature naming patterns in dialog ([#7837](https://github.com/Unleash/unleash/issues/7837)) + + ## [6.1.2] - 2024-08-08 ### Bug Fixes diff --git a/package.json b/package.json index 205f5d377799..45d8e338045c 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.2+main", + "version": "6.1.3+main", "keywords": [ "unleash", "feature toggle",