diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7f9238..4af2715 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 2.2.2 + +* Allow port in Piwik domain path. (Alex Ramsay) + Version 2.2.1 ------------- * Fix a bug with the extra Google Analytics variables also pushing the `_gat.` diff --git a/analytical/__init__.py b/analytical/__init__.py index 5083bd8..f9eab87 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.1" +__version__ = "2.2.2" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __license__ = "MIT License"