diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d70f484..73a17203d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 2.0.1 (2014-02-25) + +## Features +### instant + +* invoke missing handler within `$translate.instant(id)` (aaf52b5) + + + +## Bug fixes +### instant + +* fix possible npe in case of filters with undefineds (61a9490) + +* $translate.instant(id) does not return correct fallback (eec1d77) + +### refresh + +* fix bug in refresh if using partial loader (95c43b4) + +### $translate + +* Ensuring that languages will be set based on the order they are requested, not the order the responses come in. (32e1851) + + + # 2.0.0 (2014-02-16) ## Features diff --git a/bower.json b/bower.json index ed774d27e..9dfa8976c 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "author": "Pascal Precht", "name": "angular-translate", "description": "A translation module for AngularJS", - "version": "2.0.0", + "version": "2.0.1", "homepage": "http://github.com/PascalPrecht/angular-translate", "repository": { "type": "git", diff --git a/package.json b/package.json index 387a316ae..97e291ec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-translate", - "version": "2.0.0", + "version": "2.0.1", "description": "A translation module for AngularJS", "main": "index.js", "repository": {