Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 20, 2015
1 parent 7b93631 commit dbbb91d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 1.1.0 - 2015-05-19

* Added `CURL_HTTP_VERSION_2_0`
* The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
match the cURL handler when `verify` is set to `true` or a certificate file.
* Ensuring that a directory exists before using the `save_to` option.
* Response protocol version is now correctly extracted from a response.
* Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
return an array.

## 1.0.7 - 2015-03-29

* PHP 7 fixes.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}

0 comments on commit dbbb91d

Please sign in to comment.