Version bump to 2.1.0 [skip ci]
Andrew
committed May 18, 2018
commit ba04a5bf7bd1fe6175381152d3e553141a448bbe
Showing 4
changed files with
7 additions
and 7 deletions
CHANGELOG.md
+1
-1
| @@ | @@ -1,4 +1,4 @@ |
| - | ## 2.1.0 [unreleased] |
| + | ## 2.1.0 |
| - Added option for IP masking | |
| - Added option to use anonymity sets instead of cookies | |
README.md
+4
-4
| @@ | @@ -58,9 +58,9 @@ ahoy.track("My second event", {language: "JavaScript"}); |
| For Android, check out [Ahoy Android](https://github.com/instacart/ahoy-android). For other platforms, see the [API spec](#api-spec). | |
| - | ### GDPR Compliance [master] |
| + | ### GDPR Compliance |
| - | Ahoy provides a number of options to help with [GDPR compliance](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation). See the [GDPR section](#gdpr-compliance-master-1) for more info. |
| + | Ahoy provides a number of options to help with GDPR compliance. See the [GDPR section](#gdpr-compliance-1) for more info. |
| ## How It Works | |
| @@ | @@ -318,7 +318,7 @@ Exceptions are rescued so analytics do not break your app. Ahoy uses [Safely](ht |
| Safely.report_exception_method = ->(e) { Rollbar.error(e) } | |
| ``` | |
| - | ## GDPR Compliance [master] |
| + | ## GDPR Compliance |
| Ahoy provides a number of options to help with [GDPR compliance](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation). | |
| @@ | @@ -571,7 +571,7 @@ import ahoy from "ahoy.js"; |
| ## Upgrading | |
| - | ### 2.1 [master] |
| + | ### 2.1 |
| Ahoy recommends [Device Detector](https://github.com/podigee/device_detector) for user agent parsing and makes it the default for new installations. To switch, add to `config/initializers/ahoy.rb`: | |
ahoy/version.rb b/lib/ahoy/version.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| module Ahoy | |
| - | VERSION = "2.0.2" |
| + | VERSION = "2.1.0" |
| end | |
vendor/assets/javascripts/ahoy.js
+1
-1
| @@ | @@ -2,7 +2,7 @@ |
| * Ahoy.js | |
| * Simple, powerful JavaScript analytics | |
| * https://github.com/ankane/ahoy.js | |
| - | * v0.3.2 |
| + | * v0.3.3 |
| * MIT License | |
| */ | |