From 822d4af8e983e06015f8fc0555b49616f6ca490b Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Tue, 15 Apr 2014 13:16:58 +0200 Subject: [PATCH] Preparing Release v3.2.0 --- CHANGELOG.md | 7 +++++++ lib/capistrano/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad7ca5f..86fd853c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ Reverse Chronological Order: https://github.com/capistrano/capistrano/compare/v3.2.0...HEAD +## `3.2.0`` + +The changelog entries here are incomplete, because many authors choose not to +be credited for their work, check the tag comparison link for Github. + +https://github.com/capistrano/capistrano/compare/v3.1.0...v3.2.0 + * Minor changes: * Added `keys` method to Server properties to allow introspection of automatically added properties. diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index 2a4b5916..a310f441 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.1.0" + VERSION = "3.2.0" end