diff --git a/CHANGELOG.md b/CHANGELOG.md index 011ebd4..b0bdaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ember-cli-google-analytics Changelog +### 1.2.0 + +Adds support for [Display Advertising](https://support.google.com/analytics/answer/3450482) for both analytics.js and ga.js. Enable by setting the `displayFeatures` configuration to `true`, it is off by default. + ### 1.1.0 Adds support for cookie-related settings: `cookieDomain`, `cookieName`, and `cookieExpires`. This applies to analytics.js only. diff --git a/package.json b/package.json index 0da42da..8515957 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-google-analytics", - "version": "1.1.0", + "version": "1.2.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },