From c15e0fa17b26799778fcd6b2269430b86e6e345f Mon Sep 17 00:00:00 2001
From: GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
Date: Tue, 13 Apr 2021 21:16:47 +0000
Subject: [PATCH] Update CHANGELOG.md for 13.8.8-ee

[ci skip]
---
 CHANGELOG.md                                              | 8 ++++++++
 changelogs/unreleased/security-327154-only-jpeg-tiff.yml  | 5 -----
 .../unreleased/security-ruby-saml-auth-bypass-fix.yml     | 5 -----
 3 files changed, 8 insertions(+), 10 deletions(-)
 delete mode 100644 changelogs/unreleased/security-327154-only-jpeg-tiff.yml
 delete mode 100644 changelogs/unreleased/security-ruby-saml-auth-bypass-fix.yml

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c802db6146a0c..ca676eed29410 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1199,6 +1199,14 @@ entry.
 - Apply new GitLab UI for buttons in pipeline schedules.
 
 
+## 13.8.8 (2021-04-13)
+
+### Security (2 changes)
+
+- Clean only legitimate JPG and TIFF files.
+- Update ruby-saml and rexml gems.
+
+
 ## 13.8.7 (2021-03-31)
 
 ### Security (5 changes)
diff --git a/changelogs/unreleased/security-327154-only-jpeg-tiff.yml b/changelogs/unreleased/security-327154-only-jpeg-tiff.yml
deleted file mode 100644
index 1751bd735bfaa..0000000000000
--- a/changelogs/unreleased/security-327154-only-jpeg-tiff.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Clean only legitimate JPG and TIFF files
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-ruby-saml-auth-bypass-fix.yml b/changelogs/unreleased/security-ruby-saml-auth-bypass-fix.yml
deleted file mode 100644
index 6f7d3c809c7c8..0000000000000
--- a/changelogs/unreleased/security-ruby-saml-auth-bypass-fix.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update ruby-saml and rexml gems
-merge_request:
-author:
-type: security
-- 
GitLab