diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bc927fd..9dd86c3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -150,3 +150,11 @@
### 0.3.3 (Oct 03, 2014)
* CB-7600 Adds informative message to error callback in manual test.
+
+### 0.3.4 (Dec 02, 2014)
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7979 Each plugin doc should have a ## Installation section
+* Fix memory leak of image data in `imagePickerControllerReturnImageResult`
+* 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
diff --git a/plugin.xml b/plugin.xml
index 67fd438..6ac5387 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.4-dev">
+ version="0.3.4">
Camera
Cordova Camera Plugin
Apache 2.0
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 067f376..8ace329 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.4-dev">
+ version="0.3.4">
Cordova Camera Plugin Tests
Apache 2.0