diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c1ed2..f567ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.4.1 + +- Fixed #296: multipart requests are not serialized on browser platform + ## 2.4.0 - Feature #291: add support for sending 'raw' requests (thanks to jachstet-sea and chuchuva) diff --git a/package.json b/package.json index 12de35a..8548a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "2.4.0", + "version": "2.4.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",