Skip to content

Commit

Permalink
Update CHANGELOG for 1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jun 29, 2017
1 parent 5c2b629 commit 3381d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

### 1.0.9 tbd
### 1.1.0 06/29/2017

* Configuration for multiple commands or multiple tasks may now be shared by attaching the configuration values to the task namespace or the command group. #597
* *Breaking* Task configuration taken from property `task.PARTIAL_NAMESPACE.CLASSNAME.settings` instead of `task.CLASSNAME.settings`. Breaks backwards compatibility only with experimental configuration features introduced in version 1.0.6. Config will be stable in 1.1.0. #596
* *Breaking* Task configuration taken from property `task.PARTIAL_NAMESPACE.CLASSNAME.settings` instead of `task.CLASSNAME.settings`. Breaks backwards compatibility only with experimental configuration features introduced in version 1.0.6. Config is now stable, as of this release; there will be no more breaking changes until Robo 2.0. #596

### 1.0.8 06/02/2017

Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class Robo
{
const APPLICATION_NAME = 'Robo';
const VERSION = '1.0.9-dev';
const VERSION = '1.1.0-dev';

/**
* The currently active container object, or NULL if not initialized yet.
Expand Down

0 comments on commit 3381d63

Please sign in to comment.