diff --git a/README.md b/README.md index 3b4b06e..2448c82 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ You can checkout the [Httpful Landing Page](http://phphttpclient.com) for more i # Changelog +## 0.1.3 + + - Handle empty responses in JsonParser and XmlParser + ## 0.1.2 - Added support for setting XMLHandler configuration options diff --git a/composer.json b/composer.json index f8870a3..d0e68b5 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.1.2", + "version": "0.1.3", "authors": [ { "name": "Nate Good",