diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2c16a..b3d4690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [master][] +* Your contribution here! + +# [1.2.2][] (Jan 10 2017) + * Restored compatibility with older versions of Rake (< 11.0.0), introduced in previous change. (@toupeira) # [1.2.1][] (Dec 23 2016) @@ -65,6 +69,7 @@ Initial release -[master]: https://github.com/capistrano/rails/compare/v1.2.1...HEAD +[master]: https://github.com/capistrano/rails/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/capistrano/rails/compare/v1.2.1...v1.2.2 [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 5564f64..8dbd434 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.1' + gem.version = '1.2.2' 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}