From 2fbcfbc280776f5a78e3e3dadd8361752022ece9 Mon Sep 17 00:00:00 2001 From: Kevin Hughes Date: Wed, 6 Sep 2017 11:26:11 -0400 Subject: [PATCH] add note about updating to 8.1.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b7fd0c2..273efc23d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ 8.1.0 ----- * Add support for per_user_authentication -* Pass the shop param in the session for authentication instead of a url param (prevents csrf) +* Pass the shop param in the session for authentication instead of a url param (prevents csrf). If you are upgrading from an older version of the gem you will need to update your omniauth.rb initializer file. Check the example app for what it what it should look like. 8.0.0 -----