chore: update changelog

This commit is contained in:
Sefa Ilkimen 2020-05-29 04:22:50 +02:00
parent e0cf458179
commit 1e3c9e6645
No known key found for this signature in database
GPG Key ID: 4AB0B60A9B5E59F5
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2.5.1
- Fixed #334: empty JSON response triggers error even though request is successful (thanks antikalk)
## 2.5.0
- Feature #56: add support for X.509 client certificate based authentication

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "2.5.0",
"version": "2.5.1",
"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",