Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
- 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))
  • Loading branch information
tvdeyen committed May 15, 2019
1 parent ce00ece commit 4fe8f82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 4.2.0 (unreleased)
## 4.2.1 (2019-05-15)

- Remove test files from built Ruby gem [#82](https://github.com/AlchemyCMS/alchemy-devise/pull/82) ([tvdeyen](https://github.com/tvdeyen))
- Run CSRF protection before all other controller filters [#81](https://github.com/AlchemyCMS/alchemy-devise/pull/81) ([tvdeyen](https://github.com/tvdeyen))

## 4.2.0 (2019-04-01)

- Do not store screen size at login [#78](https://github.com/AlchemyCMS/alchemy-devise/pull/78) ([tvdeyen](https://github.com/tvdeyen))
- Security: Use at least Devise 4.6 [#78](https://github.com/AlchemyCMS/alchemy-devise/pull/78) ([tvdeyen](https://github.com/tvdeyen))
- Fix dummy app rails version [#76](https://github.com/AlchemyCMS/alchemy-devise/pull/76) ([tvdeyen](https://github.com/tvdeyen))
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.2.0"
VERSION = "4.2.1"
end
end

0 comments on commit 4fe8f82

Please sign in to comment.