diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd26cf..ec4c670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -# master +# [master][] * Your contribution here! + +# [1.2.0][] (Oct 25 2016) + * Diff entire db directory when determining if migrations are needed # 1.1.8 (Sep 13 2016) @@ -56,3 +59,6 @@ # 1.0.0 Initial release + +[master]: https://github.com/capistrano/rails/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/capistrano/rails/compare/v1.1.8...v1.2.0 diff --git a/README.md b/README.md index b03d96e..4cd0463 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add these lines to your application's Gemfile: ```ruby group :development do gem 'capistrano', '~> 3.6' - gem 'capistrano-rails', '~> 1.1' + gem 'capistrano-rails', '~> 1.2' end ``` diff --git a/capistrano-rails.gemspec b/capistrano-rails.gemspec index f436b01..b12d4c7 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.1.8' + gem.version = '1.2.0' 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}