From f8008b8a72cdbacd3fab605538d0268551a88ef3 Mon Sep 17 00:00:00 2001 From: Daniel Jih Date: Wed, 20 Apr 2016 01:21:30 -0700 Subject: [PATCH] v2.12.0 --- CHANGELOG.md | 2 ++ README.md | 6 +++--- amplitude-snippet.min.js | 2 +- amplitude.js | 2 +- amplitude.min.js | 2 +- component.json | 2 +- package.json | 2 +- src/amplitude-snippet.js | 2 +- src/version.js | 2 +- 9 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc81914b..46bc6d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +### 2.12.0 (April 20, 2016) + * Add support for setting groups for users and events. See the [Readme](https://github.com/amplitude/Amplitude-Javascript#setting-groups) for more information. * Add `logRevenueV2` and new `Revenue` class to support logging revenue events with properties, and revenue type. See [Readme](https://github.com/amplitude/Amplitude-Javascript#tracking-revenue) for more info. * Add helper method to regenerate a new random deviceId. This can be used to anonymize a user after they log out. Note this is not recommended unless you know what are you doing. See [Readme](https://github.com/amplitude/Amplitude-Javascript#logging-out-and-anonymous-users) for more information. diff --git a/README.md b/README.md index 9bfd737d..1571cec3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This Readme will guide you through using Amplitude's Javascript SDK to track use ```html