CB-7244 Updated version and RELEASENOTES.md for release 0.4.5
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d2d6946..97e4d52 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -97,3 +97,19 @@
 * CB-5980 Updated version and RELEASENOTES.md for release 0.4.1
 
 ### 0.4.5
+
+### 0.4.5 (Aug 06, 2014)
+* Upload parameters out of order
+* **FirefoxOS** initial implementation
+* CB-6781: Expose FileTransferError.exception to application
+* CB-6928: Add new error code to documentation
+* CB-6928: Handle 304 status code
+* CB-6928: Open output stream only if it's necessary.
+* [BlackBerry10] Minor doc correction
+* CB-6127 Updated translations for docs
+* [Windows8] upload uses the provided fileName or the actual fileName
+* CB-2420 [Windows8] honor fileKey and param options. This closes #15
+* CB-6781: Update new docs to match AlexNennker's changes in PR30
+* CB-6781: Continue previous commit with one new instance (This closes #30)
+* CB-6781: add the exception text to the error object
+* CB-6890: Fix pluginManager access for 4.0.x branch
diff --git a/plugin.xml b/plugin.xml
index 31dcb21..a7d7a65 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.file-transfer"
-    version="0.4.5-dev">
+    version="0.4.5">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>