Skip to content

Commit

Permalink
Prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed Aug 6, 2013
1 parent 3de8de2 commit 8c0d77e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
CHANGELOG
=========

1.1.4 (xxxx-xx-xx)
1.2.0 (2013-08-06)
------------------

n/a
* Updated: composer.json
* Updated: sshkey edit test
* Added: typehint to id variables
* Fixed: mock call in images destroy test
* Added: images transfert to CLI + tests
* Added: images transfert + tests - fix #24
* Added: droplets rename to CLI - tests
* Added: droplets rename action + tests - fix #25
* Added: ssh edit in CLI + test
* Added: ssh key edit + test - fix #12
* Fixed: query procesing
* Added: poser.pugx.org badges
* Removed: stillmaintained.com

1.1.3 (2013-04-26)
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/DigitalOcean/DigitalOcean.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DigitalOcean
* Version.
* @see http://semver.org/
*/
const VERSION = '1.1.4-dev';
const VERSION = '1.2.0';


/**
Expand Down

0 comments on commit 8c0d77e

Please sign in to comment.