diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a569e8f..a365bb7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.2.0 + +* Add `exists` method to check for existence of a cookie (even with a falsy + value), see #158. + # 0.1.3 * A runtime error in Internet Explorer was fixed, see #149. diff --git a/package.json b/package.json index 6a56d9a4..da12d33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cookies", - "version": "0.1.3", + "version": "0.2.0", "description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.", "keywords": [ "ember-addon"