diff --git a/README.md b/README.md index 1f2cede..c68ee5a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 8c6ccfd..56e93b8 100644 --- a/composer.json +++ b/composer.json @@ -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",