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:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-02-13 17:16:11 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-02-13 17:16:11 +0300
commit664cec622a60ad53ba5c315ddf5ca56b3a3e38a5 (patch)
tree5ef56108ba96d1875d853133c7488ca3eab2002c
parent5ec9676e11e27e5d42e203afed066b04673fbd50 (diff)
Update CHANGELOG.md for 12.6.7
[ci skip]
-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 068a4603f60..e072a43a25a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.6.7
+
+### Security (1 change)
+
+- Fix ProjectAuthorization calculation for shared groups.
+
+
## 12.6.6
### Security (1 change)
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