diff --git a/CHANGELOG.md b/CHANGELOG.md index 335d0fc..d01680c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.1 + +- Fixed #334: empty JSON response triggers error even though request is successful (thanks antikalk) + ## 2.5.0 - Feature #56: add support for X.509 client certificate based authentication diff --git a/package.json b/package.json index c29ce3d..85749fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "2.5.0", + "version": "2.5.1", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { "updatecert": "node ./scripts/update-e2e-server-cert.js && node ./scripts/update-e2e-client-cert.js",