From 13976bbe43fe775405f024ffca1ddd4137320eb5 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Mon, 8 Apr 2019 20:16:24 +0200 Subject: [PATCH] Update change log and version number --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7722a1d..c1ce97c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 2.0.8 +- Fixed #201: browser implementation is broken due to broken dependency +- Fixed #197: iOS crashes when multiple request are done simultaneously (reverted a8e3637) +- Fixed #189: error code mappings are not precise - Fixed #200: compatibility with Java 6 is broken due to string switch on Android - :warning: **Deprecation**: Deprecated "setSSLCertMode" in favor of "setServerTrustMode" diff --git a/package.json b/package.json index b1f6269a..255bd575 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "2.0.7", + "version": "2.0.8", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { "updatecert": "node ./scripts/update-test-cert.js",