diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..00959714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## v0.2.0 (2020-06-19) + +#### :boom: Breaking Change +* [#5](https://github.com/kaliber5/ember-stargate/pull/5) Introduce fallback=inplace behaviour, change semantics of renderInPlace ([@simonihmig](https://github.com/simonihmig)) + +#### :rocket: Enhancement +* [#5](https://github.com/kaliber5/ember-stargate/pull/5) Introduce fallback=inplace behaviour, change semantics of renderInPlace ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 1 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + diff --git a/package.json b/package.json index 122db3d4..b012995d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-stargate", - "version": "0.1.0", + "version": "0.2.0", "description": "Modern lightweight portals for Ember", "keywords": [ "ember-addon"