Skip to content

Commit

Permalink
Bump to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed May 18, 2014
1 parent 6380d1d commit 6aac485
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.6.1
-----
- [Fix compatibility with HHVM][#121] - Using HHVM with Requests would
previously cause either exceptions with SSL or segfaults with the cURL
handler. Props Ozh for his work here.

[#121]: https://github.com/rmccue/Requests/issues/121

1.6.0
-----
- [Add multiple request support][#23] - Send multiple HTTP requests with both
Expand Down
2 changes: 1 addition & 1 deletion library/Requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Requests {
*
* @var string
*/
const VERSION = '1.6.1-dev';
const VERSION = '1.6.1';

/**
* Registered transport classes
Expand Down

0 comments on commit 6aac485

Please sign in to comment.