From c051da8bc644fbb4eb6d9b215ee4cb1e1e7e3643 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 23 Dec 2016 12:39:21 -0600 Subject: [PATCH] Preparing v1.2.1 --- CHANGELOG.md | 8 ++++++-- capistrano-rails.gemspec | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 357cff4..982bb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # [master][] +* Your contribution here! + +# [1.2.1][] (Dec 23 2016) + * Diff db directory recursively * Avoid warning while running migrations on multiple servers (#189) -* Your contribution here! # [1.2.0][] (Oct 25 2016) @@ -62,5 +65,6 @@ Initial release -[master]: https://github.com/capistrano/rails/compare/v1.2.0...HEAD +[master]: https://github.com/capistrano/rails/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/capistrano/rails/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/capistrano/rails/compare/v1.1.8...v1.2.0 diff --git a/capistrano-rails.gemspec b/capistrano-rails.gemspec index b12d4c7..5564f64 100644 --- a/capistrano-rails.gemspec +++ b/capistrano-rails.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "capistrano-rails" - gem.version = '1.2.0' + gem.version = '1.2.1' gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"] gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com", "shatrov@me.com"] gem.description = %q{Rails specific Capistrano tasks}