CB-5980 Updated version and RELEASENOTES.md for release 0.4.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2ef1bfd..537f114 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -44,3 +44,16 @@
 * CB-5466: Minor version bump
 * CB-5466: Update FileTransfer plugin to accept filesystem urls
 * Added amazon-fireos platform. Change to use amazon-fireos as the platform if the user agen string contains 'cordova-amazon-fireos'
+
+### 0.4.1 (Feb 05, 2014)
+* CB-5365 Remove unused exception var to prevent warnings?
+* CB-2421 explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks
+* iOS: Update for new file plugin api
+* CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer)
+* CB-5762 android: Fix lengthComputable set wrong for gzip downloads
+* CB-4899 [BlackBerry10] Improve binary file transfer download
+* Delete stale test/ directory
+* CB-5722 [BlackBerry10] Update upload function to use native file object
+* CB-5658 Delete stale snapshot of plugin docs
+* Remove @1 designation from file plugin dependency until pushed to npm
+* CB-5466: Update to work with filesystem URLs
diff --git a/plugin.xml b/plugin.xml
index b003925..4b039fb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,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.1-dev">
+    version="0.4.1">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>