Skip to content

Commit 4d0f088

Browse files
committed
Release 1.5.0
1 parent 34c1a57 commit 4d0f088

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# v1.1.0
22

3+
## v1.5.0 (2022-05-10)
4+
5+
### Changes
6+
7+
- Reexport the built-in MetricsAdapters from the app folder (https://github.com/adopted-ember-addons/ember-metrics/pull/432)
8+
- Add Matomo Tag Manager adapter (https://github.com/adopted-ember-addons/ember-metrics/pull/439)
9+
- Segment improvements (https://github.com/adopted-ember-addons/ember-metrics/pull/436)
10+
11+
### Closing remarks
12+
13+
Many thanks to our contributors:
14+
15+
- @Windvis
16+
- @VincentHardouin
17+
- @GabrielCousin
18+
19+
20+
321
## v1.4.1 (2021-11-22)
422

523
#### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-metrics",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Send data to multiple analytics integrations without re-implementing new API",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)