diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9dd86c3..077a235 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -158,3 +158,11 @@
* Pass uri to crop instead of pulling the low resolution image out of the intent return (close #43)
* Add orientation support for PNG to Android (closes #45)
* CB-7700 cordova-plugin-camera documentation translation: cordova-plugin-camera
+
+### 0.3.5 (Feb 04, 2015)
+* CB-8351 ios: Stop using now-deprecated [NSData base64EncodedString]
+* CB-8351 ios: Stop using now-deprecated integerValueForKey: class extension
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
+* CB-8032 ios: Add nativeURL external method support for CDVFileSystem->makeEntryForPath:isDirectory:
+* CB-7938 ios: Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup)
+* CB-7937 ios: Re-factor iOS Camera plugin so that it is testable
diff --git a/plugin.xml b/plugin.xml
index 2844e1f..76caeee 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="org.apache.cordova.camera"
- version="0.3.5-dev">
+ version="0.3.5">
Camera
Cordova Camera Plugin
Apache 2.0
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 73988be..2ba7ace 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="org.apache.cordova.camera.tests"
- version="0.3.5-dev">
+ version="0.3.5">
Cordova Camera Plugin Tests
Apache 2.0