diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd88d91..a7f9238 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) diff --git a/analytical/__init__.py b/analytical/__init__.py index 1c312c3..5083bd8 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__ = "2.2.0" +__version__ = "2.2.1" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __license__ = "MIT License"