Skip to content

Commit 1c7c6e5

Browse files
committed
Update changelog, prepare release
1 parent aca53b9 commit 1c7c6e5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
22

3-
43
## Unreleased
4+
5+
## 1.1.0
6+
7+
* Added discovery as hard dependency
8+
* Reading more bytes than expected in a stream now returns the remaining content instead of throwing an Error
9+
10+
## 1.0.0
11+
12+
Initial release

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "1.0-dev"
45+
"dev-master": "1.1-dev"
4646
}
4747
},
4848
"prefer-stable": true,

0 commit comments

Comments
 (0)