diff --git a/.github_changelog_generator b/.github_changelog_generator index 8940cfa..3af0d84 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1 @@ -future-release=v3.6.0 +future-release=v3.6.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a31e90f..df677c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v3.6.1](https://github.com/Exelord/ember-initials/tree/v3.6.1) (2018-01-05) +[Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.6.0...v3.6.1) + +**Implemented enhancements:** + +- Initialize cache store only when used [\#49](https://github.com/Exelord/ember-initials/pull/49) ([Exelord](https://github.com/Exelord)) + +**Fixed bugs:** + +- Initialize cache store only when used [\#49](https://github.com/Exelord/ember-initials/pull/49) ([Exelord](https://github.com/Exelord)) +- Fix container initializer [\#45](https://github.com/Exelord/ember-initials/pull/45) ([Exelord](https://github.com/Exelord)) + ## [v3.6.0](https://github.com/Exelord/ember-initials/tree/v3.6.0) (2017-12-26) [Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.5.0...v3.6.0) diff --git a/package.json b/package.json index 6859e81..3ab5ce0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ember-initials", "author": "Exelord", - "version": "3.6.0", + "version": "3.6.1", "license": "MIT", "homepage": "https://github.com/Exelord/ember-initials#readme", "description": "Simple Initails Avatars for Ember 2 applications",