diff --git a/Changelog.md b/Changelog.md
index 805a7810e6b9611ec34494a5fa6d89cd895f683f..c598ffc88ac8398a033c76a6da4fc8061a8aed9f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -154,17 +154,21 @@ before.
 * Add links to the single post view of the related post to photos in the photo stream [#6621](https://github.com/diaspora/diaspora/pull/6621)
 * Add a note for people with disabled JavaScript [#6777](https://github.com/diaspora/diaspora/pull/6777)
 
-# 0.5.10.0
+# 0.5.11.0
 
 ## Refactor
 
-* Removed the publisher from a user's photo stream due to various issues [#6851](https://github.com/diaspora/diaspora/pull/6851)
-* Don't implicitly ignore missing templateName in app.views.Base [#6877](https://github.com/diaspora/diaspora/pull/6877)
-
 ## Bug fixes
 
 ## Features
 
+# 0.5.10.0
+
+## Refactor
+
+* Removed the publisher from a user's photo stream due to various issues [#6851](https://github.com/diaspora/diaspora/pull/6851)
+* Don't implicitly ignore missing templateName in app.views.Base [#6877](https://github.com/diaspora/diaspora/pull/6877)
+
 # 0.5.9.1
 
 Update Nokogiri to 1.6.8, which in turn updates libxml2 to 2.9.4 and libxslt to 1.1.29,