diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4032b4a..19de47d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 2.1.0 (Jan 15, 2016) +* added `.ratignore` +* CB-10319 **Android** Adding reflective helper methods for permission requests +* CB-9189 **Android** Implementing `save/restore` API to handle Activity destruction +* CB-10241 App Crash cause by Camera Plugin **iOS 7** +* CB-8940 Setting `z-index` values to maximum for UI buttons. + ### 2.0.0 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest * [CB-8863](https://issues.apache.org/jira/browse/CB-8863) correct block usage for `async` calls diff --git a/package.json b/package.json index 820a5fa..46b7c1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "2.0.1-dev", + "version": "2.1.0", "description": "Cordova Camera Plugin", "cordova": { "id": "cordova-plugin-camera", diff --git a/plugin.xml b/plugin.xml index 3df1e81..52d7e6c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-camera" - version="2.0.1-dev"> + version="2.1.0"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index ace25d1..8e9fb66 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-camera-tests" - version="2.0.1-dev"> + version="2.1.0"> Cordova Camera Plugin Tests Apache 2.0