Skip to content

Commit

Permalink
Prepare 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jul 9, 2023
1 parent d4d9773 commit bd93e72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 0.3.0 (UNDER DEVELOPMENT)
## 0.2.1 (2023-07-09)

* Add a `MartenAuth#update_session_auth_hash` method to refresh the session auth hash after changing a user's password
* Add missing `MartenAuth#update_session_auth_hash` method to refresh the session auth hash after changing a user's password

## 0.2.0 (2023-06-18)

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: marten_auth
version: 0.2.0
version: 0.2.1

authors:
- Morgan Aubert <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/marten_auth.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "crypto/bcrypt/password"
require "./marten_auth/app"

module MartenAuth
VERSION = "0.2.0"
VERSION = "0.2.1"

@@password_reset_token_encryptor : Marten::Core::Encryptor?

Expand Down

0 comments on commit bd93e72

Please sign in to comment.