File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.3.0 (UNDER DEVELOPMENT )
3+ ## 0.2.1 (2023-07-09 )
44
5- * Add a ` MartenAuth#update_session_auth_hash ` method to refresh the session auth hash after changing a user's password
5+ * Add missing ` MartenAuth#update_session_auth_hash ` method to refresh the session auth hash after changing a user's password
66
77## 0.2.0 (2023-06-18)
88
Original file line number Diff line number Diff line change 11name : marten_auth
2- version : 0.2.0
2+ version : 0.2.1
33
44authors :
55 - Morgan Aubert <me@morganaubert.name>
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ require "crypto/bcrypt/password"
33require " ./marten_auth/app"
44
55module MartenAuth
6- VERSION = " 0.2.0 "
6+ VERSION = " 0.2.1 "
77
88 @@password_reset_token_encryptor : Marten ::Core ::Encryptor ?
99
You can’t perform that action at this time.
0 commit comments