From c26464291bfe645afa47ab1f13f8796e86ea78c9 Mon Sep 17 00:00:00 2001 From: Florian Schwab Date: Thu, 24 May 2018 11:18:42 +0200 Subject: [PATCH] prepare v2.3.0 release --- CHANGELOG.md | 2 +- lib/capistrano/rails/console/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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