Skip to content

Commit 54b2584

Browse files
committed
Bump version to 4.6.0
- Remove require_ssl from User Sessions Controller for Alchemy 5+ [#102](#102) ([mamhoff](https://github.com/mamhoff))
1 parent 23feca2 commit 54b2584

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.6.0 (2020-10-16)
2+
3+
- 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+
15
## 4.5.0 (2020-04-04)
26

37
- Remove alchemy controller requests test helper [#100](https://github.com/AlchemyCMS/alchemy-devise/pull/100) ([tvdeyen](https://github.com/tvdeyen))

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.5.0"
3+
VERSION = "4.6.0"
44
end
55
end

0 commit comments

Comments
 (0)