diff --git a/CHANGELOG.md b/CHANGELOG.md index b84787f..492604c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.3.1 + +- Fixed #275: getAllCookies() is broken because of a typo (thanks ath0mas) + ## 2.3.0 - Feature #101: Support "multipart/form-data" requests (thanks SDA SE Open Industry Solutions) diff --git a/package.json b/package.json index 58a7238..3e9bec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "2.3.0", + "version": "2.3.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",