CB-7571 Updated version and RELEASENOTES.md for release 0.3.9
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7b284fb..27cc074 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -66,3 +66,17 @@
 * **FFOS** update compass.js
 * CB-7187 ios: Add explicit dependency on CoreLocation.framework
 * CB-7187 Delete unused #import of CDVShared.h
+
+### 0.3.9 (Sep 17, 2014)
+* CB-7471 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation
+* Fixed problem with watchCompass if pressed twice
+* CB-7086 Renamed dir, added nested plugin.xml
+* added documentation for manual tests
+* Fixed problem with watchCompass if pressed twice
+* CB-7086 Renamed dir, added nested plugin.xml
+* added documentation for manual tests
+* Updated docs for browser
+* Add support for the browser
+* CB-7249 cordova-plugin-device-orientation documentation translation
+* CB-6960 Added manual tests
+* CB-6960 Port compass tests to plugin-test-framework
diff --git a/plugin.xml b/plugin.xml
index 0fff6df..7e868ab 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.9-dev">
+    version="0.3.9">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index be078bd..9759d18 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation.tests"
-    version="0.3.8-dev">
+    version="0.3.9">
     <name>Cordova Device Orientation Plugin Tests</name>
     <license>Apache 2.0</license>