From fd73ac48fb67984292f6a779825e77d5f3bb6bb2 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 16 Oct 2020 10:21:35 +0200 Subject: [PATCH] Bump version to 4.6.0 - Remove require_ssl from User Sessions Controller for Alchemy 5+ [#102](https://github.com/AlchemyCMS/alchemy-devise/pull/102) ([mamhoff](https://github.com/mamhoff)) --- CHANGELOG.md | 4 ++++ lib/alchemy/devise/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00155f4..405ac3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.6.0 (2020-10-16) + +- Remove require_ssl from User Sessions Controller for Alchemy 5+ [#102](https://github.com/AlchemyCMS/alchemy-devise/pull/102) ([mamhoff](https://github.com/mamhoff)) + ## 4.5.0 (2020-04-04) - Remove alchemy controller requests test helper [#100](https://github.com/AlchemyCMS/alchemy-devise/pull/100) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index a91c8f6..b6e9789 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "4.5.0" + VERSION = "4.6.0" end end