diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f9a03..4356e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 3.0.0 - 2019-11-06 +* Deprecate the support of Rails 4 (although it might still work) +* Fix warnings in Rails 6 + ### 2.0.1 - 2017-05-16 * Refactored to simplify some logic and start moving toward mimicking default Devise lifecycle behavior diff --git a/lib/devise/multi_email/version.rb b/lib/devise/multi_email/version.rb index 90ce97a..7281a83 100644 --- a/lib/devise/multi_email/version.rb +++ b/lib/devise/multi_email/version.rb @@ -1,5 +1,5 @@ module Devise module MultiEmail - VERSION = "2.0.1" + VERSION = "3.0.0" end end