diff --git a/.github_changelog_generator b/.github_changelog_generator index e23a3b3..c102d69 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1 @@ -future-release=v3.7.0 +future-release=v3.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f2378..5e82b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.8.0](https://github.com/Exelord/ember-initials/tree/v3.8.0) (2018-02-04) +[Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.7.0...v3.8.0) + +**Implemented enhancements:** + +- Remove jQuery dependency [\#51](https://github.com/Exelord/ember-initials/pull/51) ([Exelord](https://github.com/Exelord)) + ## [v3.7.0](https://github.com/Exelord/ember-initials/tree/v3.7.0) (2018-01-19) [Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.6.1...v3.7.0) diff --git a/package.json b/package.json index 6ce25e2..bd74a38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ember-initials", "author": "Exelord", - "version": "3.7.0", + "version": "3.8.0", "license": "MIT", "homepage": "https://github.com/Exelord/ember-initials#readme", "description": "Simple Initails Avatars for Ember 2 applications",