Update changelog and bump version to 2.2.1

This commit is contained in:
Joost Cassee 2016-05-27 10:33:35 +02:00
parent 9cf5c4995e
commit 1cd95cd77b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 2.2.1
-------------
* Fix a bug with the extra Google Analytics variables also pushing the `_gat.`
flag onto the configuration array.
Version 2.2.0
-------------
* Update Woopra JavaScript snippet (Aleck Landgraf)

View file

@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information.
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "2.2.0"
__version__ = "2.2.1"
__copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others"
__license__ = "MIT License"