Skip to content

Commit

Permalink
[ci skip] v2.5.0 release
Browse files Browse the repository at this point in the history
* Update Gemfile.lock and version for 2.5.0 release.
  • Loading branch information
MottiniMauro committed Sep 10, 2021
1 parent 5bcab3d commit 3691c23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (2.4.0)
clearance (2.5.0)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -84,7 +84,7 @@ GEM
crass (1.0.6)
database_cleaner (1.8.5)
diff-lcs (1.4.4)
email_validator (2.2.2)
email_validator (2.2.3)
activemodel
erb_lint (0.0.34)
activesupport
Expand All @@ -99,12 +99,12 @@ GEM
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
ffi (1.14.2)
ffi (1.15.4)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
globalid (0.4.2)
activesupport (>= 4.2.0)
globalid (0.5.2)
activesupport (>= 5.0)
html_tokenizer (0.0.7)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Expand Up @@ -3,6 +3,18 @@
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.

## [2.5.0] - September 10, 2021

### Fixed

- Fix open redirect vulnerability

### Changed

- Rename default branch to `main`

[2.4.0]: https://github.com/thoughtbot/clearance/compare/v2.3.1...v2.4.0

## [2.4.0] - March 5, 2021

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
@@ -1,3 +1,3 @@
module Clearance
VERSION = "2.4.0".freeze
VERSION = "2.5.0".freeze
end

0 comments on commit 3691c23

Please sign in to comment.