diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3973d..6548658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.10.1 - Fixed #71: does not encode query string in URL correctly on Android +- Fixed #72: app crashes if response encoding is not UTF-8 ## 1.10.0 diff --git a/package.json b/package.json index ebd6197..5a3d411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "1.10.0", + "version": "1.10.1", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { "testandroid": "./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator",