From f8cf9d39a756ea727c37dfc2abede3efb6186f12 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Mon, 25 Mar 2013 00:57:50 +0100 Subject: [PATCH] Update version and changelog --- AUTHORS.rst | 4 +++- CHANGELOG.rst | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index b27de56..d33524f 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,6 +1,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`_ and others. +`Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_, `Simon Ye`_, +`Tinnet Coronam`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -18,5 +19,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_. .. _`Piet Delport`: https://github.com/pjdelport .. _`Sandra Mau`: https://github.com/xthepoet .. _`Simon Ye`: https://github.com/yesimon +.. _`Tinnet Coronam`: https://github.com/tinnet .. _Analytical: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4dd189d..fb5946f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 0.15.0 +-------------- +* Add IP anonymization setting to GA tracking pixel (Tinnet Coronam) + Version 0.14.0 -------------- * Update mixpanel integration to latest code (Simon Ye)