Update change log and version number

This commit is contained in:
Sefa Ilkimen
2019-04-08 20:16:24 +02:00
parent 70c8b9bb32
commit 13976bbe43
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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"
+1 -1
View File
@@ -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",