Skip to content

Commit

Permalink
Update composer and changelog for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstuck committed May 8, 2015
1 parent 53f2144 commit fd8cfd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.6.0 (2015-05-08)

BC Breaks:
- None

New features:

- [Added CONTRIBUTING.md](https://github.com/thephpleague/tactician/pull/57)
- [Middlewares are now checked for the correct interface](https://github.com/thephpleague/tactician/pull/56)

Bug fixes:

- [LockingMiddleware now passes the correct command](https://github.com/thephpleague/tactician/pull/62)

## 0.5.0 (2015-03-30)

tl;dr CommandHandlerMiddleware now requires an extra first parameter, you just need to pass an instance of `ClassNameExtractor` to it.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "0.7-dev"
}
}
}

0 comments on commit fd8cfd4

Please sign in to comment.