From 531cf0575fbf82bab52792299bde75138e0da98b Mon Sep 17 00:00:00 2001 From: "James A. Rosen" Date: Wed, 19 Aug 2015 09:54:31 -0700 Subject: [PATCH] v4.1.2 --- Changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",