Skip to content

Commit

Permalink
v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Nov 2, 2017
1 parent 5cec3a8 commit 1f28341
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.16.0)
clearance (1.16.1)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down Expand Up @@ -64,7 +64,7 @@ GEM
rack-test (>= 0.5.4)
xpath (~> 2.0)
coderay (1.1.1)
concurrent-ruby (1.0.4)
concurrent-ruby (1.0.5)
database_cleaner (1.5.3)
diff-lcs (1.2.5)
email_validator (1.6.0)
Expand All @@ -75,18 +75,19 @@ GEM
factory_bot_rails (4.8.2)
factory_bot (~> 4.8.2)
railties (>= 3.0.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (0.7.0)
json (1.8.6)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mail (2.7.0)
mini_mime (>= 0.1.1)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (0.1.4)
mini_portile2 (2.1.0)
minitest (5.10.1)
nokogiri (1.6.8.1)
Expand Down Expand Up @@ -146,7 +147,7 @@ GEM
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.0)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
Expand Down Expand Up @@ -179,4 +180,4 @@ DEPENDENCIES
timecop (~> 0.6)

BUNDLED WITH
1.13.6
1.15.4
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.16.1] - November 2, 2017

### Fixed
- Fixed issue where tokens from abandoned password reset attempts were stored in
the session, preventing newly generated password reset tokens from working.
- Improve compatibility with Rails API projects by calling `helper_method` only
when it is defined.
- URL fragment in server-set `session[:return_to]` values are preserved when
redirecting to the stored value.
- Eliminated deprecation in Clearance test helpers that were related to the
renaming of FactoryGirl to FactoryBot.

[1.16.1]: https://github.com/thoughtbot/clearance/compare/v1.16.0...v1.16.1

## [1.16.0] - January 16, 2017

### 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.16.0".freeze
VERSION = "1.16.1".freeze
end

0 comments on commit 1f28341

Please sign in to comment.