Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jun 23, 2013
1 parent d5eb0ec commit df39a15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@

### Changelog

### 0.1.1

- Fixed a bug where the commands would try to connect to the remote hosts on construct
- Fixed ReleasesManager::getPreviousRelease returning the wrong release

### 0.1.0

- Add `deploy:teardown` to remove the application from remote servers
Expand Down
2 changes: 1 addition & 1 deletion src/Rocketeer/Rocketeer.php
Expand Up @@ -23,7 +23,7 @@ class Rocketeer
*
* @var string
*/
const VERSION = '0.1.0';
const VERSION = '0.1.1';

/**
* Build a new ReleasesManager
Expand Down

0 comments on commit df39a15

Please sign in to comment.