From 27a55ca3718cd5a2f2cf22ec1a1f85e954060cf0 Mon Sep 17 00:00:00 2001 From: Andy Sykes Date: Tue, 31 Mar 2015 10:04:32 +0100 Subject: [PATCH] Bump version to 1.0.0, update changelog --- CHANGELOG.md | 8 ++++++++ lib/cap-ec2/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dee3f5..fee0f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Cap-EC2 changelog +## 1.0.0 + +Cap-EC2 is pretty stable, and the rate of PRs has decreased, so I've +decided to bump the version to 1.0.0. + +* Remove the require of `capistrano/setup`, so that people can make + use of `capistrano-multiconfig`. [@ashleybrown](https://github.com/ashleybrown) + ## 0.0.19 * Stop using the `colored` gem, switch to `colorize` instead. [@freakphp][https://github.com/freakphp] diff --git a/lib/cap-ec2/version.rb b/lib/cap-ec2/version.rb index 2c29273..f09ea84 100644 --- a/lib/cap-ec2/version.rb +++ b/lib/cap-ec2/version.rb @@ -1,3 +1,3 @@ module CapEC2 - VERSION = '0.0.20' + VERSION = '1.0.0' end