Skip to content

Commit e40e132

Browse files
committed
Prepare 0.1.1 release
1 parent 2a60821 commit e40e132

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.1.1 (UNDER DEVELOPMENT)
3+
## 0.1.1 (2023-02-19)
44

55
* Ensure `MartenAuth::User#check_password` returns `false` in case the password is not a correctly encoded value
66
* Add a `MartenAuth::User#set_unusable_password` method for situations where it's necessary to assign a non-usable password to a user

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: marten_auth
2-
version: 0.1.0
2+
version: 0.1.1
33

44
authors:
55
- Morgan Aubert <me@morganaubert.name>

src/marten_auth.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require "crypto/bcrypt/password"
33
require "./marten_auth/app"
44

55
module MartenAuth
6-
VERSION = "0.1.0"
6+
VERSION = "0.1.1"
77

88
@@password_reset_token_encryptor : Marten::Core::Encryptor?
99

0 commit comments

Comments
 (0)