From 87bfc6433bc3a86d2efee9baf0e004611edae46d Mon Sep 17 00:00:00 2001 From: James Herdman Date: Sun, 21 Nov 2021 15:09:58 -0500 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a490c05..2cd70e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # v1.1.0 +## v1.4.0 (2021-11-21) + +This will be the last release in the v1 series. See below for notes on the +forthcoming v2 release. + +### Changes + +- Numerous dependency updates +- Modernized tests using qunit-sinon-assertions +- Add deprecations for adapters extending EmberObject +- Deprecate an automatic identify event with Amplitude adapter (see https://github.com/adopted-ember-addons/ember-metrics/issues/278) +- Type numerous object transformation tools (https://github.com/adopted-ember-addons/ember-metrics/pull/343) +- Documentation updated +- Add the Pendo adapter + +### Upcoming v2 release + +- An upgrade guide will be made available as soon as possible +- This should resolve the embroider-optimized scenario failures + +### Closing remarks + +A hearty thank you to all contributors. The following people contributed to this release: + +* @GreatWizard +* @jfdnc +* @Windvis + + ## v1.3.1 (2021-09-26) * Resolves duplicate GTM script injection (#291, #292) diff --git a/package.json b/package.json index 6bfd64f9..34ccd1b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-metrics", - "version": "1.3.1", + "version": "1.4.0", "description": "Send data to multiple analytics integrations without re-implementing new API", "keywords": [ "ember-addon",