Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
- 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))
  • Loading branch information
tvdeyen committed Jan 9, 2020
1 parent 9468d85 commit 81f084a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Alchemy
module Devise
VERSION = "4.3.1"
VERSION = "4.4.0"
end
end

0 comments on commit 81f084a

Please sign in to comment.