Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/202520-fix_project_auth_calculation_for_group_shares.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f69f35c24ee..eb47b8aaefe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.7.6
+
+### Security (1 change)
+
+- Fix ProjectAuthorization calculation for shared groups.
+
+
## 12.7.5
### Fixed (4 changes, 1 of them is from the community)
diff --git a/changelogs/unreleased/202520-fix_project_auth_calculation_for_group_shares.yml b/changelogs/unreleased/202520-fix_project_auth_calculation_for_group_shares.yml
deleted file mode 100644
index 5dd163749f2..00000000000
--- a/changelogs/unreleased/202520-fix_project_auth_calculation_for_group_shares.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix ProjectAuthorization calculation for shared groups
-merge_request:
-author:
-type: security