diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cb42ef..68089d0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +Version 0.6.0 +------------- +* Added support for the Reinvigorate service. +* Added support for the Olark service. + Version 0.5.0 ------------- * Split off Geckoboard support into django-geckoboard_. diff --git a/analytical/__init__.py b/analytical/__init__.py index f93e024..f63621b 100644 --- a/analytical/__init__.py +++ b/analytical/__init__.py @@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information. __author__ = "Joost Cassee" __email__ = "joost@cassee.net" -__version__ = "0.7.0" +__version__ = "0.6.0" __copyright__ = "Copyright (C) 2011 Joost Cassee" __license__ = "MIT License"