Bump version to 2.2.2 and update changelog

This commit is contained in:
Joost Cassee 2016-10-01 14:58:31 +02:00
parent 5a82e9b446
commit d9b482b8c7
2 changed files with 5 additions and 1 deletions

View file

@ -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.`

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.1"
__version__ = "2.2.2"
__copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others"
__license__ = "MIT License"