Fix Antora changelog entry type
diff --git a/src/changelog/.1.x.x/antora.xml b/src/changelog/.1.x.x/antora.xml
index 0221c27..07c73e0 100644
--- a/src/changelog/.1.x.x/antora.xml
+++ b/src/changelog/.1.x.x/antora.xml
@@ -2,7 +2,7 @@
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="https://logging.apache.org/xml/ns"
        xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
-       type="fixed">
+       type="changed">
   <issue id="apache/logging-log4j2#2443" link="https://github.com/apache/logging-log4j2/pull/2443"/>
   <description format="asciidoc">Website is migrated to Antora with several formatting</description>
 </entry>