From 81f084aaf890608d086ece097237230a9dff36ab Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 9 Jan 2020 09:45:39 +0100 Subject: [PATCH] v4.4.0 - Set Alchemy.logout_method to Devise.sign_out_via [#96](https://github.com/AlchemyCMS/alchemy-devise/pull/96) ([tvdeyen](https://github.com/tvdeyen)) - Allow Alchemy 5.0 [#95](https://github.com/AlchemyCMS/alchemy-devise/pull/95) ([tvdeyen](https://github.com/tvdeyen)) - Remove gender [#94](https://github.com/AlchemyCMS/alchemy-devise/pull/94) ([rmparr](https://github.com/rmparr)) --- CHANGELOG.md | 6 ++++++ lib/alchemy/devise/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21bb4a..cb61cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.4.0 (2019-01-09) + +- Set Alchemy.logout_method to Devise.sign_out_via [#96](https://github.com/AlchemyCMS/alchemy-devise/pull/96) ([tvdeyen](https://github.com/tvdeyen)) +- Allow Alchemy 5.0 [#95](https://github.com/AlchemyCMS/alchemy-devise/pull/95) ([tvdeyen](https://github.com/tvdeyen)) +- Remove gender [#94](https://github.com/AlchemyCMS/alchemy-devise/pull/94) ([rmparr](https://github.com/rmparr)) + ## 4.3.1 (2019-11-28) - add config/manifest.js to dummy app [#93](https://github.com/AlchemyCMS/alchemy-devise/pull/93) ([rmparr](https://github.com/rmparr)) diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index 275040f..432ea12 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "4.3.1" + VERSION = "4.4.0" end end