Skip to content

Commit

Permalink
v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Aug 10, 2016
1 parent e297bc4 commit d72696f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.14.1)
clearance (1.14.2)
bcrypt
email_validator (~> 1.4)
rails (>= 3.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.14.2] - August 10, 2016

### Fixed
- Fixed incompatibility with `attr_encrypted` gem by inlining the body of the
`encrypt` helper method used in the BCrypt password strategy.

[1.14.2]: https://github.com/thoughtbot/clearance/compare/v1.14.1...v1.14.2

## [1.14.1] - May 12, 2016

### Fixed
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.14.1".freeze
VERSION = "1.14.2".freeze
end

0 comments on commit d72696f

Please sign in to comment.