- update changelog

- increment version
This commit is contained in:
Sefa Ilkimen 2019-06-13 00:12:09 +02:00
parent 7b485507dc
commit eab6acf85c
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2.0.10
- Fixed #218: headers are used as params on browser platform
## 2.0.9
- Fixed #204: broken support for cordova-android < 7.0

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "2.0.9",
"version": "2.0.10",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"updatecert": "node ./scripts/update-e2e-server-cert.js && node ./scripts/update-e2e-client-cert.js",