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-05-05 12:15:30 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-05 12:15:30 +0300
commitc46b49e9e1124f667e85c744747bfc5e32c2cf24 (patch)
tree58fbf8d096d1d795662acf241a093df70cc3d232
parentd0cf8ceca644cd2cfe0b46e248b96807bb6a980f (diff)
Update CHANGELOG.md for 12.9.6
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/216345-add-project-group-to-group-list-when-specified-as-owner.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2a3f3b0fff..7e9632700ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.9.6 (2020-05-05)
+
+### Fixed (1 change)
+
+- Add a Project's group to list of groups when parsing for codeowner entries. !30934
+
+
## 12.9.5 (2020-04-30)
### Security (9 changes)
diff --git a/changelogs/unreleased/216345-add-project-group-to-group-list-when-specified-as-owner.yml b/changelogs/unreleased/216345-add-project-group-to-group-list-when-specified-as-owner.yml
deleted file mode 100644
index 80c2c555f51..00000000000
--- a/changelogs/unreleased/216345-add-project-group-to-group-list-when-specified-as-owner.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add a Project's group to list of groups when parsing for codeowner entries
-merge_request: 30934
-author:
-type: fixed