From 7034f867a74f1de1cb1511bc96baae7ef7455b45 Mon Sep 17 00:00:00 2001 From: Grant Blakeman Date: Tue, 8 Dec 2020 16:20:36 -0800 Subject: [PATCH 1/2] bump version 1.6.1 --- lib/lockup/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lockup/version.rb b/lib/lockup/version.rb index 6aa8875..e26d6cc 100644 --- a/lib/lockup/version.rb +++ b/lib/lockup/version.rb @@ -1,3 +1,3 @@ module Lockup - VERSION = "1.6" + VERSION = "1.6.1" end From 44c1768040c397091ec212433bf4f11cdfd35eab Mon Sep 17 00:00:00 2001 From: Grant Blakeman Date: Tue, 8 Dec 2020 16:22:39 -0800 Subject: [PATCH 2/2] add gabceb to FIST_BUMP --- FIST_BUMP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FIST_BUMP.md b/FIST_BUMP.md index db8019b..d9e7720 100644 --- a/FIST_BUMP.md +++ b/FIST_BUMP.md @@ -6,6 +6,7 @@ A note of thanks from Grant ([@gblakeman](http://twitter.com/gblakeman)) and Jak Fist Bump! +* Thanks to Gabriel Cebrian (https://github.com/gabceb) for a more defensive cookie check. * Thanks to @afomera (https://github.com/afomera) for tweaks to support Rails 6 & Rails 6.1. * Thanks to @dankimio (https://github.com/dankimio) for README tweaks. * Thanks to @guaguasi (https://github.com/guaguasi) for the addition Credentials support and some great refactoring.