diff --git a/CHANGELOG.md b/CHANGELOG.md index e53dd1f9..07c5c852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.5.2 + +* A bug was fixed that prevented usage in projects that are not using FastBoot, + see #347. + # 0.5.1 * The `write` function now supports the `sameSite` option with values of diff --git a/package.json b/package.json index 32357751..0605e4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cookies", - "version": "0.5.1", + "version": "0.5.2", "description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.", "keywords": [ "ember-addon"