Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Feb 20, 2023
1 parent 2a60821 commit e40e132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.1 (UNDER DEVELOPMENT)
## 0.1.1 (2023-02-19)

* Ensure `MartenAuth::User#check_password` returns `false` in case the password is not a correctly encoded value
* Add a `MartenAuth::User#set_unusable_password` method for situations where it's necessary to assign a non-usable password to a user
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.1.0
version: 0.1.1

authors:
- Morgan Aubert <me@morganaubert.name>
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.1.0"
VERSION = "0.1.1"

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

Expand Down

0 comments on commit e40e132

Please sign in to comment.