Skip to content

Commit 4fe8f82

Browse files
committed
v4.2.1
- Remove test files from built Ruby gem [#82](#82) ([tvdeyen](https://github.com/tvdeyen)) - Run CSRF protection before all other controller filters [#81](#81) ([tvdeyen](https://github.com/tvdeyen))
1 parent ce00ece commit 4fe8f82

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 4.2.0 (unreleased)
1+
## 4.2.1 (2019-05-15)
22

33
- Remove test files from built Ruby gem [#82](https://github.com/AlchemyCMS/alchemy-devise/pull/82) ([tvdeyen](https://github.com/tvdeyen))
44
- Run CSRF protection before all other controller filters [#81](https://github.com/AlchemyCMS/alchemy-devise/pull/81) ([tvdeyen](https://github.com/tvdeyen))
5+
6+
## 4.2.0 (2019-04-01)
7+
58
- Do not store screen size at login [#78](https://github.com/AlchemyCMS/alchemy-devise/pull/78) ([tvdeyen](https://github.com/tvdeyen))
69
- Security: Use at least Devise 4.6 [#78](https://github.com/AlchemyCMS/alchemy-devise/pull/78) ([tvdeyen](https://github.com/tvdeyen))
710
- Fix dummy app rails version [#76](https://github.com/AlchemyCMS/alchemy-devise/pull/76) ([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.2.0"
3+
VERSION = "4.2.1"
44
end
55
end

0 commit comments

Comments
 (0)