From 91ba9fc72e386fa07145c940df1f48d1818f3a86 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Tue, 29 Oct 2019 09:18:39 +0100 Subject: [PATCH] 0.5.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1121c5b6..e53dd1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.5.1 + +* The `write` function now supports the `sameSite` option with values of + `'Strict'` or `'Lax'`, see #269. + # 0.5.0 * ember-cookies now requires Node 8, see #321. diff --git a/package.json b/package.json index abb8d966..7cda0f71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cookies", - "version": "0.5.0", + "version": "0.5.1", "description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.", "keywords": [ "ember-addon"