diff --git a/HISTORY.rst b/HISTORY.rst
index 6c1c695..99818af 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,11 @@
 History
 -------
 
+0.8.1 (2016-06-11)
+++++++++++++++++++
+
+* Aldryn-only release. No code changes
+
 0.8.0 (2016-06-05)
 ++++++++++++++++++
 
diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py
index 2acffda..721a81c 100644
--- a/djangocms_blog/__init__.py
+++ b/djangocms_blog/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 __author__ = 'Iacopo Spalletti'
 __email__ = 'i.spalletti@nephila.it'
-__version__ = '0.8.0.post1'
+__version__ = '0.8.1'
 
 default_app_config = 'djangocms_blog.apps.BlogAppConfig'