Skip to content

Commit

Permalink
v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Oct 6, 2016
1 parent de3233d commit 54c9162
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.15.0)
clearance (1.15.1)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down Expand Up @@ -89,10 +89,8 @@ GEM
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
nokogiri (1.6.8)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The noteworthy changes for each Clearance version are included here. For a
complete changelog, see the git history for each version via the version links.

## [1.15.1] - October 6, 2016

### Fixed
- Password reset form redirect no longer uses a named route helper, which means
it will work for developers that have customized their routes.

[1.15.1]: https://github.com/thoughtbot/clearance/compare/v1.15.0...v1.15.1

## [1.15.0] - September 26, 2016

### Security
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clearance
VERSION = "1.15.0".freeze
VERSION = "1.15.1".freeze
end

0 comments on commit 54c9162

Please sign in to comment.