From 0f9af59071cac7aa63bc0d8fca2e9264bdcd6cad Mon Sep 17 00:00:00 2001
From: Mayra Cabrera <mcabrera@gitlab.com>
Date: Fri, 12 Feb 2021 12:10:14 -0600
Subject: [PATCH] Remove fake changelog entries

Fake changelog entries were generated as part of testing our release
tooling with the 'main' branch. Now that the testing is done, this
commit removes such entries.

More info on https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1441
---
 CHANGELOG-EE.md | 4 ----
 CHANGELOG.md    | 8 --------
 2 files changed, 12 deletions(-)

diff --git a/CHANGELOG-EE.md b/CHANGELOG-EE.md
index 8127f5bef995..5d9b5bae4dab 100644
--- a/CHANGELOG-EE.md
+++ b/CHANGELOG-EE.md
@@ -1,9 +1,5 @@
 Please view this file on the master branch, on stable branches it's out of date.
 
-## 42.1.1 (2021-02-12)
-
-- No changes.
-
 ## 13.8.4 (2021-02-11)
 
 ### Security (1 change)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d077ef86d0eb..ea9b789ce057 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,6 @@
 documentation](doc/development/changelog.md) for instructions on adding your own
 entry.
 
-## 42.1.1 (2021-02-12)
-
-### Security (2 changes)
-
-- Testing main branch.
-- Testing main branch.
-
-
 ## 13.8.4 (2021-02-11)
 
 ### Security (9 changes)
-- 
GitLab