Prepare RELEASE-NOTES and changes.xml date
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c2a44fb..9dad4ee 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -62,6 +62,7 @@
 considerable number of files were migrated over from Commons Lang, some of which
 needed fixes.
 
+o TEXT-62:   Incorporate suggestions from RC2 into 1.0 release.
 o TEXT-60:   Upgrading Jacoco for Java 9-ea compatibility. Thanks to Lee Adcock.
 o TEXT-52:   Possible attacks through StringEscapeUtils.escapeEcmaScrip better
              javadoc
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 116a93d..88e9c52 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@
   </properties>
   <body>
 
-  <release version="1.0-beta-1" date="2017-01-25" description="First release (beta) of Commons Text">
+  <release version="1.0-beta-1" date="2017-01-30" description="First release (beta) of Commons Text">
     <action issue="TEXT-62" type="fix" dev="chtompki">Incorporate suggestions from RC2 into 1.0 release</action>
     <action issue="TEXT-61" type="update" dev="chtompki" due-to="Lee Adcock">Naming packages org.apache.commons.text.beta</action>
     <action issue="TEXT-60" type="fix" dev="chtompki" due-to="Lee Adcock">Upgrading Jacoco for Java 9-ea compatibility.</action>