diff --git a/CHANGELOG b/CHANGELOG
index 507e200b1643f7f8f5b9c597a247437f85bb94af..a4bd0232bcfd318e84d195ae492b07558dec15a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,20 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
 
 .. towncrier
 
+1.1-rc2 (2021-03-01)
+--------------------
+
+Upgrade instructions are available at
+https://docs.funkwhale.audio/admin/upgrading.html
+
+Bugfixes:
+
+- Fixed follows from Pleroma with custom Emoji as Tag by ignoring not supported tag types #1342
+- Update pleroma JSON-LD Schema (#1341)
+- Revert fork replacement of http-signature since official package breaks federation
+- Pin twisted version to 20.3.0
+
+
 1.1-rc1 (2021-02-24)
 --------------------
 
diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py
index 79e9a9faa88b52a87e1593015b714ade7c47bf87..7cf8ade2fcad1e10f3cb31c2e710faab37bf9517 100644
--- a/api/funkwhale_api/__init__.py
+++ b/api/funkwhale_api/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-__version__ = "1.1-rc1"
+__version__ = "1.1-rc2"
 __version_info__ = tuple(
     [
         int(num) if num.isdigit() else num
diff --git a/changes/changelog.d/1341.bugfix b/changes/changelog.d/1341.bugfix
deleted file mode 100644
index 7a4d0e3c90e19661c992a3ab65eab5b255ce9d85..0000000000000000000000000000000000000000
--- a/changes/changelog.d/1341.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Update pleroma JSON-LD Schema (#1341)
diff --git a/changes/changelog.d/1342.bugfix b/changes/changelog.d/1342.bugfix
deleted file mode 100644
index 48adfbbf7e48334396b394c9813d0522810e24d3..0000000000000000000000000000000000000000
--- a/changes/changelog.d/1342.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fixed follows from Pleroma with custom Emoji as Tag by ignoring not supported tag types #1342