diff --git a/CHANGELOG.md b/CHANGELOG.md index 86433c6..0bc5c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.8.0 + +- Feature #33: response object contains response url + ## v1.7.1 - Fixed #36: setting basic authentication not working correctly (thanks jkfb) diff --git a/package.json b/package.json index 4335a09..f686da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "1.7.1", + "version": "1.8.0", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { "testapp": "./scripts/build-test-app.sh && ./scripts/test-app.sh --ios --emulator",