Skip to content

Commit

Permalink
version bump - json exception improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
nategood committed Jan 25, 2020
1 parent f3607cb commit 0cded3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Httpful highly encourages sending in pull requests. When submitting a pull requ

# Changelog

## 0.3.2

- REFACTOR [PR #276](https://github.com/nategood/httpful/pull/276) Add properly subclassed, more descriptive Exceptions for JSON parse errors

## 0.3.1

- FIX [PR #286](https://github.com/nategood/httpful/pull/286) Fixed header case sensitivity
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.3.1",
"version": "0.3.2",
"authors": [
{
"name": "Nate Good",
Expand Down

0 comments on commit 0cded3e

Please sign in to comment.