diff options
author | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2020-05-15 17:15:48 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2020-05-15 17:15:48 +0000 |
commit | a6a408f264f53bd1fc7635ba1ae8eaca8ec9da8b (patch) | |
tree | 9c539afcd24cfeb4eb2c7a1d04044d4373c95083 /CHANGELOG.md | |
parent | 9b1c2f43462737ddd3e43dbfb54a22f629f0dcc4 (diff) | |
download | gitlab-ce-a6a408f264f53bd1fc7635ba1ae8eaca8ec9da8b.tar.gz |
Update CHANGELOG.md for 12.10.6
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
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) |