Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Commit

Permalink
Bump version to 1.0.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andytinycat committed Mar 31, 2015
1 parent 3bddf89 commit 27a55ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion lib/cap-ec2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CapEC2
VERSION = '0.0.20'
VERSION = '1.0.0'
end

0 comments on commit 27a55ca

Please sign in to comment.