diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a6169..c5f58dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Google Analytics Server Side Changelog ====================================== +Version 0.12.1 Beta +------------------- + + - Increase unit test coverage + - Slight re-write of BrowsCap BotInfo Adapter, abstracting common functionality + - Increase configuration options of BrowsCap BotInfo Adapter + - Add in constants for config option names with BrowsCap and UserAgentStringInfo BotInfo Adapters + Version 0.12.0 Beta ------------------- diff --git a/Gass/GoogleAnalyticsServerSide.php b/Gass/GoogleAnalyticsServerSide.php index 8637f42..c2bd5b9 100644 --- a/Gass/GoogleAnalyticsServerSide.php +++ b/Gass/GoogleAnalyticsServerSide.php @@ -22,7 +22,7 @@ * @copyright Copyright (c) 2011-2016 Tom Chapman (http://tom-chapman.uk/) * @license BSD 3-clause "New" or "Revised" License * @link http://github.com/chappy84/google-analytics-server-side - * @version 0.10.0 Beta + * @version 0.12.1 Beta * @example $gass = new \Gass\GoogleAnalyticsServerSide; * $gass->setAccount('UA-XXXXXXX-X') * ->trackPageView();