diff --git a/CHANGELOG.md b/CHANGELOG.md index 525d27d..011ebd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ember-cli-google-analytics Changelog +### 1.1.0 + +Adds support for cookie-related settings: `cookieDomain`, `cookieName`, and `cookieExpires`. This applies to analytics.js only. + ### 1.0.0 Initial release of the ember-cli-google-analytics addon diff --git a/package.json b/package.json index ac0304e..0da42da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-google-analytics", - "version": "1.0.0", + "version": "1.1.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },