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-06-04 18:16:49 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-04 18:16:49 +0300
commitce19df71ed004cd3b783ed57d79e3532a1781cb3 (patch)
tree3ad789c4e88ac190b634d07aa18461841ae7af4d /CHANGELOG.md
parent1d05bf08ffd8f822175c24ab69a500efc80af910 (diff)
Update CHANGELOG.md for 13.0.5
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53920c6ecc7..ff38bca3ffa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.0.5 (2020-06-04)
+
+### Fixed (4 changes)
+
+- Fix NoMethodError by using the correct method to report exceptions to Sentry. !33260
+- Fix bug in snippets updating only file_name or content. !33375
+- Fix ambiguous string concatenation on CleanupProjectsWithMissingNamespace. !33497
+- Fix linking alerts to created issues for the Generic alerts intergration. !33647
+
+### Other (1 change)
+
+- Update GitLab Workhorse to v8.31.2. !33818
+
+
## 13.0.4 (2020-06-03)
### Security (1 change)