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-15 20:15:48 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-15 20:15:48 +0300
commita6a408f264f53bd1fc7635ba1ae8eaca8ec9da8b (patch)
tree9c539afcd24cfeb4eb2c7a1d04044d4373c95083 /CHANGELOG.md
parent9b1c2f43462737ddd3e43dbfb54a22f629f0dcc4 (diff)
Update CHANGELOG.md for 12.10.6
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cf809afe01..d82b267037c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.10.6 (2020-05-15)
+
+### Fixed (5 changes)
+
+- Fix duplicate index removal on ci_pipelines.project_id. !31043
+- Fix 500 on creating an invalid domains and verification. !31190
+- Fix incorrect number of errors returned when querying sentry errors. !31252
+- Add instance column to services table if it's missing. !31631
+- Fix incorrect regex used in FileUploader#extract_dynamic_path. !32271
+
+
## 12.10.5 (2020-05-13)
### Added (1 change)