diff --git a/Changelog.md b/Changelog.md index ae8a46af..3cb17328 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 4.1.2 + + * Ember 2.1 compatibility + ## 4.1.1 * prevent warnings about missing `rtl` definition for included locales diff --git a/package.json b/package.json index a07a752f..df94e2be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-i18n", - "version": "4.1.1", + "version": "4.1.2", "description": "Internationalization for Ember", "directories": { "doc": "doc",