diff --git a/CHANGES.rst b/CHANGES.rst
index b41e1608beb8c36c60bda5b14084024c4ef9bd6a..96b228613e78d8cc0140019a3b610455662af42b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,12 +4,28 @@ Changelog
 This is a record of changes made between each Mutalyzer release.
 
 
-Version 2.0.5
+Version 2.0.6
 -------------
 
 Release date to be decided.
 
 
+Version 2.0.5
+-------------
+
+Released on December 16th 2014.
+
+- New website layout by `Landscape <http://wearelandscape.nl/>`_ (`GitLab!26
+  <https://git.lumc.nl/mutalyzer/mutalyzer/merge_requests/26>`_).
+- Source code moved from `GitLab <https://git.lumc.nl/mutalyzer/mutalyzer>`_
+  to `GitHub <https://github.com/LUMC/mutalyzer>`_.
+- Automated unit tests `on Travis CI <https://travis-ci.org/LUMC/mutalyzer>`_
+  (`GitHub#16 <https://github.com/LUMC/mutalyzer/pull/16>`_).
+- Developer documentation `hosted on Read the Docs
+  <http://mutalyzer.readthedocs.org/en/latest/>`_ (`GitHub#17
+  <https://github.com/LUMC/mutalyzer/pull/18>`_).
+
+
 Version 2.0.4
 -------------
 
diff --git a/mutalyzer/__init__.py b/mutalyzer/__init__.py
index 65af1b176402ed78137a8e1f8b321e23fe8c1f61..bcea199e659357932d498d7e8383fab4689cd912 100644
--- a/mutalyzer/__init__.py
+++ b/mutalyzer/__init__.py
@@ -21,8 +21,8 @@ from __future__ import unicode_literals
 # [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
 # [2] http://semver.org/
 
-__version_info__ = ('2', '0', '5', 'dev')
-__date__ = '19 Nov 2014'
+__version_info__ = ('2', '0', '6', 'dev')
+__date__ = '16 Dec 2014'
 
 
 __version__ = '.'.join(__version_info__)