prepare v2.3.0 release

This commit is contained in:
Florian Schwab 2018-05-24 11:18:42 +02:00
parent 11b0448c02
commit c26464291b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log # Change Log
## Unreleased ## 2.3.0 (2018-05-24)
### Feature ### 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._ - 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) - allow to set capistrano role to select server for remote console (#33)

View File

@ -5,7 +5,7 @@ module Capistrano
# Console # Console
module Console module Console
# Gem version # Gem version
VERSION = '2.2.1' VERSION = '2.3.0'
end end
end end
end end