From fc89a646758503176e362031965883f240d34243 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Fri, 29 Sep 2017 16:42:36 +0200 Subject: [PATCH] update changelog and version number --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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"