Skip to content

Commit

Permalink
Preapre release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed Aug 17, 2013
1 parent 1fad2bf commit bd8b951
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
CHANGELOG
=========

1.2.2 (xxxx-xx-xx)
1.3.0 (2013-08-18)
------------------

n/a
* Fixed: Domain test
* Updated: doc
* Added: CLI domains:records:destroy + tests
* Added: CLI domains:records:edit + tests
* Added: CLI domains:record:show + tests
* Added: CLI domains:records:add + tests
* Added: CLI domains:records:all + tests
* Fixed: Domains new record test - domain id is already in the api url
* Added: CLI domains:destroy + tests
* Added: CLI domains:add + tests
* Fixed: DigitalOcean's API url in doc
* Fixed: Domains::show test
* Added: CLI domains:show + tests
* Added: CLI domains:all + tests
* Added: domains and records + tests - fix #23
* Fixed: SSH key destroy test

1.2.1 (2013-08-15)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Or edit `composer.json` and add:
```json
{
"require": {
"toin0u/digitalocean": "~1.2"
"toin0u/digitalocean": "~1.3"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
"dev-master": "1.3-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/DigitalOcean/DigitalOcean.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DigitalOcean
* Version.
* @see http://semver.org/
*/
const VERSION = '1.2.2-dev';
const VERSION = '1.3.0';


/**
Expand Down

0 comments on commit bd8b951

Please sign in to comment.