Update logging version

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/chain/trunk@658982 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 877d1e6..94349c1 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -39,7 +39,7 @@
   </properties>
   <body>
 
-    <release version="1.2" date="2008-05-24" description="OSGi enabled / minor bug fixes">
+    <release version="1.2" date="2008-05-25" description="OSGi enabled / minor bug fixes">
       <action dev="niallp" type="add">
          Chain 1.2 is the first OSGi-enabled release.
       </action>
@@ -47,7 +47,7 @@
          Add Example webapp for Servlet Mapper Commands
       </action>
       <action dev="rahul" type="update">
-         Upgrade Commons Logging dependency to 1.0.4
+         Upgrade Commons Logging dependency to 1.1.1
       </action>
       <action dev="niallp" type="update" issue="CHAIN-32" due-to="Joshua Graham">
          Improve instantiation performance of ContextBase subclasses.