diff --git a/CHANGELOG b/CHANGELOG
index 12f78c2c85c98d59bbb2f325cdc1dd55d7957f4f..261116f791cd61aacc63443db3edd2a62be02cea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,12 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
 
 .. towncrier
 
+1.1.4 (2021-08-02)
+Upgrade instructions are available at
+https://docs.funkwhale.audio/admin/upgrading.html
+
+- Pinned version of asgiref to avoid trouble with latest release. For further information, see #1516
+
 1.1.3 (2021-08-02)
 Upgrade instructions are available at
 https://docs.funkwhale.audio/admin/upgrading.html
diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py
index 2f679f824fc8f412e29371e16b63f99670da72d5..43540af4c5fca97e72d24d31d280661571c5707d 100644
--- a/api/funkwhale_api/__init__.py
+++ b/api/funkwhale_api/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-__version__ = "1.1.3"
+__version__ = "1.1.4"
 __version_info__ = tuple(
     [
         int(num) if num.isdigit() else num