From 4a1e35569374f4a77e88802a38941f1e1d40341c Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Tue, 21 Nov 2017 09:46:57 -0800 Subject: [PATCH] Preparing v1.3.1 --- CHANGELOG.md | 7 ++++++- capistrano-rails.gemspec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 672a063..fcbe1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ * Your contribution here! +# [1.3.1][] (Nov 21 2017) + +This release simply adds the MIT license to the capistrano-rails gemspec. There are no code changes. See [#205](https://github.com/capistrano/rails/issues/205). + # [1.3.0][] (Jun 9 2017) * rails_assets_groups config option to set RAILS_GROUPS (https://github.com/capistrano/rails/pull/135) @@ -77,7 +81,8 @@ Initial release -[master]: https://github.com/capistrano/rails/compare/v1.3.0...HEAD +[master]: https://github.com/capistrano/rails/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/capistrano/rails/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/capistrano/rails/compare/v1.2.3...v1.3.0 [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 diff --git a/capistrano-rails.gemspec b/capistrano-rails.gemspec index 4e8b4c2..9c252cb 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.3.0' + gem.version = '1.3.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}