Skip to content

Commit

Permalink
Version Bump 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan committed Aug 24, 2014
1 parent 30e92b4 commit 7beda47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Httpful highly encourages sending in pull requests. When submitting a pull requ

# Changelog

## 0.2.17

- FEATURE [PR #144](https://github.com/nategood/httpful/pull/144) Adds additional parameter to the Response class to specify additional meta data about the request/response (e.g. number of redirect).

## 0.2.16

- FEATURE Added support for whenError to define a custom callback to be fired upon error. Useful for logging or overriding the default error_log behavior.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://github.com/nategood/httpful",
"license": "MIT",
"keywords": ["http", "curl", "rest", "restful", "api", "requests"],
"version": "0.2.16",
"version": "0.2.17",
"authors": [
{
"name": "Nate Good",
Expand Down
2 changes: 1 addition & 1 deletion src/Httpful/Httpful.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Httpful;

class Httpful {
const VERSION = '0.2.16';
const VERSION = '0.2.17';

private static $mimeRegistrar = array();
private static $default = null;
Expand Down

0 comments on commit 7beda47

Please sign in to comment.