From 6bcad38d49eb20f3be9784d29ad0a00743b3d80a Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sat, 4 Mar 2017 11:47:19 -0800 Subject: [PATCH] Preparing v1.2.3 --- CHANGELOG.md | 6 +++++- capistrano-rails.gemspec | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b173bd..f3f33b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # [master][] * Your contribution here! + +# [1.2.3][] (Mar 4 2017) + * [#200](https://github.com/capistrano/rails/pull/200): Don't link public/assets if public is already linked - [@mattbrictson](https://github.com/mattbrictson) # [1.2.2][] (Jan 10 2017) @@ -70,7 +73,8 @@ Initial release -[master]: https://github.com/capistrano/rails/compare/v1.2.2...HEAD +[master]: https://github.com/capistrano/rails/compare/v1.2.3...HEAD +[1.2.3]: https://github.com/capistrano/rails/compare/v1.2.2...v1.2.3 [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 0da2e3e..ec64125 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.2' + gem.version = '1.2.3' 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}