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",