Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman committed Nov 21, 2021
1 parent a669368 commit 87bfc64
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 87bfc64

Please sign in to comment.