diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc50501..568eb83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v5.2.0 (2020-06-25) + +#### :rocket: Enhancement +* [#527](https://github.com/ember-cli/ember-cli-htmlbars/pull/527) Move template compiler creation to a method on the addon ([@chriseppstein](https://github.com/chriseppstein)) + +#### Committers: 1 +- Chris Eppstein ([@chriseppstein](https://github.com/chriseppstein)) + + ## v5.1.2 (2020-05-08) #### :bug: Bug Fix diff --git a/package.json b/package.json index 4b0648c8..ee93f6a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars", - "version": "5.1.2", + "version": "5.2.0", "description": "A library for adding htmlbars to ember CLI", "keywords": [ "ember-addon",