Skip to content

Commit

Permalink
Bump to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Oct 20, 2023
1 parent 525be3d commit 991a0d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## HEAD
## 1.12.0 (2023-10-20)

* Allow generating view template for `confirm_password` feature (igor-alexandrov)

* Forward all requests unhandled by the Rodauth app to the Rails router (@janko)

* Use `Rodauth::Model()` directly for including in generated account model (@janko)

* Set `{jwt,argon2}_secret` to `hmac_secret` on `rodauth:install` with `--{jwt,argon2}` (@janko)

* Expose `#turbo_stream` method in `Rodauth::Rails::Auth` when using turbo-rails gem (@janko)

* Add `#rails_cookies` method for accessing the Action Dispatch cookie jar (@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.11.0"
VERSION = "1.12.0"
end
end

0 comments on commit 991a0d1

Please sign in to comment.