Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Jan 29, 2019
1 parent cbbf770 commit 9c26c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,8 @@
# Unreleased
# 0.6.0 (2019-01-29)

## Added

- Option to set custom expiration and timeout durations ([#37](https://github.com/mikker/passwordless/pull/37))
- Allow overriding the lookup method of the user resource ([#33](https://github.com/mikker/passwordless/pull/33))

# 0.5.4 (2018-06-22)
Expand Down
2 changes: 1 addition & 1 deletion lib/passwordless/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Passwordless
VERSION = '0.5.4' # :nodoc:
VERSION = '0.6.0' # :nodoc:
end

0 comments on commit 9c26c28

Please sign in to comment.