1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

chore: bump version to 6.1.4+main

This commit is contained in:
GitHub Actions Bot 2024-08-13 09:30:17 +00:00
parent 1b892979d3
commit 17e2102f0e
2 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [6.1.4] - 2024-08-13
### Bug Fixes
- Don't show link stubs in slack notifications ([#7810](https://github.com/Unleash/unleash/issues/7810)) ([#7850](https://github.com/Unleash/unleash/issues/7850))
### Fix
- Time to production ([#7835](https://github.com/Unleash/unleash/issues/7835)) ([#7848](https://github.com/Unleash/unleash/issues/7848))
### Miscellaneous Tasks
- Cherry-pick SCIM flag removal ([#7851](https://github.com/Unleash/unleash/issues/7851))
## [6.1.3] - 2024-08-13 ## [6.1.3] - 2024-08-13
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "unleash-server", "name": "unleash-server",
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.", "description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
"version": "6.1.3+main", "version": "6.1.4+main",
"keywords": [ "keywords": [
"unleash", "unleash",
"feature toggle", "feature toggle",