diff --git a/CHANGELOG.md b/CHANGELOG.md index 529e45e..ababe03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 2.3.0 (2018-05-24) ### Feature - remove rails 5.2 deprecation: _Passing the environment's name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -e option instead._ - allow to set capistrano role to select server for remote console (#33) diff --git a/lib/capistrano/rails/console/version.rb b/lib/capistrano/rails/console/version.rb index cf58bd3..ac31e28 100644 --- a/lib/capistrano/rails/console/version.rb +++ b/lib/capistrano/rails/console/version.rb @@ -5,7 +5,7 @@ module Capistrano # Console module Console # Gem version - VERSION = '2.2.1' + VERSION = '2.3.0' end end end