From 31b1eee35535779b8c59120956999a4ff577055d Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Sat, 14 Dec 2019 02:15:49 +0100 Subject: [PATCH] chore: update version and changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84787f..492604c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.3.1 + +- Fixed #275: getAllCookies() is broken because of a typo (thanks ath0mas) + ## 2.3.0 - Feature #101: Support "multipart/form-data" requests (thanks SDA SE Open Industry Solutions) diff --git a/package.json b/package.json index 58a7238..3e9bec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "2.3.0", + "version": "2.3.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",