Skip to content

Commit

Permalink
prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed Sep 26, 2013
1 parent 098eda7 commit 39f460b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
CHANGELOG
=========

1.3.2 (xxxx-xx-xx)
1.4.0 (2013-09-26)
------------------

n/a
* update doc with events examples
* add events to CLI + tests - fix #29
* add events + tests - fix #28
* update doc with symfony2 integration
* Updated: doc with laravel integration

1.3.1 (2013-08-18)
------------------
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.3-dev"
"dev-master": "1.4-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/DigitalOcean/DigitalOcean.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DigitalOcean
* Version.
* @see http://semver.org/
*/
const VERSION = '1.3.2-dev';
const VERSION = '1.4.0';


/**
Expand Down

0 comments on commit 39f460b

Please sign in to comment.