Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git
diff --git a/pom.xml b/pom.xml
index 6912a95..8098872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>65</version>
+    <version>66</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
@@ -128,6 +128,7 @@
     <commons.bc.version>2.15.1</commons.bc.version>
     <commons.release.version>2.16.0</commons.release.version>
     <commons.release.next>2.16.1</commons.release.next>
+    <project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     <commons.release.desc>(requires Java 8)</commons.release.desc>
     <commons.jira.id>IO</commons.jira.id>
     <commons.jira.pid>12310477</commons.jira.pid>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 70acfcd..0fd55aa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -127,7 +127,8 @@
       <action dev="ggregory" type="add"                due-to="Gary Gregory">Add ChecksumInputStream and test #548.</action>
       <action dev="ggregory" type="add"                due-to="Gary Gregory">Add AbstractStreamBuilder.getReader().</action>
       <!--  UPDATE -->
-      <action dev="ggregory" type="fix"                due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534.</action>
+      <action dev="ggregory" type="update"             due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534.</action>
+      <action dev="ggregory" type="update"             due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 66.</action>
     </release>
     <release version="2.15.1" date="2023-11-24" description="Java 8 is required.">
       <!-- FIX -->