Skip to content

Commit

Permalink
Bump to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 25, 2023
1 parent 71eaf3d commit e22d02a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## HEAD
## 1.13.0 (2023-12-25) :christmas_tree:

* Add `#rodauth` method to controller test helpers (@janko)

* When session middleware is required by Rodauth but missing, point to Rails docs instead of Roda (@janko)

* Set `login_confirm_param` to `"email-confirm"` in default configuration for consistency (@janko)

* Set `convert_token_id_to_integer?` in default configuration to avoid DB queries on boot (@janko)

Expand Down
2 changes: 1 addition & 1 deletion lib/rodauth/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rodauth
module Rails
VERSION = "1.12.0"
VERSION = "1.13.0"
end
end

0 comments on commit e22d02a

Please sign in to comment.