From 28205f45e46a1f35bf12a1030d48f1f9dd838b6f Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 29 Aug 2019 07:49:08 -0700 Subject: [PATCH] Preparing v3.11.1 --- CHANGELOG.md | 7 ++++++- lib/capistrano/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b614f41fa..3f075409a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,12 @@ gem "capistrano", github: "capistrano/capistrano", require: false [master]: https://github.com/capistrano/capistrano/compare/v3.11.0...HEAD * Your contribution here! -* [#2027](https://github.com/capistrano/capistrano/pull/2027): Batch rm -rf calls in deploy:cleanup. [@azin634](https://github.com/azin634) + +## [`3.11.1`] (2019-08-29) + +* [#2027](https://github.com/capistrano/capistrano/pull/2027): Batch rm -rf calls in deploy:cleanup to fix an error when there are too many old releases [@azin634](https://github.com/azin634) + +[`3.11.1`]: https://github.com/capistrano/capistrano/compare/v3.11.0...v3.11.1 ## [`3.11.0`] (2018-06-02) diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index 731ac891d..9aa4a1631 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.11.0".freeze + VERSION = "3.11.1".freeze end