Skip to content

Commit 6aac485

Browse files
committed
Bump to 1.6.1
1 parent 6380d1d commit 6aac485

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
1.6.1
5+
-----
6+
- [Fix compatibility with HHVM][#121] - Using HHVM with Requests would
7+
previously cause either exceptions with SSL or segfaults with the cURL
8+
handler. Props Ozh for his work here.
9+
10+
[#121]: https://github.com/rmccue/Requests/issues/121
11+
412
1.6.0
513
-----
614
- [Add multiple request support][#23] - Send multiple HTTP requests with both

library/Requests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Requests {
6767
*
6868
* @var string
6969
*/
70-
const VERSION = '1.6.1-dev';
70+
const VERSION = '1.6.1';
7171

7272
/**
7373
* Registered transport classes

0 commit comments

Comments
 (0)