Skip to content

Commit 81f084a

Browse files
committed
v4.4.0
- Set Alchemy.logout_method to Devise.sign_out_via [#96](#96) ([tvdeyen](https://github.com/tvdeyen)) - Allow Alchemy 5.0 [#95](#95) ([tvdeyen](https://github.com/tvdeyen)) - Remove gender [#94](#94) ([rmparr](https://github.com/rmparr))
1 parent 9468d85 commit 81f084a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.4.0 (2019-01-09)
2+
3+
- Set Alchemy.logout_method to Devise.sign_out_via [#96](https://github.com/AlchemyCMS/alchemy-devise/pull/96) ([tvdeyen](https://github.com/tvdeyen))
4+
- Allow Alchemy 5.0 [#95](https://github.com/AlchemyCMS/alchemy-devise/pull/95) ([tvdeyen](https://github.com/tvdeyen))
5+
- Remove gender [#94](https://github.com/AlchemyCMS/alchemy-devise/pull/94) ([rmparr](https://github.com/rmparr))
6+
17
## 4.3.1 (2019-11-28)
28

39
- add config/manifest.js to dummy app [#93](https://github.com/AlchemyCMS/alchemy-devise/pull/93) ([rmparr](https://github.com/rmparr))

lib/alchemy/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
22
module Devise
3-
VERSION = "4.3.1"
3+
VERSION = "4.4.0"
44
end
55
end

0 commit comments

Comments
 (0)