diff --git a/CHANGELOG b/CHANGELOG
index 7fcaceaf4c345f37ea64e70b48ffacaaec20b304..00767193031991c6dd0df0db378322093863a125 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,9 +10,25 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
 
 .. towncrier
 
+0.16.3 (2018-08-21)
+-------------------
+
+Upgrade instructions are available at
+https://docs.funkwhale.audio/upgrading.html
+
+Bugfixes:
+
+- Fixed front-end not contacting the proper path on the API (!385)
+
+
 0.16.2 (2018-08-21)
 -------------------
 
+.. warning::
+
+  **This release is broken, do not use it. Upgrade to 0.16.3 or higher instead.**
+
+
 Upgrade instructions are available at
 https://docs.funkwhale.audio/upgrading.html
 
diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py
index b897028f20708029a4a1154fe40aaf30b234b173..5319b3c325229992c617ddf8e18128d53e1cb7c9 100644
--- a/api/funkwhale_api/__init__.py
+++ b/api/funkwhale_api/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-__version__ = "0.16.2"
+__version__ = "0.16.3"
 __version_info__ = tuple(
     [
         int(num) if num.isdigit() else num
diff --git a/changes/changelog.d/instance-url.bugfix b/changes/changelog.d/instance-url.bugfix
deleted file mode 100644
index 356aa12a50772b48675ebb7fe095014c4809f775..0000000000000000000000000000000000000000
--- a/changes/changelog.d/instance-url.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fixed front-end not contacting the proper path on the API