Skip to content

Commit

Permalink
Release version 2.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 1, 2019
1 parent 978613c commit d68e6b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 (2.0.0.alpha)
clearance (2.0.0.beta1)
actionmailer (>= 4.2)
activemodel (>= 4.2)
activerecord (>= 4.2)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.

## [Unreleased]
## [2.0.0.beta1]

### Removed
- Removed support for Ruby versions older than 2.3
Expand All @@ -14,7 +14,7 @@ complete changelog, see the git history for each version via the version links.
- Flash messages now use `flash[:alert]` rather than `flash[:notice]` as they
were used as errors more often than notices.

[Unreleased]: https://github.com/thoughtbot/clearance/compare/v1.16.2...HEAD
[2.0.0.beta1]: https://github.com/thoughtbot/clearance/compare/v1.16.2...v2.0.0.beta1

## [1.16.2] - February 25, 2019

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 = "2.0.0.alpha".freeze
VERSION = "2.0.0.beta1".freeze
end

0 comments on commit d68e6b2

Please sign in to comment.