diff --git a/AUTHORS.rst b/AUTHORS.rst index e20dc13..c6e32d2 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,7 +2,7 @@ The django-analytical package was written by `Joost Cassee`_, with contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_, `Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_, `Simon Ye`_, `Tinnet Coronam`_, `Philippe O. Wagner`_, `Max Arnold`_ , `Martín -Gaitán`_, `Craig Bruce`_, `Peter Bittner`_ and others. +Gaitán`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -27,6 +27,7 @@ The work on Intercom was made possible by `GreenKahuna`_. .. _`Martín Gaitán`: https://github.com/mgaitan .. _`Craig Bruce`: https://github.com/craigbruce .. _`Peter Bittner`: https://github.com/bittner +.. _`Scott Adams`: https://github.com/7wonders .. _`Analytical`: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ .. _`GreenKahuna`: http://www.greenkahuna.com/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6205ac3..b44eaa6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +Version 0.20.0 +-------------- +* Support Django 1.7 (Craig Bruce) +* Update Mixpanel identity code (Martín Gaitán) +* Identify authenticated users in Uservoice (Martín Gaitán) +* Add full name and email to Olark (Scott Adams) + Version 0.19.0 -------------- * Add Piwik integration (Peter Bittner) diff --git a/analytical/__init__.py b/analytical/__init__.py index 52009d9..2384262 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.19.0" +__version__ = "0.20.0" __copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others" __license__ = "MIT License"