From da0156736503b12f75f064ff3eee74ee03392997 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Mon, 28 Apr 2014 22:58:04 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Mart=C3=ADn=20Gait=C3=A1n=20to=20authors?= =?UTF-8?q?=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTHORS.rst | 4 +++- CHANGELOG.rst | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 853fbe4..8829a34 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,7 +1,8 @@ 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`_ and others. +`Tinnet Coronam`_, `Philippe O. Wagner`_, `Max Arnold`_ , `Martín +Gaitán`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -22,5 +23,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_. .. _`Tinnet Coronam`: https://github.com/tinnet .. _`Philippe O. Wagner`: mailto:admin@arteria.ch .. _`Max Arnold`: https://github.com/max-arnold +.. _`Martín Gaitán`: https://github.com/mgaitan .. _Analytical: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb2344c..98283dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 0.17.0 +-------------- +* Update UserVoice support (Martín Gaitán) + Version 0.16.0 -------------- * Add support for GA Display Advertising features (Max Arnold)