Skip to content

Commit

Permalink
Update changelog, prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Feb 25, 2016
1 parent aca53b9 commit 1c7c6e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log


## Unreleased

## 1.1.0

* Added discovery as hard dependency
* Reading more bytes than expected in a stream now returns the remaining content instead of throwing an Error

## 1.0.0

Initial release
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
},
"prefer-stable": true,
Expand Down

0 comments on commit 1c7c6e5

Please sign in to comment.