diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8eecc..ae67251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/rodauth/rails/version.rb b/lib/rodauth/rails/version.rb index 8d59e0b..433186b 100644 --- a/lib/rodauth/rails/version.rb +++ b/lib/rodauth/rails/version.rb @@ -1,5 +1,5 @@ module Rodauth module Rails - VERSION = "1.12.0" + VERSION = "1.13.0" end end