diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fe397..dcd4d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,23 @@ + +## v6.1.0 (2023-05-22) + +#### :bug: Bug fixes +* [#173](https://github.com/sandydoo/ember-google-maps/pull/173) Fix support for newer versions of Embroider ([@sandydoo](https://github.com/sandydoo)) +* [#170](https://github.com/sandydoo/ember-google-maps/pull/170) Fix deprecation warning for `addDomListener` ([@sandydoo](https://github.com/sandydoo)) + +#### :book: Documentation +* [#175](https://github.com/sandydoo/ember-google-maps/pull/175) docs: Upgrade Ember v4.4.0...v4.12.1 ([@sandydoo](https://github.com/sandydoo)) + +#### :snake: Dependencies +* [#172](https://github.com/sandydoo/ember-google-maps/pull/172) Upgrade Ember to v4.12.1 ([@sandydoo](https://github.com/sandydoo)) + +#### Committers: 1 +- Sander ([@sandydoo](https://github.com/sandydoo)) + + ## v6.0.0 (2022-04-08) Upgraded from Ember `3.x` to `4.x`, hence the major revision. diff --git a/package.json b/package.json index 9534105..fb0489d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-google-maps", - "version": "6.0.0", + "version": "6.1.0", "description": "A friendly Ember addon for working with Google Maps.", "keywords": [ "ember-addon",