diff --git a/CHANGELOG.md b/CHANGELOG.md index ded073e..708858f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## v.1.5.10 +## v1.6.0 + +- Fixed #16: cordova tries to run build script during plugin install +- Added redirection control (thanks to notsyncing and kesozjura) + +## v1.5.10 - Fixed #10: fix gzip decompression when request header accepts gzip compression (thanks to DayBr3ak) - Fixed #13: fix angular integration for `setDataSerializer` (thanks to RangerRick) diff --git a/package.json b/package.json index 1a3dfbc..5592a9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "1.5.10", + "version": "1.6.0", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { "test": "./scripts/test-installation.sh"