From b502c77643f4a06d648070baad094cbeca35b716 Mon Sep 17 00:00:00 2001 From: Florian Schwab Date: Wed, 1 Apr 2015 23:25:44 +0200 Subject: [PATCH] * bump version to 0.5.1 * added changelog --- CHANGELOG.md | 5 +++++ lib/capistrano/rails/console/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..85b71ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.5.1 (2015-04-01) + +Bugfixes: + + - missing ssh proxy options in console task diff --git a/lib/capistrano/rails/console/version.rb b/lib/capistrano/rails/console/version.rb index b3e0562..ba12468 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 = '0.5.0' + VERSION = '0.5.1' end end end