From b84034da6c2f7d60e483253894a35a3de3e19076 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Wed, 11 Jul 2018 19:29:29 -0400 Subject: [PATCH] CB-14203 Update RELEASENOTES & version for 7.1.1 --- RELEASENOTES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8d647c94..73b2760a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,15 @@ --> ## Release Notes for Cordova (Android) ## +### 7.1.1 (Jul 11, 2018) +* Fix unsafe property access in run.js (#445) +* Emit log event instead of logging directly (#452) +* [CB-14101](https://issues.apache.org/jira/browse/CB-14101) Fix Java version check for Java >= 9 (#446) +* [CB-14127](https://issues.apache.org/jira/browse/CB-14127) (android) Move google maven repo ahead of jcenter +* [CB-13923](https://issues.apache.org/jira/browse/CB-13923) (android) fix -1 length for compressed files +* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) use cordova-common@2.2.5 and update other dependencies to resolve `npm audit` warnings +* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log error.stack in cordova.js + ### 7.1.0 (Feb 20, 2018) * [CB-13879](https://issues.apache.org/jira/browse/CB-13879) updated gradle tools dependency to 3.0.1 for project template * [CB-13831](https://issues.apache.org/jira/browse/CB-13831) Update `android-versions` to 1.3.0 to support SDK 27. diff --git a/package.json b/package.json index 41e0466c..ad92a400 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "7.1.1-dev", + "version": "7.1.1", "description": "cordova-android release", "bin": { "create": "bin/create"