prepare changes for 1.4 release
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3e53518..32a80f5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,7 @@
   </properties>
 
   <body>
-    <release version="1.4" date="TBA" description="TBA">
+    <release version="1.4" date="2017-06-03" description="1.4 Release">
       <action issue="FILEUPLOAD-252" dev="tn" type="fix">DiskFileItem#write() could lose original IO exception</action>
       <action issue="FILEUPLOAD-258" dev="tn" type="fix">DiskFileItem#getStoreLocation() wrongly returned a File object for items stored in memory</action>
       <action issue="FILEUPLOAD-242" dev="tn" type="fix">FileUploadBase - should not silently catch and ignore all Throwables</action>