Update `log4j-changelog` XSD to version `0.1.2`
diff --git a/src/changelog/2.0-alpha1/.release.xml b/src/changelog/2.0-alpha1/.release.xml
index 2841d7e..9403203 100644
--- a/src/changelog/2.0-alpha1/.release.xml
+++ b/src/changelog/2.0-alpha1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2012-07-29"
          version="2.0-alpha1"/>
diff --git a/src/changelog/2.0-alpha1/LOG4J2-50_Make_sure_all_application_facing_log_methods_use_their_own_F.xml b/src/changelog/2.0-alpha1/LOG4J2-50_Make_sure_all_application_facing_log_methods_use_their_own_F.xml
index ea26ba4..ec5a355 100644
--- a/src/changelog/2.0-alpha1/LOG4J2-50_Make_sure_all_application_facing_log_methods_use_their_own_F.xml
+++ b/src/changelog/2.0-alpha1/LOG4J2-50_Make_sure_all_application_facing_log_methods_use_their_own_F.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-50" link="https://issues.apache.org/jira/browse/LOG4J2-50"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha1/LOG4J2-51_Remove_LoggerContext_support_for_custom_logger_factories_Al.xml b/src/changelog/2.0-alpha1/LOG4J2-51_Remove_LoggerContext_support_for_custom_logger_factories_Al.xml
index 5af191a..992ec19 100644
--- a/src/changelog/2.0-alpha1/LOG4J2-51_Remove_LoggerContext_support_for_custom_logger_factories_Al.xml
+++ b/src/changelog/2.0-alpha1/LOG4J2-51_Remove_LoggerContext_support_for_custom_logger_factories_Al.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-51" link="https://issues.apache.org/jira/browse/LOG4J2-51"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha1/LOG4J2-56_Level_toLevel_would_throw_an_IllegalArgumentException_instea.xml b/src/changelog/2.0-alpha1/LOG4J2-56_Level_toLevel_would_throw_an_IllegalArgumentException_instea.xml
index 51455d8..fdb82a7 100644
--- a/src/changelog/2.0-alpha1/LOG4J2-56_Level_toLevel_would_throw_an_IllegalArgumentException_instea.xml
+++ b/src/changelog/2.0-alpha1/LOG4J2-56_Level_toLevel_would_throw_an_IllegalArgumentException_instea.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-56" link="https://issues.apache.org/jira/browse/LOG4J2-56"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha1/LOG4J2-60_Added_ability_to_filter_on_the_AppenderRef_by_adding_either.xml b/src/changelog/2.0-alpha1/LOG4J2-60_Added_ability_to_filter_on_the_AppenderRef_by_adding_either.xml
index e0fea61..5d747b9 100644
--- a/src/changelog/2.0-alpha1/LOG4J2-60_Added_ability_to_filter_on_the_AppenderRef_by_adding_either.xml
+++ b/src/changelog/2.0-alpha1/LOG4J2-60_Added_ability_to_filter_on_the_AppenderRef_by_adding_either.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-60" link="https://issues.apache.org/jira/browse/LOG4J2-60"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha2/.release.xml b/src/changelog/2.0-alpha2/.release.xml
index d55dc2e..3ca9143 100644
--- a/src/changelog/2.0-alpha2/.release.xml
+++ b/src/changelog/2.0-alpha2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2012-08-24"
          version="2.0-alpha2"/>
diff --git a/src/changelog/2.0-alpha2/LOG4J2-64_Fix_compilation_problems_in_Java_7.xml b/src/changelog/2.0-alpha2/LOG4J2-64_Fix_compilation_problems_in_Java_7.xml
index 6fd6015..dd2a8d4 100644
--- a/src/changelog/2.0-alpha2/LOG4J2-64_Fix_compilation_problems_in_Java_7.xml
+++ b/src/changelog/2.0-alpha2/LOG4J2-64_Fix_compilation_problems_in_Java_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-64" link="https://issues.apache.org/jira/browse/LOG4J2-64"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha2/LOG4J2-65_Allow_variable_substitution_on_the_configuration_attributes.xml b/src/changelog/2.0-alpha2/LOG4J2-65_Allow_variable_substitution_on_the_configuration_attributes.xml
index 70b3539..1533c4e 100644
--- a/src/changelog/2.0-alpha2/LOG4J2-65_Allow_variable_substitution_on_the_configuration_attributes.xml
+++ b/src/changelog/2.0-alpha2/LOG4J2-65_Allow_variable_substitution_on_the_configuration_attributes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-65" link="https://issues.apache.org/jira/browse/LOG4J2-65"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha2/LOG4J2-67_Allow_components_besides_core_to_create_a_PluginMap_for_fast.xml b/src/changelog/2.0-alpha2/LOG4J2-67_Allow_components_besides_core_to_create_a_PluginMap_for_fast.xml
index 7715740..fedfbb2 100644
--- a/src/changelog/2.0-alpha2/LOG4J2-67_Allow_components_besides_core_to_create_a_PluginMap_for_fast.xml
+++ b/src/changelog/2.0-alpha2/LOG4J2-67_Allow_components_besides_core_to_create_a_PluginMap_for_fast.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-67" link="https://issues.apache.org/jira/browse/LOG4J2-67"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha2/LOG4J2-68_Add_support_for_formatting_using_String_format.xml b/src/changelog/2.0-alpha2/LOG4J2-68_Add_support_for_formatting_using_String_format.xml
index 5a62435..32c708a 100644
--- a/src/changelog/2.0-alpha2/LOG4J2-68_Add_support_for_formatting_using_String_format.xml
+++ b/src/changelog/2.0-alpha2/LOG4J2-68_Add_support_for_formatting_using_String_format.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-68" link="https://issues.apache.org/jira/browse/LOG4J2-68"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha2/LOG4J2-69_Allow_Flume_agents_to_be_embedded_into_the_Flume_Appender.xml b/src/changelog/2.0-alpha2/LOG4J2-69_Allow_Flume_agents_to_be_embedded_into_the_Flume_Appender.xml
index f194a94..1a9ae23 100644
--- a/src/changelog/2.0-alpha2/LOG4J2-69_Allow_Flume_agents_to_be_embedded_into_the_Flume_Appender.xml
+++ b/src/changelog/2.0-alpha2/LOG4J2-69_Allow_Flume_agents_to_be_embedded_into_the_Flume_Appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-69" link="https://issues.apache.org/jira/browse/LOG4J2-69"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-alpha2/LOG4J2-70_Add_getLogger_Class_to_LogManager.xml b/src/changelog/2.0-alpha2/LOG4J2-70_Add_getLogger_Class_to_LogManager.xml
index 7d1c775..438930c 100644
--- a/src/changelog/2.0-alpha2/LOG4J2-70_Add_getLogger_Class_to_LogManager.xml
+++ b/src/changelog/2.0-alpha2/LOG4J2-70_Add_getLogger_Class_to_LogManager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-70" link="https://issues.apache.org/jira/browse/LOG4J2-70"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/.release.xml b/src/changelog/2.0-beta1/.release.xml
index dec6e8b..5fae3d9 100644
--- a/src/changelog/2.0-beta1/.release.xml
+++ b/src/changelog/2.0-beta1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2012-09-18"
          version="2.0-beta1"/>
diff --git a/src/changelog/2.0-beta1/Added_AsynchAppender.xml b/src/changelog/2.0-beta1/Added_AsynchAppender.xml
index 23d9bed..9493dc9 100644
--- a/src/changelog/2.0-beta1/Added_AsynchAppender.xml
+++ b/src/changelog/2.0-beta1/Added_AsynchAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Added AsynchAppender.</description>
diff --git a/src/changelog/2.0-beta1/Created_web_module_to_allow_web_applications_to_include_the.xml b/src/changelog/2.0-beta1/Created_web_module_to_allow_web_applications_to_include_the.xml
index 70c0246..d0bc47a 100644
--- a/src/changelog/2.0-beta1/Created_web_module_to_allow_web_applications_to_include_the.xml
+++ b/src/changelog/2.0-beta1/Created_web_module_to_allow_web_applications_to_include_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="rgoers"/>
   <description format="asciidoc">Created web module to allow web applications to include the Log4j context listener in WEB-INF/lib even if
diff --git a/src/changelog/2.0-beta1/LOG4J2-71_FileRenameAction_did_not_create_the_parent_directories_of_th.xml b/src/changelog/2.0-beta1/LOG4J2-71_FileRenameAction_did_not_create_the_parent_directories_of_th.xml
index 6e66234..d997bc3 100644
--- a/src/changelog/2.0-beta1/LOG4J2-71_FileRenameAction_did_not_create_the_parent_directories_of_th.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-71_FileRenameAction_did_not_create_the_parent_directories_of_th.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-71" link="https://issues.apache.org/jira/browse/LOG4J2-71"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-72_NullPointerException_in_RollingFileManager_when_filePattern.xml b/src/changelog/2.0-beta1/LOG4J2-72_NullPointerException_in_RollingFileManager_when_filePattern.xml
index 69e1be6..776121e 100644
--- a/src/changelog/2.0-beta1/LOG4J2-72_NullPointerException_in_RollingFileManager_when_filePattern.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-72_NullPointerException_in_RollingFileManager_when_filePattern.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-72" link="https://issues.apache.org/jira/browse/LOG4J2-72"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-74_Logger_error_Marker_Message_Throwable_was_internally_usin.xml b/src/changelog/2.0-beta1/LOG4J2-74_Logger_error_Marker_Message_Throwable_was_internally_usin.xml
index f3b9119..9ac0069 100644
--- a/src/changelog/2.0-beta1/LOG4J2-74_Logger_error_Marker_Message_Throwable_was_internally_usin.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-74_Logger_error_Marker_Message_Throwable_was_internally_usin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-74" link="https://issues.apache.org/jira/browse/LOG4J2-74"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-75_Enhanced_Log4jContextListener_to_accept_a_configuration_file.xml b/src/changelog/2.0-beta1/LOG4J2-75_Enhanced_Log4jContextListener_to_accept_a_configuration_file.xml
index 8b0f043..af447b4 100644
--- a/src/changelog/2.0-beta1/LOG4J2-75_Enhanced_Log4jContextListener_to_accept_a_configuration_file.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-75_Enhanced_Log4jContextListener_to_accept_a_configuration_file.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-75" link="https://issues.apache.org/jira/browse/LOG4J2-75"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-76_RewriteAppender_was_calling_the_stop_method_of_the_reference.xml b/src/changelog/2.0-beta1/LOG4J2-76_RewriteAppender_was_calling_the_stop_method_of_the_reference.xml
index f1d3309..f6d3d92 100644
--- a/src/changelog/2.0-beta1/LOG4J2-76_RewriteAppender_was_calling_the_stop_method_of_the_reference.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-76_RewriteAppender_was_calling_the_stop_method_of_the_reference.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-76" link="https://issues.apache.org/jira/browse/LOG4J2-76"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-77_RoutingAppender_was_calling_the_stop_method_for_each_of_its.xml b/src/changelog/2.0-beta1/LOG4J2-77_RoutingAppender_was_calling_the_stop_method_for_each_of_its.xml
index 9248c67..ff38cde 100644
--- a/src/changelog/2.0-beta1/LOG4J2-77_RoutingAppender_was_calling_the_stop_method_for_each_of_its.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-77_RoutingAppender_was_calling_the_stop_method_for_each_of_its.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-77" link="https://issues.apache.org/jira/browse/LOG4J2-77"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-78_LogFactoryImpl_setAttribute_in_the_Commons_Logging_bridge_go.xml b/src/changelog/2.0-beta1/LOG4J2-78_LogFactoryImpl_setAttribute_in_the_Commons_Logging_bridge_go.xml
index 00b71ab..a92b01d 100644
--- a/src/changelog/2.0-beta1/LOG4J2-78_LogFactoryImpl_setAttribute_in_the_Commons_Logging_bridge_go.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-78_LogFactoryImpl_setAttribute_in_the_Commons_Logging_bridge_go.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-78" link="https://issues.apache.org/jira/browse/LOG4J2-78"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-80_Allow_Log4j_2_to_be_used_as_the_implementation_with_SLF4J_an.xml b/src/changelog/2.0-beta1/LOG4J2-80_Allow_Log4j_2_to_be_used_as_the_implementation_with_SLF4J_an.xml
index d6817cd..3a5d5e2 100644
--- a/src/changelog/2.0-beta1/LOG4J2-80_Allow_Log4j_2_to_be_used_as_the_implementation_with_SLF4J_an.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-80_Allow_Log4j_2_to_be_used_as_the_implementation_with_SLF4J_an.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-80" link="https://issues.apache.org/jira/browse/LOG4J2-80"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-81_PatternLayout_was_not_honoring_format_modifiers.xml b/src/changelog/2.0-beta1/LOG4J2-81_PatternLayout_was_not_honoring_format_modifiers.xml
index 0c7d36a..b8d477d 100644
--- a/src/changelog/2.0-beta1/LOG4J2-81_PatternLayout_was_not_honoring_format_modifiers.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-81_PatternLayout_was_not_honoring_format_modifiers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-81" link="https://issues.apache.org/jira/browse/LOG4J2-81"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/LOG4J2-82_MarkerFilter_called_MarkerManager_getMarker_causing_the_Mark.xml b/src/changelog/2.0-beta1/LOG4J2-82_MarkerFilter_called_MarkerManager_getMarker_causing_the_Mark.xml
index fd1ab9b..cf86ed1 100644
--- a/src/changelog/2.0-beta1/LOG4J2-82_MarkerFilter_called_MarkerManager_getMarker_causing_the_Mark.xml
+++ b/src/changelog/2.0-beta1/LOG4J2-82_MarkerFilter_called_MarkerManager_getMarker_causing_the_Mark.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-82" link="https://issues.apache.org/jira/browse/LOG4J2-82"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta1/Update_the_versions_of_SLF4J_and_Logback.xml b/src/changelog/2.0-beta1/Update_the_versions_of_SLF4J_and_Logback.xml
index dafe977..9ca1b83 100644
--- a/src/changelog/2.0-beta1/Update_the_versions_of_SLF4J_and_Logback.xml
+++ b/src/changelog/2.0-beta1/Update_the_versions_of_SLF4J_and_Logback.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rgoers"/>
   <description format="asciidoc">Update the versions of SLF4J and Logback.</description>
diff --git a/src/changelog/2.0-beta2/.release.xml b/src/changelog/2.0-beta2/.release.xml
index f3e28f6..1c2bf7a 100644
--- a/src/changelog/2.0-beta2/.release.xml
+++ b/src/changelog/2.0-beta2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2012-10-07"
          version="2.0-beta2"/>
diff --git a/src/changelog/2.0-beta2/Add_getFormats_to_MultiformatMessage_and_allow_StructuredDat.xml b/src/changelog/2.0-beta2/Add_getFormats_to_MultiformatMessage_and_allow_StructuredDat.xml
index 7b50e47..0e74af6 100644
--- a/src/changelog/2.0-beta2/Add_getFormats_to_MultiformatMessage_and_allow_StructuredDat.xml
+++ b/src/changelog/2.0-beta2/Add_getFormats_to_MultiformatMessage_and_allow_StructuredDat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Add getFormats to MultiformatMessage and allow StructuredDataMessage to format as XML.</description>
diff --git a/src/changelog/2.0-beta2/Add_support_for_ANSI_colors_by_adding_the_highlight_and_styl.xml b/src/changelog/2.0-beta2/Add_support_for_ANSI_colors_by_adding_the_highlight_and_styl.xml
index b869cc7..ec87a45 100644
--- a/src/changelog/2.0-beta2/Add_support_for_ANSI_colors_by_adding_the_highlight_and_styl.xml
+++ b/src/changelog/2.0-beta2/Add_support_for_ANSI_colors_by_adding_the_highlight_and_styl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Add support for ANSI colors by adding the highlight and style pattern converters. Fix pattern
diff --git a/src/changelog/2.0-beta2/Allow_the_status_logging_to_be_directed_to_stderr_or_to_a_fi.xml b/src/changelog/2.0-beta2/Allow_the_status_logging_to_be_directed_to_stderr_or_to_a_fi.xml
index b77a691..a0492a8 100644
--- a/src/changelog/2.0-beta2/Allow_the_status_logging_to_be_directed_to_stderr_or_to_a_fi.xml
+++ b/src/changelog/2.0-beta2/Allow_the_status_logging_to_be_directed_to_stderr_or_to_a_fi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Allow the status logging to be directed to stderr or to a file.</description>
diff --git a/src/changelog/2.0-beta2/DefaultConfiguration_was_not_starting_the_Console_Appender.xml b/src/changelog/2.0-beta2/DefaultConfiguration_was_not_starting_the_Console_Appender.xml
index e5ed2c7..b2e8eb6 100644
--- a/src/changelog/2.0-beta2/DefaultConfiguration_was_not_starting_the_Console_Appender.xml
+++ b/src/changelog/2.0-beta2/DefaultConfiguration_was_not_starting_the_Console_Appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="rgoers"/>
   <description format="asciidoc">DefaultConfiguration was not starting the Console Appender.</description>
diff --git a/src/changelog/2.0-beta2/LOG4J2-35_Add_interval_and_modulate_options_to_TimeBasedTriggeringPoli.xml b/src/changelog/2.0-beta2/LOG4J2-35_Add_interval_and_modulate_options_to_TimeBasedTriggeringPoli.xml
index 1ea8024..ff19ab7 100644
--- a/src/changelog/2.0-beta2/LOG4J2-35_Add_interval_and_modulate_options_to_TimeBasedTriggeringPoli.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-35_Add_interval_and_modulate_options_to_TimeBasedTriggeringPoli.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-35" link="https://issues.apache.org/jira/browse/LOG4J2-35"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-58_Add_support_for_filtering_packages_from_stack_traces.xml b/src/changelog/2.0-beta2/LOG4J2-58_Add_support_for_filtering_packages_from_stack_traces.xml
index 8a1c241..f5d0045 100644
--- a/src/changelog/2.0-beta2/LOG4J2-58_Add_support_for_filtering_packages_from_stack_traces.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-58_Add_support_for_filtering_packages_from_stack_traces.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-58" link="https://issues.apache.org/jira/browse/LOG4J2-58"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-83_If_system_property_disableThreadContextMap_is_set_puts_to.xml b/src/changelog/2.0-beta2/LOG4J2-83_If_system_property_disableThreadContextMap_is_set_puts_to.xml
index a1ea4d6..529b7f3 100644
--- a/src/changelog/2.0-beta2/LOG4J2-83_If_system_property_disableThreadContextMap_is_set_puts_to.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-83_If_system_property_disableThreadContextMap_is_set_puts_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-83" link="https://issues.apache.org/jira/browse/LOG4J2-83"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-83_If_the_ThreadContext_map_is_empty_the_LogEvent_will_contain.xml b/src/changelog/2.0-beta2/LOG4J2-83_If_the_ThreadContext_map_is_empty_the_LogEvent_will_contain.xml
index b6b5206..2258ad9 100644
--- a/src/changelog/2.0-beta2/LOG4J2-83_If_the_ThreadContext_map_is_empty_the_LogEvent_will_contain.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-83_If_the_ThreadContext_map_is_empty_the_LogEvent_will_contain.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-83" link="https://issues.apache.org/jira/browse/LOG4J2-83"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-84_If_system_property_disableThreadContextStack_is_set_pushes.xml b/src/changelog/2.0-beta2/LOG4J2-84_If_system_property_disableThreadContextStack_is_set_pushes.xml
index bbc199b..6706a74 100644
--- a/src/changelog/2.0-beta2/LOG4J2-84_If_system_property_disableThreadContextStack_is_set_pushes.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-84_If_system_property_disableThreadContextStack_is_set_pushes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-84" link="https://issues.apache.org/jira/browse/LOG4J2-84"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-84_If_the_ThreadContext_stack_is_empty_the_LogEvent_will_contai.xml b/src/changelog/2.0-beta2/LOG4J2-84_If_the_ThreadContext_stack_is_empty_the_LogEvent_will_contai.xml
index e1847d2..7018a32 100644
--- a/src/changelog/2.0-beta2/LOG4J2-84_If_the_ThreadContext_stack_is_empty_the_LogEvent_will_contai.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-84_If_the_ThreadContext_stack_is_empty_the_LogEvent_will_contai.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-84" link="https://issues.apache.org/jira/browse/LOG4J2-84"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-88_Many_logging_methods_in_AbstractLogger_were_set_to_an_incorr.xml b/src/changelog/2.0-beta2/LOG4J2-88_Many_logging_methods_in_AbstractLogger_were_set_to_an_incorr.xml
index 4a4aee1..3eeb91c 100644
--- a/src/changelog/2.0-beta2/LOG4J2-88_Many_logging_methods_in_AbstractLogger_were_set_to_an_incorr.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-88_Many_logging_methods_in_AbstractLogger_were_set_to_an_incorr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-88" link="https://issues.apache.org/jira/browse/LOG4J2-88"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-90_Add_documentation_on_client_vs_server_mode_to_performance_pa.xml b/src/changelog/2.0-beta2/LOG4J2-90_Add_documentation_on_client_vs_server_mode_to_performance_pa.xml
index f7f2990..af47cdd 100644
--- a/src/changelog/2.0-beta2/LOG4J2-90_Add_documentation_on_client_vs_server_mode_to_performance_pa.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-90_Add_documentation_on_client_vs_server_mode_to_performance_pa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-90" link="https://issues.apache.org/jira/browse/LOG4J2-90"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-91_Log4j_1_2_adapter_s_Category_class_was_missing_3_log_methods.xml b/src/changelog/2.0-beta2/LOG4J2-91_Log4j_1_2_adapter_s_Category_class_was_missing_3_log_methods.xml
index 9bdd9a6..1d241cb 100644
--- a/src/changelog/2.0-beta2/LOG4J2-91_Log4j_1_2_adapter_s_Category_class_was_missing_3_log_methods.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-91_Log4j_1_2_adapter_s_Category_class_was_missing_3_log_methods.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-91" link="https://issues.apache.org/jira/browse/LOG4J2-91"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/LOG4J2-92_Converted_DynamicThresholdFilter_to_use_KeyValuePair_Fixed.xml b/src/changelog/2.0-beta2/LOG4J2-92_Converted_DynamicThresholdFilter_to_use_KeyValuePair_Fixed.xml
index 8b3e37b..c255b57 100644
--- a/src/changelog/2.0-beta2/LOG4J2-92_Converted_DynamicThresholdFilter_to_use_KeyValuePair_Fixed.xml
+++ b/src/changelog/2.0-beta2/LOG4J2-92_Converted_DynamicThresholdFilter_to_use_KeyValuePair_Fixed.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-92" link="https://issues.apache.org/jira/browse/LOG4J2-92"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta2/Made_ParameterizedMessage_StringFormattedMessage_and_Thread.xml b/src/changelog/2.0-beta2/Made_ParameterizedMessage_StringFormattedMessage_and_Thread.xml
index c099290..4473a5f 100644
--- a/src/changelog/2.0-beta2/Made_ParameterizedMessage_StringFormattedMessage_and_Thread.xml
+++ b/src/changelog/2.0-beta2/Made_ParameterizedMessage_StringFormattedMessage_and_Thread.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rgoers"/>
   <description format="asciidoc">Made ParameterizedMessage, StringFormattedMessage and ThreadDumpMessage immutable. LocalizedMessage is
diff --git a/src/changelog/2.0-beta2/Move_variable_substitution_from_PatternLayout_to_appropriate.xml b/src/changelog/2.0-beta2/Move_variable_substitution_from_PatternLayout_to_appropriate.xml
index 8b32937..ec9bc9a 100644
--- a/src/changelog/2.0-beta2/Move_variable_substitution_from_PatternLayout_to_appropriate.xml
+++ b/src/changelog/2.0-beta2/Move_variable_substitution_from_PatternLayout_to_appropriate.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="rgoers"/>
   <description format="asciidoc">Move variable substitution from PatternLayout to appropriate converters to improve performance.</description>
diff --git a/src/changelog/2.0-beta3/.release.xml b/src/changelog/2.0-beta3/.release.xml
index 1bf86f9..3950708 100644
--- a/src/changelog/2.0-beta3/.release.xml
+++ b/src/changelog/2.0-beta3/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2012-11-11"
          version="2.0-beta3"/>
diff --git a/src/changelog/2.0-beta3/Avoid_NPE_when_duplicate_LoggerContextFactorys_are_present.xml b/src/changelog/2.0-beta3/Avoid_NPE_when_duplicate_LoggerContextFactorys_are_present.xml
index ff324aa..311c65a 100644
--- a/src/changelog/2.0-beta3/Avoid_NPE_when_duplicate_LoggerContextFactorys_are_present.xml
+++ b/src/changelog/2.0-beta3/Avoid_NPE_when_duplicate_LoggerContextFactorys_are_present.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="rgoers"/>
   <description format="asciidoc">Avoid NPE when duplicate LoggerContextFactorys are present. Allow factories to specify a weight to allow
diff --git a/src/changelog/2.0-beta3/Created_combined_jar_to_combine_API_and_Core_contents_for_us.xml b/src/changelog/2.0-beta3/Created_combined_jar_to_combine_API_and_Core_contents_for_us.xml
index 45979c7..418f102 100644
--- a/src/changelog/2.0-beta3/Created_combined_jar_to_combine_API_and_Core_contents_for_us.xml
+++ b/src/changelog/2.0-beta3/Created_combined_jar_to_combine_API_and_Core_contents_for_us.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rgoers"/>
   <description format="asciidoc">Created combined jar to combine API and Core contents for users who only want the Log4j implementation.</description>
diff --git a/src/changelog/2.0-beta3/LOG4J2-101_A_NullPointerException_would_occur_if_no_format_value_was_pa.xml b/src/changelog/2.0-beta3/LOG4J2-101_A_NullPointerException_would_occur_if_no_format_value_was_pa.xml
index bda2f63..a73e186 100644
--- a/src/changelog/2.0-beta3/LOG4J2-101_A_NullPointerException_would_occur_if_no_format_value_was_pa.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-101_A_NullPointerException_would_occur_if_no_format_value_was_pa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-101" link="https://issues.apache.org/jira/browse/LOG4J2-101"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-102_The_Facility_value_was_being_improperly_calculated.xml b/src/changelog/2.0-beta3/LOG4J2-102_The_Facility_value_was_being_improperly_calculated.xml
index b108b22..29519d6 100644
--- a/src/changelog/2.0-beta3/LOG4J2-102_The_Facility_value_was_being_improperly_calculated.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-102_The_Facility_value_was_being_improperly_calculated.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-102" link="https://issues.apache.org/jira/browse/LOG4J2-102"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-103_The_LogEvent_was_wrapping_a_ThrowableProxy_with_another_Thro.xml b/src/changelog/2.0-beta3/LOG4J2-103_The_LogEvent_was_wrapping_a_ThrowableProxy_with_another_Thro.xml
index 02d5fef..40edb1a 100644
--- a/src/changelog/2.0-beta3/LOG4J2-103_The_LogEvent_was_wrapping_a_ThrowableProxy_with_another_Thro.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-103_The_LogEvent_was_wrapping_a_ThrowableProxy_with_another_Thro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-103" link="https://issues.apache.org/jira/browse/LOG4J2-103"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-104_Convert_LogManager_binding_to_use_regular_java_properties.xml b/src/changelog/2.0-beta3/LOG4J2-104_Convert_LogManager_binding_to_use_regular_java_properties.xml
index 06b8890..1596a78 100644
--- a/src/changelog/2.0-beta3/LOG4J2-104_Convert_LogManager_binding_to_use_regular_java_properties.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-104_Convert_LogManager_binding_to_use_regular_java_properties.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-104" link="https://issues.apache.org/jira/browse/LOG4J2-104"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-105_Add_ability_to_customize_the_names_of_the_Levels_in_the_Leve.xml b/src/changelog/2.0-beta3/LOG4J2-105_Add_ability_to_customize_the_names_of_the_Levels_in_the_Leve.xml
index 63ce01f..b737ed2 100644
--- a/src/changelog/2.0-beta3/LOG4J2-105_Add_ability_to_customize_the_names_of_the_Levels_in_the_Leve.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-105_Add_ability_to_customize_the_names_of_the_Levels_in_the_Leve.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-105" link="https://issues.apache.org/jira/browse/LOG4J2-105"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-107_PatternParser_was_not_properly_handling_adjacent_nested_opti.xml b/src/changelog/2.0-beta3/LOG4J2-107_PatternParser_was_not_properly_handling_adjacent_nested_opti.xml
index 7d82353..fb1ddd4 100644
--- a/src/changelog/2.0-beta3/LOG4J2-107_PatternParser_was_not_properly_handling_adjacent_nested_opti.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-107_PatternParser_was_not_properly_handling_adjacent_nested_opti.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-107" link="https://issues.apache.org/jira/browse/LOG4J2-107"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-108_Fix_NullPointerException_in_ClassLoaderContextSelector_when.xml b/src/changelog/2.0-beta3/LOG4J2-108_Fix_NullPointerException_in_ClassLoaderContextSelector_when.xml
index c7e0654..fa5f383 100644
--- a/src/changelog/2.0-beta3/LOG4J2-108_Fix_NullPointerException_in_ClassLoaderContextSelector_when.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-108_Fix_NullPointerException_in_ClassLoaderContextSelector_when.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-108" link="https://issues.apache.org/jira/browse/LOG4J2-108"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-28_Added_PropertiesRewritePolicy_and_ability_to_define_properti.xml b/src/changelog/2.0-beta3/LOG4J2-28_Added_PropertiesRewritePolicy_and_ability_to_define_properti.xml
index b73cc2a..40126059 100644
--- a/src/changelog/2.0-beta3/LOG4J2-28_Added_PropertiesRewritePolicy_and_ability_to_define_properti.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-28_Added_PropertiesRewritePolicy_and_ability_to_define_properti.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-28" link="https://issues.apache.org/jira/browse/LOG4J2-28"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-29_Added_font_and_fontSize_parameters_to_HTMLLayout_Replace_ne.xml b/src/changelog/2.0-beta3/LOG4J2-29_Added_font_and_fontSize_parameters_to_HTMLLayout_Replace_ne.xml
index 78cface..3d043b9 100644
--- a/src/changelog/2.0-beta3/LOG4J2-29_Added_font_and_fontSize_parameters_to_HTMLLayout_Replace_ne.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-29_Added_font_and_fontSize_parameters_to_HTMLLayout_Replace_ne.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-29" link="https://issues.apache.org/jira/browse/LOG4J2-29"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-55_Added_ability_to_configure_from_an_InputSource.xml b/src/changelog/2.0-beta3/LOG4J2-55_Added_ability_to_configure_from_an_InputSource.xml
index 696e5c5..400346c 100644
--- a/src/changelog/2.0-beta3/LOG4J2-55_Added_ability_to_configure_from_an_InputSource.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-55_Added_ability_to_configure_from_an_InputSource.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-55" link="https://issues.apache.org/jira/browse/LOG4J2-55"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-85_Add_ThreadContext_push_String_format_Object_args.xml b/src/changelog/2.0-beta3/LOG4J2-85_Add_ThreadContext_push_String_format_Object_args.xml
index d9ef275..afd13a9 100644
--- a/src/changelog/2.0-beta3/LOG4J2-85_Add_ThreadContext_push_String_format_Object_args.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-85_Add_ThreadContext_push_String_format_Object_args.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-85" link="https://issues.apache.org/jira/browse/LOG4J2-85"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-87_Build_pdf_of_user_s_guide.xml b/src/changelog/2.0-beta3/LOG4J2-87_Build_pdf_of_user_s_guide.xml
index 76ef264..fcc21f0 100644
--- a/src/changelog/2.0-beta3/LOG4J2-87_Build_pdf_of_user_s_guide.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-87_Build_pdf_of_user_s_guide.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-87" link="https://issues.apache.org/jira/browse/LOG4J2-87"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-94_Interpolator_was_not_stripping_Lookup_key_separator_when_try.xml b/src/changelog/2.0-beta3/LOG4J2-94_Interpolator_was_not_stripping_Lookup_key_separator_when_try.xml
index f17dad3..e8b7bd5 100644
--- a/src/changelog/2.0-beta3/LOG4J2-94_Interpolator_was_not_stripping_Lookup_key_separator_when_try.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-94_Interpolator_was_not_stripping_Lookup_key_separator_when_try.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-94" link="https://issues.apache.org/jira/browse/LOG4J2-94"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-95_Add_support_for_loading_plugins_inside_the_OSGi_bundle.xml b/src/changelog/2.0-beta3/LOG4J2-95_Add_support_for_loading_plugins_inside_the_OSGi_bundle.xml
index e17a3f0..cf55666 100644
--- a/src/changelog/2.0-beta3/LOG4J2-95_Add_support_for_loading_plugins_inside_the_OSGi_bundle.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-95_Add_support_for_loading_plugins_inside_the_OSGi_bundle.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-95" link="https://issues.apache.org/jira/browse/LOG4J2-95"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-97_Added_several_missing_classes_and_methods_for_Log4j_1_x_comp.xml b/src/changelog/2.0-beta3/LOG4J2-97_Added_several_missing_classes_and_methods_for_Log4j_1_x_comp.xml
index a9c4eb4..660181c 100644
--- a/src/changelog/2.0-beta3/LOG4J2-97_Added_several_missing_classes_and_methods_for_Log4j_1_x_comp.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-97_Added_several_missing_classes_and_methods_for_Log4j_1_x_comp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-97" link="https://issues.apache.org/jira/browse/LOG4J2-97"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/LOG4J2-99_MapRewritePolicy_had_an_extra_call_to_putAll_that_caused_upd.xml b/src/changelog/2.0-beta3/LOG4J2-99_MapRewritePolicy_had_an_extra_call_to_putAll_that_caused_upd.xml
index bc45fff..87d8e27 100644
--- a/src/changelog/2.0-beta3/LOG4J2-99_MapRewritePolicy_had_an_extra_call_to_putAll_that_caused_upd.xml
+++ b/src/changelog/2.0-beta3/LOG4J2-99_MapRewritePolicy_had_an_extra_call_to_putAll_that_caused_upd.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-99" link="https://issues.apache.org/jira/browse/LOG4J2-99"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta3/Log4j_1_2_Category_forcedLog_was_wrapping_the_message_with_a.xml b/src/changelog/2.0-beta3/Log4j_1_2_Category_forcedLog_was_wrapping_the_message_with_a.xml
index fbfecae..2df4582 100644
--- a/src/changelog/2.0-beta3/Log4j_1_2_Category_forcedLog_was_wrapping_the_message_with_a.xml
+++ b/src/changelog/2.0-beta3/Log4j_1_2_Category_forcedLog_was_wrapping_the_message_with_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="rgoers"/>
   <description format="asciidoc">Log4j 1.2 Category.forcedLog was wrapping the message with an ObjectMessage even if the parameter was an
diff --git a/src/changelog/2.0-beta4/.release.xml b/src/changelog/2.0-beta4/.release.xml
index b95f545..30bfd7f 100644
--- a/src/changelog/2.0-beta4/.release.xml
+++ b/src/changelog/2.0-beta4/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2013-01-28"
          version="2.0-beta4"/>
diff --git a/src/changelog/2.0-beta4/Add_MessageFormatMessage_and_FormattedMessage.xml b/src/changelog/2.0-beta4/Add_MessageFormatMessage_and_FormattedMessage.xml
index d2b2997..e6c193b 100644
--- a/src/changelog/2.0-beta4/Add_MessageFormatMessage_and_FormattedMessage.xml
+++ b/src/changelog/2.0-beta4/Add_MessageFormatMessage_and_FormattedMessage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Add MessageFormatMessage and FormattedMessage.</description>
diff --git a/src/changelog/2.0-beta4/Added_Flume_Appender_samples.xml b/src/changelog/2.0-beta4/Added_Flume_Appender_samples.xml
index e22c91c..cad0f61 100644
--- a/src/changelog/2.0-beta4/Added_Flume_Appender_samples.xml
+++ b/src/changelog/2.0-beta4/Added_Flume_Appender_samples.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Added Flume Appender samples.</description>
diff --git a/src/changelog/2.0-beta4/Added_Log4j_2_to_SLF4J_adapter.xml b/src/changelog/2.0-beta4/Added_Log4j_2_to_SLF4J_adapter.xml
index c9096b2..513de7b 100644
--- a/src/changelog/2.0-beta4/Added_Log4j_2_to_SLF4J_adapter.xml
+++ b/src/changelog/2.0-beta4/Added_Log4j_2_to_SLF4J_adapter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Added Log4j 2 to SLF4J adapter.</description>
diff --git a/src/changelog/2.0-beta4/Added_hostName_and_contextName_to_property_map.xml b/src/changelog/2.0-beta4/Added_hostName_and_contextName_to_property_map.xml
index 1db85a4..28f51f2 100644
--- a/src/changelog/2.0-beta4/Added_hostName_and_contextName_to_property_map.xml
+++ b/src/changelog/2.0-beta4/Added_hostName_and_contextName_to_property_map.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Added hostName and contextName to property map.</description>
diff --git a/src/changelog/2.0-beta4/Allow_FlumeAvroManager_to_initialize_even_if_it_cannot_conne.xml b/src/changelog/2.0-beta4/Allow_FlumeAvroManager_to_initialize_even_if_it_cannot_conne.xml
index 4485c9a..d121179 100644
--- a/src/changelog/2.0-beta4/Allow_FlumeAvroManager_to_initialize_even_if_it_cannot_conne.xml
+++ b/src/changelog/2.0-beta4/Allow_FlumeAvroManager_to_initialize_even_if_it_cannot_conne.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="rgoers"/>
   <description format="asciidoc">Allow FlumeAvroManager to initialize even if it cannot connect to an agent.</description>
diff --git a/src/changelog/2.0-beta4/LOG4J2-110_Renamed_log4j12_api_to_log4j_1_2_api.xml b/src/changelog/2.0-beta4/LOG4J2-110_Renamed_log4j12_api_to_log4j_1_2_api.xml
index 23d6c72..332713c 100644
--- a/src/changelog/2.0-beta4/LOG4J2-110_Renamed_log4j12_api_to_log4j_1_2_api.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-110_Renamed_log4j12_api_to_log4j_1_2_api.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-110" link="https://issues.apache.org/jira/browse/LOG4J2-110"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-111_Enhanced_javadoc_copyright_statement.xml b/src/changelog/2.0-beta4/LOG4J2-111_Enhanced_javadoc_copyright_statement.xml
index d89477b..adbaa1d 100644
--- a/src/changelog/2.0-beta4/LOG4J2-111_Enhanced_javadoc_copyright_statement.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-111_Enhanced_javadoc_copyright_statement.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-111" link="https://issues.apache.org/jira/browse/LOG4J2-111"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-113_StructuredDataFilter_createFilter_was_annotated_with_PluginA.xml b/src/changelog/2.0-beta4/LOG4J2-113_StructuredDataFilter_createFilter_was_annotated_with_PluginA.xml
index 2c206a4..330a54c 100644
--- a/src/changelog/2.0-beta4/LOG4J2-113_StructuredDataFilter_createFilter_was_annotated_with_PluginA.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-113_StructuredDataFilter_createFilter_was_annotated_with_PluginA.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-113" link="https://issues.apache.org/jira/browse/LOG4J2-113"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-114_StructuredDataMessage_was_validating_the_length_of_the_value.xml b/src/changelog/2.0-beta4/LOG4J2-114_StructuredDataMessage_was_validating_the_length_of_the_value.xml
index 31e1bea..7b5eee6 100644
--- a/src/changelog/2.0-beta4/LOG4J2-114_StructuredDataMessage_was_validating_the_length_of_the_value.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-114_StructuredDataMessage_was_validating_the_length_of_the_value.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-114" link="https://issues.apache.org/jira/browse/LOG4J2-114"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-115_ThreadContext_Map_elements_with_null_values_are_now_ignored.xml b/src/changelog/2.0-beta4/LOG4J2-115_ThreadContext_Map_elements_with_null_values_are_now_ignored.xml
index cb53355..f585d54 100644
--- a/src/changelog/2.0-beta4/LOG4J2-115_ThreadContext_Map_elements_with_null_values_are_now_ignored.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-115_ThreadContext_Map_elements_with_null_values_are_now_ignored.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-115" link="https://issues.apache.org/jira/browse/LOG4J2-115"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-116_File_renaming_was_using_the_wrong_date_value_Enhanced_Defau.xml b/src/changelog/2.0-beta4/LOG4J2-116_File_renaming_was_using_the_wrong_date_value_Enhanced_Defau.xml
index f318030..1013963 100644
--- a/src/changelog/2.0-beta4/LOG4J2-116_File_renaming_was_using_the_wrong_date_value_Enhanced_Defau.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-116_File_renaming_was_using_the_wrong_date_value_Enhanced_Defau.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-116" link="https://issues.apache.org/jira/browse/LOG4J2-116"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-119_A_broken_socket_connection_would_cause_the_TCPSocketManager.xml b/src/changelog/2.0-beta4/LOG4J2-119_A_broken_socket_connection_would_cause_the_TCPSocketManager.xml
index 0636213..f0c35c6 100644
--- a/src/changelog/2.0-beta4/LOG4J2-119_A_broken_socket_connection_would_cause_the_TCPSocketManager.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-119_A_broken_socket_connection_would_cause_the_TCPSocketManager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-119" link="https://issues.apache.org/jira/browse/LOG4J2-119"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-120_TCPSocketManager_would_fail_if_the_initial_connection_could.xml b/src/changelog/2.0-beta4/LOG4J2-120_TCPSocketManager_would_fail_if_the_initial_connection_could.xml
index 7f3e82d..fa93b4f 100644
--- a/src/changelog/2.0-beta4/LOG4J2-120_TCPSocketManager_would_fail_if_the_initial_connection_could.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-120_TCPSocketManager_would_fail_if_the_initial_connection_could.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-120" link="https://issues.apache.org/jira/browse/LOG4J2-120"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-122_Add_unit_test_to_verify_exceptions_are_thrown_when_the_socke.xml b/src/changelog/2.0-beta4/LOG4J2-122_Add_unit_test_to_verify_exceptions_are_thrown_when_the_socke.xml
index d50f9cf..00f5e3e 100644
--- a/src/changelog/2.0-beta4/LOG4J2-122_Add_unit_test_to_verify_exceptions_are_thrown_when_the_socke.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-122_Add_unit_test_to_verify_exceptions_are_thrown_when_the_socke.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-122" link="https://issues.apache.org/jira/browse/LOG4J2-122"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-123_The_example_for_ThreadContextMapFilter_was_incorrect.xml b/src/changelog/2.0-beta4/LOG4J2-123_The_example_for_ThreadContextMapFilter_was_incorrect.xml
index e32ecd5..4317e6a 100644
--- a/src/changelog/2.0-beta4/LOG4J2-123_The_example_for_ThreadContextMapFilter_was_incorrect.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-123_The_example_for_ThreadContextMapFilter_was_incorrect.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-123" link="https://issues.apache.org/jira/browse/LOG4J2-123"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-125_JMSQueue_and_JMSTopic_Appenders_did_not_allow_name_to_be_spe.xml b/src/changelog/2.0-beta4/LOG4J2-125_JMSQueue_and_JMSTopic_Appenders_did_not_allow_name_to_be_spe.xml
index e0ef30d..d845990 100644
--- a/src/changelog/2.0-beta4/LOG4J2-125_JMSQueue_and_JMSTopic_Appenders_did_not_allow_name_to_be_spe.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-125_JMSQueue_and_JMSTopic_Appenders_did_not_allow_name_to_be_spe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-125" link="https://issues.apache.org/jira/browse/LOG4J2-125"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-126_Allow_JMS_appenders_to_recover_if_the_queue_or_topic_is_unav.xml b/src/changelog/2.0-beta4/LOG4J2-126_Allow_JMS_appenders_to_recover_if_the_queue_or_topic_is_unav.xml
index cb8f83b..39446ee 100644
--- a/src/changelog/2.0-beta4/LOG4J2-126_Allow_JMS_appenders_to_recover_if_the_queue_or_topic_is_unav.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-126_Allow_JMS_appenders_to_recover_if_the_queue_or_topic_is_unav.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-126" link="https://issues.apache.org/jira/browse/LOG4J2-126"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-127_AbstractLogger_methods_were_not_passing_Markers_to_the_isEna.xml b/src/changelog/2.0-beta4/LOG4J2-127_AbstractLogger_methods_were_not_passing_Markers_to_the_isEna.xml
index 87f02c4..e007907 100644
--- a/src/changelog/2.0-beta4/LOG4J2-127_AbstractLogger_methods_were_not_passing_Markers_to_the_isEna.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-127_AbstractLogger_methods_were_not_passing_Markers_to_the_isEna.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-127" link="https://issues.apache.org/jira/browse/LOG4J2-127"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-128_Add_follow_attribute_to_Console_Appender.xml b/src/changelog/2.0-beta4/LOG4J2-128_Add_follow_attribute_to_Console_Appender.xml
index 3077257..b304513 100644
--- a/src/changelog/2.0-beta4/LOG4J2-128_Add_follow_attribute_to_Console_Appender.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-128_Add_follow_attribute_to_Console_Appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-128" link="https://issues.apache.org/jira/browse/LOG4J2-128"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-129_RoutingAppender_was_only_creating_a_single_appender_for_the.xml b/src/changelog/2.0-beta4/LOG4J2-129_RoutingAppender_was_only_creating_a_single_appender_for_the.xml
index a420a44..2bb8f16 100644
--- a/src/changelog/2.0-beta4/LOG4J2-129_RoutingAppender_was_only_creating_a_single_appender_for_the.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-129_RoutingAppender_was_only_creating_a_single_appender_for_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-129" link="https://issues.apache.org/jira/browse/LOG4J2-129"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-130_PatternLayout_should_format_throwables_without_requiring_a_c.xml b/src/changelog/2.0-beta4/LOG4J2-130_PatternLayout_should_format_throwables_without_requiring_a_c.xml
index 7093c7c..e3067b4 100644
--- a/src/changelog/2.0-beta4/LOG4J2-130_PatternLayout_should_format_throwables_without_requiring_a_c.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-130_PatternLayout_should_format_throwables_without_requiring_a_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-130" link="https://issues.apache.org/jira/browse/LOG4J2-130"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-131_Add_SMTPAppender.xml b/src/changelog/2.0-beta4/LOG4J2-131_Add_SMTPAppender.xml
index ba0cace..9097094 100644
--- a/src/changelog/2.0-beta4/LOG4J2-131_Add_SMTPAppender.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-131_Add_SMTPAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-131" link="https://issues.apache.org/jira/browse/LOG4J2-131"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-132_AbstractLogger_catching_Throwable_checks_for_DEBUG_level_bu.xml b/src/changelog/2.0-beta4/LOG4J2-132_AbstractLogger_catching_Throwable_checks_for_DEBUG_level_bu.xml
index 5fbb3a1..db899d9 100644
--- a/src/changelog/2.0-beta4/LOG4J2-132_AbstractLogger_catching_Throwable_checks_for_DEBUG_level_bu.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-132_AbstractLogger_catching_Throwable_checks_for_DEBUG_level_bu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-132" link="https://issues.apache.org/jira/browse/LOG4J2-132"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-133_Allow_custom_message_creation_via_a_message_factory.xml b/src/changelog/2.0-beta4/LOG4J2-133_Allow_custom_message_creation_via_a_message_factory.xml
index 86ff897..c8a55e3 100644
--- a/src/changelog/2.0-beta4/LOG4J2-133_Allow_custom_message_creation_via_a_message_factory.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-133_Allow_custom_message_creation_via_a_message_factory.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-133" link="https://issues.apache.org/jira/browse/LOG4J2-133"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-134_Use_red_white_blue_and_so_on_in_the_console_appender.xml b/src/changelog/2.0-beta4/LOG4J2-134_Use_red_white_blue_and_so_on_in_the_console_appender.xml
index a625d51..c7bf2b9 100644
--- a/src/changelog/2.0-beta4/LOG4J2-134_Use_red_white_blue_and_so_on_in_the_console_appender.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-134_Use_red_white_blue_and_so_on_in_the_console_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-134" link="https://issues.apache.org/jira/browse/LOG4J2-134"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-135_BaseConfiguration_does_not_close_the_first_appender.xml b/src/changelog/2.0-beta4/LOG4J2-135_BaseConfiguration_does_not_close_the_first_appender.xml
index d9c6820..6faef4d 100644
--- a/src/changelog/2.0-beta4/LOG4J2-135_BaseConfiguration_does_not_close_the_first_appender.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-135_BaseConfiguration_does_not_close_the_first_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-135" link="https://issues.apache.org/jira/browse/LOG4J2-135"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-136_Allow_newlines_to_be_escaped_in_Syslog_and_RFC5424_layouts.xml b/src/changelog/2.0-beta4/LOG4J2-136_Allow_newlines_to_be_escaped_in_Syslog_and_RFC5424_layouts.xml
index 889a4bb..2708bc2 100644
--- a/src/changelog/2.0-beta4/LOG4J2-136_Allow_newlines_to_be_escaped_in_Syslog_and_RFC5424_layouts.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-136_Allow_newlines_to_be_escaped_in_Syslog_and_RFC5424_layouts.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-136" link="https://issues.apache.org/jira/browse/LOG4J2-136"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-137_Fix_hang_in_Dumbster_SMTP_test_server.xml b/src/changelog/2.0-beta4/LOG4J2-137_Fix_hang_in_Dumbster_SMTP_test_server.xml
index 3e1ebfe..a451eca 100644
--- a/src/changelog/2.0-beta4/LOG4J2-137_Fix_hang_in_Dumbster_SMTP_test_server.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-137_Fix_hang_in_Dumbster_SMTP_test_server.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-137" link="https://issues.apache.org/jira/browse/LOG4J2-137"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-139_Fix_null_pointer_exception_in_SocketAppender_if_no_protocol.xml b/src/changelog/2.0-beta4/LOG4J2-139_Fix_null_pointer_exception_in_SocketAppender_if_no_protocol.xml
index 56690f5..1ae28b9 100644
--- a/src/changelog/2.0-beta4/LOG4J2-139_Fix_null_pointer_exception_in_SocketAppender_if_no_protocol.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-139_Fix_null_pointer_exception_in_SocketAppender_if_no_protocol.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-139" link="https://issues.apache.org/jira/browse/LOG4J2-139"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-140_Typo_in_documentation_of_SocketAppender.xml b/src/changelog/2.0-beta4/LOG4J2-140_Typo_in_documentation_of_SocketAppender.xml
index 265e765..f0c3c73 100644
--- a/src/changelog/2.0-beta4/LOG4J2-140_Typo_in_documentation_of_SocketAppender.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-140_Typo_in_documentation_of_SocketAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-140" link="https://issues.apache.org/jira/browse/LOG4J2-140"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-142_Serialized_LogEvents_were_not_reset_in_the_output_stream_cau.xml b/src/changelog/2.0-beta4/LOG4J2-142_Serialized_LogEvents_were_not_reset_in_the_output_stream_cau.xml
index 878c139..15d731b 100644
--- a/src/changelog/2.0-beta4/LOG4J2-142_Serialized_LogEvents_were_not_reset_in_the_output_stream_cau.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-142_Serialized_LogEvents_were_not_reset_in_the_output_stream_cau.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-142" link="https://issues.apache.org/jira/browse/LOG4J2-142"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-143_MessagePatternConverter_now_returns_null_if_the_log_messag.xml b/src/changelog/2.0-beta4/LOG4J2-143_MessagePatternConverter_now_returns_null_if_the_log_messag.xml
index 8418338..07ef4cc 100644
--- a/src/changelog/2.0-beta4/LOG4J2-143_MessagePatternConverter_now_returns_null_if_the_log_messag.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-143_MessagePatternConverter_now_returns_null_if_the_log_messag.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-143" link="https://issues.apache.org/jira/browse/LOG4J2-143"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-144_NullPointerException_in_RFC5424Layout.xml b/src/changelog/2.0-beta4/LOG4J2-144_NullPointerException_in_RFC5424Layout.xml
index dceee91..267d78c 100644
--- a/src/changelog/2.0-beta4/LOG4J2-144_NullPointerException_in_RFC5424Layout.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-144_NullPointerException_in_RFC5424Layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-144" link="https://issues.apache.org/jira/browse/LOG4J2-144"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-145_Add_missing_serial_version_IDs.xml b/src/changelog/2.0-beta4/LOG4J2-145_Add_missing_serial_version_IDs.xml
index 2d464b7..a29045f 100644
--- a/src/changelog/2.0-beta4/LOG4J2-145_Add_missing_serial_version_IDs.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-145_Add_missing_serial_version_IDs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-145" link="https://issues.apache.org/jira/browse/LOG4J2-145"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-147_ThreadContextMapFilter_was_matching_on_the_key_instead_of_th.xml b/src/changelog/2.0-beta4/LOG4J2-147_ThreadContextMapFilter_was_matching_on_the_key_instead_of_th.xml
index e79d969..f907b30 100644
--- a/src/changelog/2.0-beta4/LOG4J2-147_ThreadContextMapFilter_was_matching_on_the_key_instead_of_th.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-147_ThreadContextMapFilter_was_matching_on_the_key_instead_of_th.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-147" link="https://issues.apache.org/jira/browse/LOG4J2-147"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-149_SMTPAppender_will_only_cache_filtered_events.xml b/src/changelog/2.0-beta4/LOG4J2-149_SMTPAppender_will_only_cache_filtered_events.xml
index 59e6ed4..b1b9f06 100644
--- a/src/changelog/2.0-beta4/LOG4J2-149_SMTPAppender_will_only_cache_filtered_events.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-149_SMTPAppender_will_only_cache_filtered_events.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-149" link="https://issues.apache.org/jira/browse/LOG4J2-149"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-150_Convert_all_System_getProperty_calls_to_use_PropertiesUtil_t.xml b/src/changelog/2.0-beta4/LOG4J2-150_Convert_all_System_getProperty_calls_to_use_PropertiesUtil_t.xml
index a4b7a9b..265fc97 100644
--- a/src/changelog/2.0-beta4/LOG4J2-150_Convert_all_System_getProperty_calls_to_use_PropertiesUtil_t.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-150_Convert_all_System_getProperty_calls_to_use_PropertiesUtil_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-150" link="https://issues.apache.org/jira/browse/LOG4J2-150"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-152_RollingFileAppender_s_FileRenameAction_was_throwing_a_NullPo.xml b/src/changelog/2.0-beta4/LOG4J2-152_RollingFileAppender_s_FileRenameAction_was_throwing_a_NullPo.xml
index aee3f9d..523d228 100644
--- a/src/changelog/2.0-beta4/LOG4J2-152_RollingFileAppender_s_FileRenameAction_was_throwing_a_NullPo.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-152_RollingFileAppender_s_FileRenameAction_was_throwing_a_NullPo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-152" link="https://issues.apache.org/jira/browse/LOG4J2-152"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta4/LOG4J2-156_LocalizedMessageTest_fails_on_linux_system.xml b/src/changelog/2.0-beta4/LOG4J2-156_LocalizedMessageTest_fails_on_linux_system.xml
index 8415d3f..5052d74 100644
--- a/src/changelog/2.0-beta4/LOG4J2-156_LocalizedMessageTest_fails_on_linux_system.xml
+++ b/src/changelog/2.0-beta4/LOG4J2-156_LocalizedMessageTest_fails_on_linux_system.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-156" link="https://issues.apache.org/jira/browse/LOG4J2-156"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta5/.release.xml b/src/changelog/2.0-beta5/.release.xml
index 0c81de5..1625b97 100644
--- a/src/changelog/2.0-beta5/.release.xml
+++ b/src/changelog/2.0-beta5/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2013-04-20"
          version="2.0-beta5"/>
diff --git a/src/changelog/2.0-beta5/Added_FlumePersistentManager_which_writes_to_BerkeleyDB_and.xml b/src/changelog/2.0-beta5/Added_FlumePersistentManager_which_writes_to_BerkeleyDB_and.xml
index 192b0bd..42c7467 100644
--- a/src/changelog/2.0-beta5/Added_FlumePersistentManager_which_writes_to_BerkeleyDB_and.xml
+++ b/src/changelog/2.0-beta5/Added_FlumePersistentManager_which_writes_to_BerkeleyDB_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="rgoers"/>
   <description format="asciidoc">Added FlumePersistentManager which writes to BerkeleyDB and then writes to Flume asynchronously.</description>
diff --git a/src/changelog/2.0-beta5/LOG4J2-151_Allow_Logger_and_LoggerContext_to_be_subclassed.xml b/src/changelog/2.0-beta5/LOG4J2-151_Allow_Logger_and_LoggerContext_to_be_subclassed.xml
index 4a9b3a3..c800956 100644
--- a/src/changelog/2.0-beta5/LOG4J2-151_Allow_Logger_and_LoggerContext_to_be_subclassed.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-151_Allow_Logger_and_LoggerContext_to_be_subclassed.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-151" link="https://issues.apache.org/jira/browse/LOG4J2-151"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-153_Added_ability_to_include_or_exclude_location_information.xml b/src/changelog/2.0-beta5/LOG4J2-153_Added_ability_to_include_or_exclude_location_information.xml
index 510706a..c3ba4a7 100644
--- a/src/changelog/2.0-beta5/LOG4J2-153_Added_ability_to_include_or_exclude_location_information.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-153_Added_ability_to_include_or_exclude_location_information.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-153" link="https://issues.apache.org/jira/browse/LOG4J2-153"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-155_Expose_file_appender_configuration_details_via_an_advertisem.xml b/src/changelog/2.0-beta5/LOG4J2-155_Expose_file_appender_configuration_details_via_an_advertisem.xml
index 7683f77..4c4c7b0 100644
--- a/src/changelog/2.0-beta5/LOG4J2-155_Expose_file_appender_configuration_details_via_an_advertisem.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-155_Expose_file_appender_configuration_details_via_an_advertisem.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-155" link="https://issues.apache.org/jira/browse/LOG4J2-155"/>
   <author id="sdeboy"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-157_Allowed_Loggers_access_to_the_properties_in_the_LoggerConfig.xml b/src/changelog/2.0-beta5/LOG4J2-157_Allowed_Loggers_access_to_the_properties_in_the_LoggerConfig.xml
index 1179e11..0abe446 100644
--- a/src/changelog/2.0-beta5/LOG4J2-157_Allowed_Loggers_access_to_the_properties_in_the_LoggerConfig.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-157_Allowed_Loggers_access_to_the_properties_in_the_LoggerConfig.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-157" link="https://issues.apache.org/jira/browse/LOG4J2-157"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-158_Add_RFC_5424_compliant_escaping_rules_to_RFC5424Layout.xml b/src/changelog/2.0-beta5/LOG4J2-158_Add_RFC_5424_compliant_escaping_rules_to_RFC5424Layout.xml
index 32e1c5a..bed51d9 100644
--- a/src/changelog/2.0-beta5/LOG4J2-158_Add_RFC_5424_compliant_escaping_rules_to_RFC5424Layout.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-158_Add_RFC_5424_compliant_escaping_rules_to_RFC5424Layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-158" link="https://issues.apache.org/jira/browse/LOG4J2-158"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-159_Add_Fragment_Host_to_MANIFEST_MF_for_log4j_core.xml b/src/changelog/2.0-beta5/LOG4J2-159_Add_Fragment_Host_to_MANIFEST_MF_for_log4j_core.xml
index 1608312..3a7dca8 100644
--- a/src/changelog/2.0-beta5/LOG4J2-159_Add_Fragment_Host_to_MANIFEST_MF_for_log4j_core.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-159_Add_Fragment_Host_to_MANIFEST_MF_for_log4j_core.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-159" link="https://issues.apache.org/jira/browse/LOG4J2-159"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-160_Move_Throwable_pattern_converter_options_processing_to_Throw.xml b/src/changelog/2.0-beta5/LOG4J2-160_Move_Throwable_pattern_converter_options_processing_to_Throw.xml
index b94fd32..4eb6058 100644
--- a/src/changelog/2.0-beta5/LOG4J2-160_Move_Throwable_pattern_converter_options_processing_to_Throw.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-160_Move_Throwable_pattern_converter_options_processing_to_Throw.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-160" link="https://issues.apache.org/jira/browse/LOG4J2-160"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-161_Modify_ClassLoaderContextSelector_to_use_the_first_ClassLoad.xml b/src/changelog/2.0-beta5/LOG4J2-161_Modify_ClassLoaderContextSelector_to_use_the_first_ClassLoad.xml
index 83bd955..4fd6374 100644
--- a/src/changelog/2.0-beta5/LOG4J2-161_Modify_ClassLoaderContextSelector_to_use_the_first_ClassLoad.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-161_Modify_ClassLoaderContextSelector_to_use_the_first_ClassLoad.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-161" link="https://issues.apache.org/jira/browse/LOG4J2-161"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-163_Add_support_for_asynchronous_loggers.xml b/src/changelog/2.0-beta5/LOG4J2-163_Add_support_for_asynchronous_loggers.xml
index 5959307..6c467d4 100644
--- a/src/changelog/2.0-beta5/LOG4J2-163_Add_support_for_asynchronous_loggers.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-163_Add_support_for_asynchronous_loggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-163" link="https://issues.apache.org/jira/browse/LOG4J2-163"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-164_Add_methods_is_setEndOfBatch_to_LogEvent.xml b/src/changelog/2.0-beta5/LOG4J2-164_Add_methods_is_setEndOfBatch_to_LogEvent.xml
index 974cdb6..14f2b25 100644
--- a/src/changelog/2.0-beta5/LOG4J2-164_Add_methods_is_setEndOfBatch_to_LogEvent.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-164_Add_methods_is_setEndOfBatch_to_LogEvent.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-164" link="https://issues.apache.org/jira/browse/LOG4J2-164"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-167_Configurator_throws_a_ClassCastException_if_LogManager_retur.xml b/src/changelog/2.0-beta5/LOG4J2-167_Configurator_throws_a_ClassCastException_if_LogManager_retur.xml
index 1e71828..c89e608 100644
--- a/src/changelog/2.0-beta5/LOG4J2-167_Configurator_throws_a_ClassCastException_if_LogManager_retur.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-167_Configurator_throws_a_ClassCastException_if_LogManager_retur.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-167" link="https://issues.apache.org/jira/browse/LOG4J2-167"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-169_ConfigurationFactory_was_adding_factories_on_every_call.xml b/src/changelog/2.0-beta5/LOG4J2-169_ConfigurationFactory_was_adding_factories_on_every_call.xml
index d541df1..c08d5bd 100644
--- a/src/changelog/2.0-beta5/LOG4J2-169_ConfigurationFactory_was_adding_factories_on_every_call.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-169_ConfigurationFactory_was_adding_factories_on_every_call.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-169" link="https://issues.apache.org/jira/browse/LOG4J2-169"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-175_Plugin_cache_should_be_reset_when_addPackages_is_called.xml b/src/changelog/2.0-beta5/LOG4J2-175_Plugin_cache_should_be_reset_when_addPackages_is_called.xml
index e2fb461..1d522da 100644
--- a/src/changelog/2.0-beta5/LOG4J2-175_Plugin_cache_should_be_reset_when_addPackages_is_called.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-175_Plugin_cache_should_be_reset_when_addPackages_is_called.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-175" link="https://issues.apache.org/jira/browse/LOG4J2-175"/>
   <author id="sdeboy"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-176_Avoid_IllegalArgumentException_in_AsynchAppender.xml b/src/changelog/2.0-beta5/LOG4J2-176_Avoid_IllegalArgumentException_in_AsynchAppender.xml
index 0f0f581..317eb83 100644
--- a/src/changelog/2.0-beta5/LOG4J2-176_Avoid_IllegalArgumentException_in_AsynchAppender.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-176_Avoid_IllegalArgumentException_in_AsynchAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-176" link="https://issues.apache.org/jira/browse/LOG4J2-176"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-177_Fix_NullPointerException_in_DatagramOutputStream_when_flush.xml b/src/changelog/2.0-beta5/LOG4J2-177_Fix_NullPointerException_in_DatagramOutputStream_when_flush.xml
index 384602b..e48eb55 100644
--- a/src/changelog/2.0-beta5/LOG4J2-177_Fix_NullPointerException_in_DatagramOutputStream_when_flush.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-177_Fix_NullPointerException_in_DatagramOutputStream_when_flush.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-177" link="https://issues.apache.org/jira/browse/LOG4J2-177"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-179_Add_Logger_interface_APIs_to_log_at_given_levels.xml b/src/changelog/2.0-beta5/LOG4J2-179_Add_Logger_interface_APIs_to_log_at_given_levels.xml
index 3813aee..d7b7c28 100644
--- a/src/changelog/2.0-beta5/LOG4J2-179_Add_Logger_interface_APIs_to_log_at_given_levels.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-179_Add_Logger_interface_APIs_to_log_at_given_levels.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-179" link="https://issues.apache.org/jira/browse/LOG4J2-179"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-181_OutputStreamManager_now_adds_the_layout_header_whenever_the.xml b/src/changelog/2.0-beta5/LOG4J2-181_OutputStreamManager_now_adds_the_layout_header_whenever_the.xml
index a4a40e3..cce381a 100644
--- a/src/changelog/2.0-beta5/LOG4J2-181_OutputStreamManager_now_adds_the_layout_header_whenever_the.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-181_OutputStreamManager_now_adds_the_layout_header_whenever_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-181" link="https://issues.apache.org/jira/browse/LOG4J2-181"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-187_Add_tag_library.xml b/src/changelog/2.0-beta5/LOG4J2-187_Add_tag_library.xml
index 44b46c1..aba7e24 100644
--- a/src/changelog/2.0-beta5/LOG4J2-187_Add_tag_library.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-187_Add_tag_library.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-187" link="https://issues.apache.org/jira/browse/LOG4J2-187"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-188_AppenderRefs_on_AsynchAppender_didn_t_support_the_level_and.xml b/src/changelog/2.0-beta5/LOG4J2-188_AppenderRefs_on_AsynchAppender_didn_t_support_the_level_and.xml
index 340dfa1..e97bc88 100644
--- a/src/changelog/2.0-beta5/LOG4J2-188_AppenderRefs_on_AsynchAppender_didn_t_support_the_level_and.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-188_AppenderRefs_on_AsynchAppender_didn_t_support_the_level_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-188" link="https://issues.apache.org/jira/browse/LOG4J2-188"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-189_The_blocking_parameter_did_not_work_properly_on_AsynchAppend.xml b/src/changelog/2.0-beta5/LOG4J2-189_The_blocking_parameter_did_not_work_properly_on_AsynchAppend.xml
index bf7e388..3a79449 100644
--- a/src/changelog/2.0-beta5/LOG4J2-189_The_blocking_parameter_did_not_work_properly_on_AsynchAppend.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-189_The_blocking_parameter_did_not_work_properly_on_AsynchAppend.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-189" link="https://issues.apache.org/jira/browse/LOG4J2-189"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-190_BaseConfiguration_addLoggerAppender_saved_appender_using_the.xml b/src/changelog/2.0-beta5/LOG4J2-190_BaseConfiguration_addLoggerAppender_saved_appender_using_the.xml
index c71beff..a0d97c4 100644
--- a/src/changelog/2.0-beta5/LOG4J2-190_BaseConfiguration_addLoggerAppender_saved_appender_using_the.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-190_BaseConfiguration_addLoggerAppender_saved_appender_using_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-190" link="https://issues.apache.org/jira/browse/LOG4J2-190"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-193_RollingFastFileAppender_in_log4j_async_did_not_roll_over.xml b/src/changelog/2.0-beta5/LOG4J2-193_RollingFastFileAppender_in_log4j_async_did_not_roll_over.xml
index daa1732..a1ce8fb 100644
--- a/src/changelog/2.0-beta5/LOG4J2-193_RollingFastFileAppender_in_log4j_async_did_not_roll_over.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-193_RollingFastFileAppender_in_log4j_async_did_not_roll_over.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-193" link="https://issues.apache.org/jira/browse/LOG4J2-193"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-194_ThrowableFormatOptionsTest_failed_on_Windows_due_to_CR_LF_is.xml b/src/changelog/2.0-beta5/LOG4J2-194_ThrowableFormatOptionsTest_failed_on_Windows_due_to_CR_LF_is.xml
index 14b13d3..46a97e3 100644
--- a/src/changelog/2.0-beta5/LOG4J2-194_ThrowableFormatOptionsTest_failed_on_Windows_due_to_CR_LF_is.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-194_ThrowableFormatOptionsTest_failed_on_Windows_due_to_CR_LF_is.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-194" link="https://issues.apache.org/jira/browse/LOG4J2-194"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-195_Unit_tests_now_create_files_in_the_target_directory.xml b/src/changelog/2.0-beta5/LOG4J2-195_Unit_tests_now_create_files_in_the_target_directory.xml
index 1364eb6..2b82a93 100644
--- a/src/changelog/2.0-beta5/LOG4J2-195_Unit_tests_now_create_files_in_the_target_directory.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-195_Unit_tests_now_create_files_in_the_target_directory.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-195" link="https://issues.apache.org/jira/browse/LOG4J2-195"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-196_FlumeAvroManager_now_uses_Flume_RPCClient.xml b/src/changelog/2.0-beta5/LOG4J2-196_FlumeAvroManager_now_uses_Flume_RPCClient.xml
index 4e9180a..7288ee2 100644
--- a/src/changelog/2.0-beta5/LOG4J2-196_FlumeAvroManager_now_uses_Flume_RPCClient.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-196_FlumeAvroManager_now_uses_Flume_RPCClient.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-196" link="https://issues.apache.org/jira/browse/LOG4J2-196"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-198_FlumeAvroManager_now_uses_Flume_RPCClient.xml b/src/changelog/2.0-beta5/LOG4J2-198_FlumeAvroManager_now_uses_Flume_RPCClient.xml
index 5abb247..d99065e 100644
--- a/src/changelog/2.0-beta5/LOG4J2-198_FlumeAvroManager_now_uses_Flume_RPCClient.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-198_FlumeAvroManager_now_uses_Flume_RPCClient.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-198" link="https://issues.apache.org/jira/browse/LOG4J2-198"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-199_Highlight_subprojects_in_sub_navigation.xml b/src/changelog/2.0-beta5/LOG4J2-199_Highlight_subprojects_in_sub_navigation.xml
index 4e4ce25..bbb24f0 100644
--- a/src/changelog/2.0-beta5/LOG4J2-199_Highlight_subprojects_in_sub_navigation.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-199_Highlight_subprojects_in_sub_navigation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-199" link="https://issues.apache.org/jira/browse/LOG4J2-199"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-200_LoggerContext_method_renamed_to_removeFilter_from_removeFile.xml b/src/changelog/2.0-beta5/LOG4J2-200_LoggerContext_method_renamed_to_removeFilter_from_removeFile.xml
index 28b00e7..9cd0c7f 100644
--- a/src/changelog/2.0-beta5/LOG4J2-200_LoggerContext_method_renamed_to_removeFilter_from_removeFile.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-200_LoggerContext_method_renamed_to_removeFilter_from_removeFile.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-200" link="https://issues.apache.org/jira/browse/LOG4J2-200"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-205_Fix_deadlock_in_SocketAppender_Added_option_to_not_wait_for.xml b/src/changelog/2.0-beta5/LOG4J2-205_Fix_deadlock_in_SocketAppender_Added_option_to_not_wait_for.xml
index e40da04..76d4db9 100644
--- a/src/changelog/2.0-beta5/LOG4J2-205_Fix_deadlock_in_SocketAppender_Added_option_to_not_wait_for.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-205_Fix_deadlock_in_SocketAppender_Added_option_to_not_wait_for.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-205" link="https://issues.apache.org/jira/browse/LOG4J2-205"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-207_Add_JMX_support.xml b/src/changelog/2.0-beta5/LOG4J2-207_Add_JMX_support.xml
index 0f1e464..41fb646 100644
--- a/src/changelog/2.0-beta5/LOG4J2-207_Add_JMX_support.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-207_Add_JMX_support.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-207" link="https://issues.apache.org/jira/browse/LOG4J2-207"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-207_Use_the_Maven_group_ID_org_apache_logging_log4j_for_all_arti.xml b/src/changelog/2.0-beta5/LOG4J2-207_Use_the_Maven_group_ID_org_apache_logging_log4j_for_all_arti.xml
index 105412c..4aa66cf 100644
--- a/src/changelog/2.0-beta5/LOG4J2-207_Use_the_Maven_group_ID_org_apache_logging_log4j_for_all_arti.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-207_Use_the_Maven_group_ID_org_apache_logging_log4j_for_all_arti.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-207" link="https://issues.apache.org/jira/browse/LOG4J2-207"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-208_Move_async_subproject_into_core.xml b/src/changelog/2.0-beta5/LOG4J2-208_Move_async_subproject_into_core.xml
index 5acc774..6c77569 100644
--- a/src/changelog/2.0-beta5/LOG4J2-208_Move_async_subproject_into_core.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-208_Move_async_subproject_into_core.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-208" link="https://issues.apache.org/jira/browse/LOG4J2-208"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-210_MapMessage_was_not_enclosing_key_value_in_quotes_when_genera.xml b/src/changelog/2.0-beta5/LOG4J2-210_MapMessage_was_not_enclosing_key_value_in_quotes_when_genera.xml
index ff117ca..300dbb4 100644
--- a/src/changelog/2.0-beta5/LOG4J2-210_MapMessage_was_not_enclosing_key_value_in_quotes_when_genera.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-210_MapMessage_was_not_enclosing_key_value_in_quotes_when_genera.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-210" link="https://issues.apache.org/jira/browse/LOG4J2-210"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-211_Removing_extra_spaces_in_entry_and_exit_method_output.xml b/src/changelog/2.0-beta5/LOG4J2-211_Removing_extra_spaces_in_entry_and_exit_method_output.xml
index a4afcd7..01066b2 100644
--- a/src/changelog/2.0-beta5/LOG4J2-211_Removing_extra_spaces_in_entry_and_exit_method_output.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-211_Removing_extra_spaces_in_entry_and_exit_method_output.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-211" link="https://issues.apache.org/jira/browse/LOG4J2-211"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-212_Call_LoggerContext_stop_when_the_application_is_shutdown.xml b/src/changelog/2.0-beta5/LOG4J2-212_Call_LoggerContext_stop_when_the_application_is_shutdown.xml
index 4c31b23..275c6db 100644
--- a/src/changelog/2.0-beta5/LOG4J2-212_Call_LoggerContext_stop_when_the_application_is_shutdown.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-212_Call_LoggerContext_stop_when_the_application_is_shutdown.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-212" link="https://issues.apache.org/jira/browse/LOG4J2-212"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-212_Loggers_without_a_had_no_parent_logger.xml b/src/changelog/2.0-beta5/LOG4J2-212_Loggers_without_a_had_no_parent_logger.xml
index 70b37c9..661a50a 100644
--- a/src/changelog/2.0-beta5/LOG4J2-212_Loggers_without_a_had_no_parent_logger.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-212_Loggers_without_a_had_no_parent_logger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-212" link="https://issues.apache.org/jira/browse/LOG4J2-212"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta5/LOG4J2-214_Async_documentation_update.xml b/src/changelog/2.0-beta5/LOG4J2-214_Async_documentation_update.xml
index 47eea29..903d249 100644
--- a/src/changelog/2.0-beta5/LOG4J2-214_Async_documentation_update.xml
+++ b/src/changelog/2.0-beta5/LOG4J2-214_Async_documentation_update.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-214" link="https://issues.apache.org/jira/browse/LOG4J2-214"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/.release.xml b/src/changelog/2.0-beta6/.release.xml
index 7eecdcd..bdef977 100644
--- a/src/changelog/2.0-beta6/.release.xml
+++ b/src/changelog/2.0-beta6/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2013-05-05"
          version="2.0-beta6"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-159_Use_OSGi_version_format_in_Fragment_Host.xml b/src/changelog/2.0-beta6/LOG4J2-159_Use_OSGi_version_format_in_Fragment_Host.xml
index 56b0560..5441dab 100644
--- a/src/changelog/2.0-beta6/LOG4J2-159_Use_OSGi_version_format_in_Fragment_Host.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-159_Use_OSGi_version_format_in_Fragment_Host.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-159" link="https://issues.apache.org/jira/browse/LOG4J2-159"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-192_Add_support_for_interpolating_Environment_variables_when_pro.xml b/src/changelog/2.0-beta6/LOG4J2-192_Add_support_for_interpolating_Environment_variables_when_pro.xml
index 3e077ca..9f6bf37 100644
--- a/src/changelog/2.0-beta6/LOG4J2-192_Add_support_for_interpolating_Environment_variables_when_pro.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-192_Add_support_for_interpolating_Environment_variables_when_pro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-192" link="https://issues.apache.org/jira/browse/LOG4J2-192"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-201_Renamed_Plugin_annotation_attribute_from_type_to_category.xml b/src/changelog/2.0-beta6/LOG4J2-201_Renamed_Plugin_annotation_attribute_from_type_to_category.xml
index e4328de..ead3f5b 100644
--- a/src/changelog/2.0-beta6/LOG4J2-201_Renamed_Plugin_annotation_attribute_from_type_to_category.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-201_Renamed_Plugin_annotation_attribute_from_type_to_category.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-201" link="https://issues.apache.org/jira/browse/LOG4J2-201"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-215_Various_small_documentation_fixes.xml b/src/changelog/2.0-beta6/LOG4J2-215_Various_small_documentation_fixes.xml
index 0c31e98..2100243 100644
--- a/src/changelog/2.0-beta6/LOG4J2-215_Various_small_documentation_fixes.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-215_Various_small_documentation_fixes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-215" link="https://issues.apache.org/jira/browse/LOG4J2-215"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-217_Ensure_PluginManager_streams_are_always_closed.xml b/src/changelog/2.0-beta6/LOG4J2-217_Ensure_PluginManager_streams_are_always_closed.xml
index f9865f1..859e77c 100644
--- a/src/changelog/2.0-beta6/LOG4J2-217_Ensure_PluginManager_streams_are_always_closed.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-217_Ensure_PluginManager_streams_are_always_closed.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-217" link="https://issues.apache.org/jira/browse/LOG4J2-217"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-219_Fix_install_default_root_logger_if_not_configured_this_is.xml b/src/changelog/2.0-beta6/LOG4J2-219_Fix_install_default_root_logger_if_not_configured_this_is.xml
index 133656b..cdd796b 100644
--- a/src/changelog/2.0-beta6/LOG4J2-219_Fix_install_default_root_logger_if_not_configured_this_is.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-219_Fix_install_default_root_logger_if_not_configured_this_is.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-219" link="https://issues.apache.org/jira/browse/LOG4J2-219"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-221_Remove_hundreds_of_compiler_warnings.xml b/src/changelog/2.0-beta6/LOG4J2-221_Remove_hundreds_of_compiler_warnings.xml
index 904087b..bed60bf 100644
--- a/src/changelog/2.0-beta6/LOG4J2-221_Remove_hundreds_of_compiler_warnings.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-221_Remove_hundreds_of_compiler_warnings.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-221" link="https://issues.apache.org/jira/browse/LOG4J2-221"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-222_Disruptor_will_now_shut_down_during_Tomcat_shutdown.xml b/src/changelog/2.0-beta6/LOG4J2-222_Disruptor_will_now_shut_down_during_Tomcat_shutdown.xml
index f99d52f..bf7c16f 100644
--- a/src/changelog/2.0-beta6/LOG4J2-222_Disruptor_will_now_shut_down_during_Tomcat_shutdown.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-222_Disruptor_will_now_shut_down_during_Tomcat_shutdown.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-222" link="https://issues.apache.org/jira/browse/LOG4J2-222"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-223_Fix_LoggerContext_start_and_stop_to_eliminate_IllegalStateEx.xml b/src/changelog/2.0-beta6/LOG4J2-223_Fix_LoggerContext_start_and_stop_to_eliminate_IllegalStateEx.xml
index 3cd3442..4413522 100644
--- a/src/changelog/2.0-beta6/LOG4J2-223_Fix_LoggerContext_start_and_stop_to_eliminate_IllegalStateEx.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-223_Fix_LoggerContext_start_and_stop_to_eliminate_IllegalStateEx.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-223" link="https://issues.apache.org/jira/browse/LOG4J2-223"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-224_The_FlumeAppender_failed_to_start_if_the_Flume_RPCClient_cou.xml b/src/changelog/2.0-beta6/LOG4J2-224_The_FlumeAppender_failed_to_start_if_the_Flume_RPCClient_cou.xml
index ef81f90..065fdfa 100644
--- a/src/changelog/2.0-beta6/LOG4J2-224_The_FlumeAppender_failed_to_start_if_the_Flume_RPCClient_cou.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-224_The_FlumeAppender_failed_to_start_if_the_Flume_RPCClient_cou.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-224" link="https://issues.apache.org/jira/browse/LOG4J2-224"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-225_Documentation_updates_to_clarify_use_and_impact_of_location.xml b/src/changelog/2.0-beta6/LOG4J2-225_Documentation_updates_to_clarify_use_and_impact_of_location.xml
index 750c783..3e925a7 100644
--- a/src/changelog/2.0-beta6/LOG4J2-225_Documentation_updates_to_clarify_use_and_impact_of_location.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-225_Documentation_updates_to_clarify_use_and_impact_of_location.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-225" link="https://issues.apache.org/jira/browse/LOG4J2-225"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-230_Improved_error_reporting_when_misconfigured.xml b/src/changelog/2.0-beta6/LOG4J2-230_Improved_error_reporting_when_misconfigured.xml
index 7654388..7eab38d 100644
--- a/src/changelog/2.0-beta6/LOG4J2-230_Improved_error_reporting_when_misconfigured.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-230_Improved_error_reporting_when_misconfigured.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-230" link="https://issues.apache.org/jira/browse/LOG4J2-230"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-231_Logger_getParent_was_not_returning_the_correct_Logger.xml b/src/changelog/2.0-beta6/LOG4J2-231_Logger_getParent_was_not_returning_the_correct_Logger.xml
index 2ab14d1..bd7422e 100644
--- a/src/changelog/2.0-beta6/LOG4J2-231_Logger_getParent_was_not_returning_the_correct_Logger.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-231_Logger_getParent_was_not_returning_the_correct_Logger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-231" link="https://issues.apache.org/jira/browse/LOG4J2-231"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-233_Fixed_link_to_log4j_user_mailing_list.xml b/src/changelog/2.0-beta6/LOG4J2-233_Fixed_link_to_log4j_user_mailing_list.xml
index 39a6942..fab9faf 100644
--- a/src/changelog/2.0-beta6/LOG4J2-233_Fixed_link_to_log4j_user_mailing_list.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-233_Fixed_link_to_log4j_user_mailing_list.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-233" link="https://issues.apache.org/jira/browse/LOG4J2-233"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-234_RegexFilter_threw_a_NullPointerException_when_used_as_a_cont.xml b/src/changelog/2.0-beta6/LOG4J2-234_RegexFilter_threw_a_NullPointerException_when_used_as_a_cont.xml
index 244911b..68b94d2 100644
--- a/src/changelog/2.0-beta6/LOG4J2-234_RegexFilter_threw_a_NullPointerException_when_used_as_a_cont.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-234_RegexFilter_threw_a_NullPointerException_when_used_as_a_cont.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-234" link="https://issues.apache.org/jira/browse/LOG4J2-234"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-235_Removed_dependency_on_tools_jar_from_core_module_made_jcons.xml b/src/changelog/2.0-beta6/LOG4J2-235_Removed_dependency_on_tools_jar_from_core_module_made_jcons.xml
index ebfbe10..3b255a3 100644
--- a/src/changelog/2.0-beta6/LOG4J2-235_Removed_dependency_on_tools_jar_from_core_module_made_jcons.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-235_Removed_dependency_on_tools_jar_from_core_module_made_jcons.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-235" link="https://issues.apache.org/jira/browse/LOG4J2-235"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/LOG4J2-237_Moved_JMX_Client_GUI_classes_into_separate_jmx_gui_submodule.xml b/src/changelog/2.0-beta6/LOG4J2-237_Moved_JMX_Client_GUI_classes_into_separate_jmx_gui_submodule.xml
index 8efd8be..614d514 100644
--- a/src/changelog/2.0-beta6/LOG4J2-237_Moved_JMX_Client_GUI_classes_into_separate_jmx_gui_submodule.xml
+++ b/src/changelog/2.0-beta6/LOG4J2-237_Moved_JMX_Client_GUI_classes_into_separate_jmx_gui_submodule.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-237" link="https://issues.apache.org/jira/browse/LOG4J2-237"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta6/Moved_Clock_interface_to_package_org_apache_logging_log4j_co.xml b/src/changelog/2.0-beta6/Moved_Clock_interface_to_package_org_apache_logging_log4j_co.xml
index 1b75938..ceef37a 100644
--- a/src/changelog/2.0-beta6/Moved_Clock_interface_to_package_org_apache_logging_log4j_co.xml
+++ b/src/changelog/2.0-beta6/Moved_Clock_interface_to_package_org_apache_logging_log4j_co.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rpopma"/>
   <description format="asciidoc">Moved Clock interface to package org.apache.logging.log4j.core.helpers.</description>
diff --git a/src/changelog/2.0-beta6/Removed_CheckStyle_false_positives_for_NewlineAtEndOfFile_an.xml b/src/changelog/2.0-beta6/Removed_CheckStyle_false_positives_for_NewlineAtEndOfFile_an.xml
index 527d1cf..6807286 100644
--- a/src/changelog/2.0-beta6/Removed_CheckStyle_false_positives_for_NewlineAtEndOfFile_an.xml
+++ b/src/changelog/2.0-beta6/Removed_CheckStyle_false_positives_for_NewlineAtEndOfFile_an.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rpopma"/>
   <description format="asciidoc">Removed CheckStyle false positives for NewlineAtEndOfFile and whitespace following '*' at end of line in javadoc.</description>
diff --git a/src/changelog/2.0-beta6/Renamed_AsynchAppender_to_AsyncAppender_Plugin_name_became.xml b/src/changelog/2.0-beta6/Renamed_AsynchAppender_to_AsyncAppender_Plugin_name_became.xml
index 8a4788a..119f1d7 100644
--- a/src/changelog/2.0-beta6/Renamed_AsynchAppender_to_AsyncAppender_Plugin_name_became.xml
+++ b/src/changelog/2.0-beta6/Renamed_AsynchAppender_to_AsyncAppender_Plugin_name_became.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rpopma"/>
   <description format="asciidoc">Renamed AsynchAppender to AsyncAppender. Plugin name became Async (was Asynch).</description>
diff --git a/src/changelog/2.0-beta7/.release.xml b/src/changelog/2.0-beta7/.release.xml
index e1e4761..d00f676 100644
--- a/src/changelog/2.0-beta7/.release.xml
+++ b/src/changelog/2.0-beta7/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2013-06-01"
          version="2.0-beta7"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-10_Break_up_core_into_multiple_osgi_jars.xml b/src/changelog/2.0-beta7/LOG4J2-10_Break_up_core_into_multiple_osgi_jars.xml
index 635c055..4e2b464 100644
--- a/src/changelog/2.0-beta7/LOG4J2-10_Break_up_core_into_multiple_osgi_jars.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-10_Break_up_core_into_multiple_osgi_jars.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-10" link="https://issues.apache.org/jira/browse/LOG4J2-10"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-154_Improve_ThreadContext_performance_with_copy_on_write_map_and.xml b/src/changelog/2.0-beta7/LOG4J2-154_Improve_ThreadContext_performance_with_copy_on_write_map_and.xml
index 98660d5..0e11989 100644
--- a/src/changelog/2.0-beta7/LOG4J2-154_Improve_ThreadContext_performance_with_copy_on_write_map_and.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-154_Improve_ThreadContext_performance_with_copy_on_write_map_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-154" link="https://issues.apache.org/jira/browse/LOG4J2-154"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-223_Remove_LoggerContext_when_LoggerContext_is_stopped.xml b/src/changelog/2.0-beta7/LOG4J2-223_Remove_LoggerContext_when_LoggerContext_is_stopped.xml
index a5eecff..ad0f475 100644
--- a/src/changelog/2.0-beta7/LOG4J2-223_Remove_LoggerContext_when_LoggerContext_is_stopped.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-223_Remove_LoggerContext_when_LoggerContext_is_stopped.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-223" link="https://issues.apache.org/jira/browse/LOG4J2-223"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-228_UDP_now_sends_one_event_per_packet.xml b/src/changelog/2.0-beta7/LOG4J2-228_UDP_now_sends_one_event_per_packet.xml
index fbd975c..4f30e66 100644
--- a/src/changelog/2.0-beta7/LOG4J2-228_UDP_now_sends_one_event_per_packet.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-228_UDP_now_sends_one_event_per_packet.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-228" link="https://issues.apache.org/jira/browse/LOG4J2-228"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-229_New_JDBC_JPA_and_NoSQL_database_Appenders.xml b/src/changelog/2.0-beta7/LOG4J2-229_New_JDBC_JPA_and_NoSQL_database_Appenders.xml
index a6bd69b..7ef80df 100644
--- a/src/changelog/2.0-beta7/LOG4J2-229_New_JDBC_JPA_and_NoSQL_database_Appenders.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-229_New_JDBC_JPA_and_NoSQL_database_Appenders.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-229" link="https://issues.apache.org/jira/browse/LOG4J2-229"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-242_StringFormattedMessage_and_MessageFormatMessage_now_will_acc.xml b/src/changelog/2.0-beta7/LOG4J2-242_StringFormattedMessage_and_MessageFormatMessage_now_will_acc.xml
index f283972..c1c1b62 100644
--- a/src/changelog/2.0-beta7/LOG4J2-242_StringFormattedMessage_and_MessageFormatMessage_now_will_acc.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-242_StringFormattedMessage_and_MessageFormatMessage_now_will_acc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-242" link="https://issues.apache.org/jira/browse/LOG4J2-242"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-243_Allow_custom_LogEventFactories.xml b/src/changelog/2.0-beta7/LOG4J2-243_Allow_custom_LogEventFactories.xml
index 3d80446..ec96c69 100644
--- a/src/changelog/2.0-beta7/LOG4J2-243_Allow_custom_LogEventFactories.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-243_Allow_custom_LogEventFactories.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-243" link="https://issues.apache.org/jira/browse/LOG4J2-243"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-244_Rewrite_Appender_was_ignoring_filters_on_referenced_appender.xml b/src/changelog/2.0-beta7/LOG4J2-244_Rewrite_Appender_was_ignoring_filters_on_referenced_appender.xml
index e756c25..1369e92 100644
--- a/src/changelog/2.0-beta7/LOG4J2-244_Rewrite_Appender_was_ignoring_filters_on_referenced_appender.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-244_Rewrite_Appender_was_ignoring_filters_on_referenced_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-244" link="https://issues.apache.org/jira/browse/LOG4J2-244"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-245_Avoid_EmptyStack_exception_if_getCallerClass_and_SecurityMan.xml b/src/changelog/2.0-beta7/LOG4J2-245_Avoid_EmptyStack_exception_if_getCallerClass_and_SecurityMan.xml
index 422f00c..9fe7fc8 100644
--- a/src/changelog/2.0-beta7/LOG4J2-245_Avoid_EmptyStack_exception_if_getCallerClass_and_SecurityMan.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-245_Avoid_EmptyStack_exception_if_getCallerClass_and_SecurityMan.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-245" link="https://issues.apache.org/jira/browse/LOG4J2-245"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-246_Data_buffer_is_reset_in_finally_clause.xml b/src/changelog/2.0-beta7/LOG4J2-246_Data_buffer_is_reset_in_finally_clause.xml
index db9cc2e..084ae9d 100644
--- a/src/changelog/2.0-beta7/LOG4J2-246_Data_buffer_is_reset_in_finally_clause.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-246_Data_buffer_is_reset_in_finally_clause.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-246" link="https://issues.apache.org/jira/browse/LOG4J2-246"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-247_SocketServer_isActive_should_be_volatile_because_it_is_acces.xml b/src/changelog/2.0-beta7/LOG4J2-247_SocketServer_isActive_should_be_volatile_because_it_is_acces.xml
index 01077d7..266cc7b 100644
--- a/src/changelog/2.0-beta7/LOG4J2-247_SocketServer_isActive_should_be_volatile_because_it_is_acces.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-247_SocketServer_isActive_should_be_volatile_because_it_is_acces.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-247" link="https://issues.apache.org/jira/browse/LOG4J2-247"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-249_Allow_context_parameters_in_Log4jContextListener_to_include.xml b/src/changelog/2.0-beta7/LOG4J2-249_Allow_context_parameters_in_Log4jContextListener_to_include.xml
index 8d7a918..c66bc24 100644
--- a/src/changelog/2.0-beta7/LOG4J2-249_Allow_context_parameters_in_Log4jContextListener_to_include.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-249_Allow_context_parameters_in_Log4jContextListener_to_include.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-249" link="https://issues.apache.org/jira/browse/LOG4J2-249"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-251_Provide_configuration_information_location_content_type_c.xml b/src/changelog/2.0-beta7/LOG4J2-251_Provide_configuration_information_location_content_type_c.xml
index 2ebcb83..70ea603 100644
--- a/src/changelog/2.0-beta7/LOG4J2-251_Provide_configuration_information_location_content_type_c.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-251_Provide_configuration_information_location_content_type_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-251" link="https://issues.apache.org/jira/browse/LOG4J2-251"/>
   <author id="sdeboy"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-254_Mark_OutputStream_in_OutputStreamManager_as_volatile_Mark_h.xml b/src/changelog/2.0-beta7/LOG4J2-254_Mark_OutputStream_in_OutputStreamManager_as_volatile_Mark_h.xml
index dd94a48..a46d441 100644
--- a/src/changelog/2.0-beta7/LOG4J2-254_Mark_OutputStream_in_OutputStreamManager_as_volatile_Mark_h.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-254_Mark_OutputStream_in_OutputStreamManager_as_volatile_Mark_h.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-254" link="https://issues.apache.org/jira/browse/LOG4J2-254"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-255_Multi_byte_character_strings_are_now_assumed_to_be_in_the_pl.xml b/src/changelog/2.0-beta7/LOG4J2-255_Multi_byte_character_strings_are_now_assumed_to_be_in_the_pl.xml
index 7a864a5..c620968 100644
--- a/src/changelog/2.0-beta7/LOG4J2-255_Multi_byte_character_strings_are_now_assumed_to_be_in_the_pl.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-255_Multi_byte_character_strings_are_now_assumed_to_be_in_the_pl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-255" link="https://issues.apache.org/jira/browse/LOG4J2-255"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-257_XML_layout_ignores_charset_for_the_XML_processing_instructio.xml b/src/changelog/2.0-beta7/LOG4J2-257_XML_layout_ignores_charset_for_the_XML_processing_instructio.xml
index 906e224..9676fec 100644
--- a/src/changelog/2.0-beta7/LOG4J2-257_XML_layout_ignores_charset_for_the_XML_processing_instructio.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-257_XML_layout_ignores_charset_for_the_XML_processing_instructio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-257" link="https://issues.apache.org/jira/browse/LOG4J2-257"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-258_HTML_layout_does_not_output_meta_element_for_charset.xml b/src/changelog/2.0-beta7/LOG4J2-258_HTML_layout_does_not_output_meta_element_for_charset.xml
index cb128a9..5dda75b 100644
--- a/src/changelog/2.0-beta7/LOG4J2-258_HTML_layout_does_not_output_meta_element_for_charset.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-258_HTML_layout_does_not_output_meta_element_for_charset.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-258" link="https://issues.apache.org/jira/browse/LOG4J2-258"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-259_HTML_layout_does_not_specify_charset_in_content_type.xml b/src/changelog/2.0-beta7/LOG4J2-259_HTML_layout_does_not_specify_charset_in_content_type.xml
index 6dc699b..02bb06f 100644
--- a/src/changelog/2.0-beta7/LOG4J2-259_HTML_layout_does_not_specify_charset_in_content_type.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-259_HTML_layout_does_not_specify_charset_in_content_type.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-259" link="https://issues.apache.org/jira/browse/LOG4J2-259"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-260_XML_layout_does_not_specify_charset_in_content_type.xml b/src/changelog/2.0-beta7/LOG4J2-260_XML_layout_does_not_specify_charset_in_content_type.xml
index b48b7d0..698298d 100644
--- a/src/changelog/2.0-beta7/LOG4J2-260_XML_layout_does_not_specify_charset_in_content_type.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-260_XML_layout_does_not_specify_charset_in_content_type.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-260" link="https://issues.apache.org/jira/browse/LOG4J2-260"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-261_Add_missing_not_to_error_message.xml b/src/changelog/2.0-beta7/LOG4J2-261_Add_missing_not_to_error_message.xml
index d4be180..6ff10fa 100644
--- a/src/changelog/2.0-beta7/LOG4J2-261_Add_missing_not_to_error_message.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-261_Add_missing_not_to_error_message.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-261" link="https://issues.apache.org/jira/browse/LOG4J2-261"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-262_Add_support_for_interceptors_in_the_embedded_Flume_Appender.xml b/src/changelog/2.0-beta7/LOG4J2-262_Add_support_for_interceptors_in_the_embedded_Flume_Appender.xml
index 78628f2..b784659 100644
--- a/src/changelog/2.0-beta7/LOG4J2-262_Add_support_for_interceptors_in_the_embedded_Flume_Appender.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-262_Add_support_for_interceptors_in_the_embedded_Flume_Appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-262" link="https://issues.apache.org/jira/browse/LOG4J2-262"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-263_Do_not_allow_a_charset_on_RFC5424Layout_use_UTF_8.xml b/src/changelog/2.0-beta7/LOG4J2-263_Do_not_allow_a_charset_on_RFC5424Layout_use_UTF_8.xml
index 9ff0139..8d591e8 100644
--- a/src/changelog/2.0-beta7/LOG4J2-263_Do_not_allow_a_charset_on_RFC5424Layout_use_UTF_8.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-263_Do_not_allow_a_charset_on_RFC5424Layout_use_UTF_8.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-263" link="https://issues.apache.org/jira/browse/LOG4J2-263"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-268_Add_guid_to_FlumeEvent_headers_for_non_Map_Messages.xml b/src/changelog/2.0-beta7/LOG4J2-268_Add_guid_to_FlumeEvent_headers_for_non_Map_Messages.xml
index f81f6cc..47a9971 100644
--- a/src/changelog/2.0-beta7/LOG4J2-268_Add_guid_to_FlumeEvent_headers_for_non_Map_Messages.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-268_Add_guid_to_FlumeEvent_headers_for_non_Map_Messages.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-268" link="https://issues.apache.org/jira/browse/LOG4J2-268"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/LOG4J2-269_Use_transaction_when_batch_size_is_1.xml b/src/changelog/2.0-beta7/LOG4J2-269_Use_transaction_when_batch_size_is_1.xml
index 3bf3c54..f71f493 100644
--- a/src/changelog/2.0-beta7/LOG4J2-269_Use_transaction_when_batch_size_is_1.xml
+++ b/src/changelog/2.0-beta7/LOG4J2-269_Use_transaction_when_batch_size_is_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-269" link="https://issues.apache.org/jira/browse/LOG4J2-269"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta7/Method_name_changes_in_interface_org_apache_logging_log4j_sp.xml b/src/changelog/2.0-beta7/Method_name_changes_in_interface_org_apache_logging_log4j_sp.xml
index ddf5334..9fc5992 100644
--- a/src/changelog/2.0-beta7/Method_name_changes_in_interface_org_apache_logging_log4j_sp.xml
+++ b/src/changelog/2.0-beta7/Method_name_changes_in_interface_org_apache_logging_log4j_sp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rpopma"/>
   <description format="asciidoc">Method name changes in interface org.apache.logging.log4j.spi.ThreadContextMap:
diff --git a/src/changelog/2.0-beta8/.release.xml b/src/changelog/2.0-beta8/.release.xml
index b9bcc32..efea9bd 100644
--- a/src/changelog/2.0-beta8/.release.xml
+++ b/src/changelog/2.0-beta8/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2013-07-10"
          version="2.0-beta8"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-139_Fix_NullPointerException_regression_due_to_fix_for_LOG4J2_2.xml b/src/changelog/2.0-beta8/LOG4J2-139_Fix_NullPointerException_regression_due_to_fix_for_LOG4J2_2.xml
index 510d44c..4dd5a13 100644
--- a/src/changelog/2.0-beta8/LOG4J2-139_Fix_NullPointerException_regression_due_to_fix_for_LOG4J2_2.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-139_Fix_NullPointerException_regression_due_to_fix_for_LOG4J2_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-139" link="https://issues.apache.org/jira/browse/LOG4J2-139"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-168_Include_arbitrary_message_fields_in_RFC_5424_structured_data.xml b/src/changelog/2.0-beta8/LOG4J2-168_Include_arbitrary_message_fields_in_RFC_5424_structured_data.xml
index e236160..e5087ba 100644
--- a/src/changelog/2.0-beta8/LOG4J2-168_Include_arbitrary_message_fields_in_RFC_5424_structured_data.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-168_Include_arbitrary_message_fields_in_RFC_5424_structured_data.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-168" link="https://issues.apache.org/jira/browse/LOG4J2-168"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-267_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml b/src/changelog/2.0-beta8/LOG4J2-267_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml
index 6fd43df..37a0b6c 100644
--- a/src/changelog/2.0-beta8/LOG4J2-267_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-267_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-267" link="https://issues.apache.org/jira/browse/LOG4J2-267"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-270_Improved_logging_initialization_in_Servlet_containers_espec.xml b/src/changelog/2.0-beta8/LOG4J2-270_Improved_logging_initialization_in_Servlet_containers_espec.xml
index 488f5a4..126339b 100644
--- a/src/changelog/2.0-beta8/LOG4J2-270_Improved_logging_initialization_in_Servlet_containers_espec.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-270_Improved_logging_initialization_in_Servlet_containers_espec.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-270" link="https://issues.apache.org/jira/browse/LOG4J2-270"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-271_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml b/src/changelog/2.0-beta8/LOG4J2-271_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml
index a17f7c9..ba9b685 100644
--- a/src/changelog/2.0-beta8/LOG4J2-271_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-271_FastRollingFileAppender_with_TimeBasedTriggeringPolicy_now_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-271" link="https://issues.apache.org/jira/browse/LOG4J2-271"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-273_Wasted_work_in_XMLLayout_toSerializable.xml b/src/changelog/2.0-beta8/LOG4J2-273_Wasted_work_in_XMLLayout_toSerializable.xml
index c5e8b14..83e9ab7 100644
--- a/src/changelog/2.0-beta8/LOG4J2-273_Wasted_work_in_XMLLayout_toSerializable.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-273_Wasted_work_in_XMLLayout_toSerializable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-273" link="https://issues.apache.org/jira/browse/LOG4J2-273"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-274_Wasted_work_in_UUIDUtil_initialization.xml b/src/changelog/2.0-beta8/LOG4J2-274_Wasted_work_in_UUIDUtil_initialization.xml
index 4b84ed8..2b8ec77 100644
--- a/src/changelog/2.0-beta8/LOG4J2-274_Wasted_work_in_UUIDUtil_initialization.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-274_Wasted_work_in_UUIDUtil_initialization.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-274" link="https://issues.apache.org/jira/browse/LOG4J2-274"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-275_FlumeAvroManager_fails_to_notify_client_of_failing_event_if.xml b/src/changelog/2.0-beta8/LOG4J2-275_FlumeAvroManager_fails_to_notify_client_of_failing_event_if.xml
index d4f8aa0..12836ce 100644
--- a/src/changelog/2.0-beta8/LOG4J2-275_FlumeAvroManager_fails_to_notify_client_of_failing_event_if.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-275_FlumeAvroManager_fails_to_notify_client_of_failing_event_if.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-275" link="https://issues.apache.org/jira/browse/LOG4J2-275"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-277_Wasted_work_in_RollingAppenderSizeTest_testAppender_and_ot.xml b/src/changelog/2.0-beta8/LOG4J2-277_Wasted_work_in_RollingAppenderSizeTest_testAppender_and_ot.xml
index 3533cd2..7a71b1c 100644
--- a/src/changelog/2.0-beta8/LOG4J2-277_Wasted_work_in_RollingAppenderSizeTest_testAppender_and_ot.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-277_Wasted_work_in_RollingAppenderSizeTest_testAppender_and_ot.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-277" link="https://issues.apache.org/jira/browse/LOG4J2-277"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-278_Filter_calls_from_Avro_or_Flume_to_be_ignored_by_the_FlumeAp.xml b/src/changelog/2.0-beta8/LOG4J2-278_Filter_calls_from_Avro_or_Flume_to_be_ignored_by_the_FlumeAp.xml
index 5f28689..2cfe0b0 100644
--- a/src/changelog/2.0-beta8/LOG4J2-278_Filter_calls_from_Avro_or_Flume_to_be_ignored_by_the_FlumeAp.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-278_Filter_calls_from_Avro_or_Flume_to_be_ignored_by_the_FlumeAp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-278" link="https://issues.apache.org/jira/browse/LOG4J2-278"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-279_FlumePersistentManager_now_calls_Berkeley_DB_from_threads_to.xml b/src/changelog/2.0-beta8/LOG4J2-279_FlumePersistentManager_now_calls_Berkeley_DB_from_threads_to.xml
index 718c994..34400f6 100644
--- a/src/changelog/2.0-beta8/LOG4J2-279_FlumePersistentManager_now_calls_Berkeley_DB_from_threads_to.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-279_FlumePersistentManager_now_calls_Berkeley_DB_from_threads_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-279" link="https://issues.apache.org/jira/browse/LOG4J2-279"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-280_AsyncLogger_threads_are_now_daemon_threads_and_won_t_prevent.xml b/src/changelog/2.0-beta8/LOG4J2-280_AsyncLogger_threads_are_now_daemon_threads_and_won_t_prevent.xml
index b1149c6..db73358 100644
--- a/src/changelog/2.0-beta8/LOG4J2-280_AsyncLogger_threads_are_now_daemon_threads_and_won_t_prevent.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-280_AsyncLogger_threads_are_now_daemon_threads_and_won_t_prevent.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-280" link="https://issues.apache.org/jira/browse/LOG4J2-280"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-282_Allow_the_default_status_level_to_be_specified_as_a_system_p.xml b/src/changelog/2.0-beta8/LOG4J2-282_Allow_the_default_status_level_to_be_specified_as_a_system_p.xml
index 95a77b2..f3d5384 100644
--- a/src/changelog/2.0-beta8/LOG4J2-282_Allow_the_default_status_level_to_be_specified_as_a_system_p.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-282_Allow_the_default_status_level_to_be_specified_as_a_system_p.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-282" link="https://issues.apache.org/jira/browse/LOG4J2-282"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-283_Remove_dependency_on_Apache_ORO_jar.xml b/src/changelog/2.0-beta8/LOG4J2-283_Remove_dependency_on_Apache_ORO_jar.xml
index 3684709..1f028b1 100644
--- a/src/changelog/2.0-beta8/LOG4J2-283_Remove_dependency_on_Apache_ORO_jar.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-283_Remove_dependency_on_Apache_ORO_jar.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-283" link="https://issues.apache.org/jira/browse/LOG4J2-283"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-284_Update_Log4j_1_dependency_to_1_2_17_from_1_2_16.xml b/src/changelog/2.0-beta8/LOG4J2-284_Update_Log4j_1_dependency_to_1_2_17_from_1_2_16.xml
index 20f7065..6425044 100644
--- a/src/changelog/2.0-beta8/LOG4J2-284_Update_Log4j_1_dependency_to_1_2_17_from_1_2_16.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-284_Update_Log4j_1_dependency_to_1_2_17_from_1_2_16.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-284" link="https://issues.apache.org/jira/browse/LOG4J2-284"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-285_Update_Jansi_jar_to_1_11_from_1_9.xml b/src/changelog/2.0-beta8/LOG4J2-285_Update_Jansi_jar_to_1_11_from_1_9.xml
index c4bc9fc..f9f0877 100644
--- a/src/changelog/2.0-beta8/LOG4J2-285_Update_Jansi_jar_to_1_11_from_1_9.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-285_Update_Jansi_jar_to_1_11_from_1_9.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-285" link="https://issues.apache.org/jira/browse/LOG4J2-285"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-286_Update_test_H2_JDBC_driver_to_1_172_from_1_171.xml b/src/changelog/2.0-beta8/LOG4J2-286_Update_test_H2_JDBC_driver_to_1_172_from_1_171.xml
index b39bba0..ca2e9a3 100644
--- a/src/changelog/2.0-beta8/LOG4J2-286_Update_test_H2_JDBC_driver_to_1_172_from_1_171.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-286_Update_test_H2_JDBC_driver_to_1_172_from_1_171.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-286" link="https://issues.apache.org/jira/browse/LOG4J2-286"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-288_Update_JUnit_to_4_11_from_4_7.xml b/src/changelog/2.0-beta8/LOG4J2-288_Update_JUnit_to_4_11_from_4_7.xml
index ee7c0a1..e52199f 100644
--- a/src/changelog/2.0-beta8/LOG4J2-288_Update_JUnit_to_4_11_from_4_7.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-288_Update_JUnit_to_4_11_from_4_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-288" link="https://issues.apache.org/jira/browse/LOG4J2-288"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-289_Upgrade_javadoc_plugin_to_2_9_1_to_fix_javadoc_security_issu.xml b/src/changelog/2.0-beta8/LOG4J2-289_Upgrade_javadoc_plugin_to_2_9_1_to_fix_javadoc_security_issu.xml
index 3f18483..d2d51eb 100644
--- a/src/changelog/2.0-beta8/LOG4J2-289_Upgrade_javadoc_plugin_to_2_9_1_to_fix_javadoc_security_issu.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-289_Upgrade_javadoc_plugin_to_2_9_1_to_fix_javadoc_security_issu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-289" link="https://issues.apache.org/jira/browse/LOG4J2-289"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-292_Fast_Rolling_FileAppender_now_correctly_appends_to_does_not.xml b/src/changelog/2.0-beta8/LOG4J2-292_Fast_Rolling_FileAppender_now_correctly_appends_to_does_not.xml
index 528639b..be2bf14 100644
--- a/src/changelog/2.0-beta8/LOG4J2-292_Fast_Rolling_FileAppender_now_correctly_appends_to_does_not.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-292_Fast_Rolling_FileAppender_now_correctly_appends_to_does_not.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-292" link="https://issues.apache.org/jira/browse/LOG4J2-292"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-294_LogManager_getLogger_can_now_be_called_without_a_logger_name.xml b/src/changelog/2.0-beta8/LOG4J2-294_LogManager_getLogger_can_now_be_called_without_a_logger_name.xml
index 60af22a..cae655c 100644
--- a/src/changelog/2.0-beta8/LOG4J2-294_LogManager_getLogger_can_now_be_called_without_a_logger_name.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-294_LogManager_getLogger_can_now_be_called_without_a_logger_name.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-294" link="https://issues.apache.org/jira/browse/LOG4J2-294"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-295_Fast_Rolling_FileAppender_now_correctly_handles_messages_exc.xml b/src/changelog/2.0-beta8/LOG4J2-295_Fast_Rolling_FileAppender_now_correctly_handles_messages_exc.xml
index bda452e..84571fe 100644
--- a/src/changelog/2.0-beta8/LOG4J2-295_Fast_Rolling_FileAppender_now_correctly_handles_messages_exc.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-295_Fast_Rolling_FileAppender_now_correctly_handles_messages_exc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-295" link="https://issues.apache.org/jira/browse/LOG4J2-295"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-296_Wasted_work_in_FlumePersistentManager_createManager.xml b/src/changelog/2.0-beta8/LOG4J2-296_Wasted_work_in_FlumePersistentManager_createManager.xml
index 14bebf6..4f5a7b3 100644
--- a/src/changelog/2.0-beta8/LOG4J2-296_Wasted_work_in_FlumePersistentManager_createManager.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-296_Wasted_work_in_FlumePersistentManager_createManager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-296" link="https://issues.apache.org/jira/browse/LOG4J2-296"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-297_Wasted_work_in_TestConfigurator_testEnvironment.xml b/src/changelog/2.0-beta8/LOG4J2-297_Wasted_work_in_TestConfigurator_testEnvironment.xml
index c7c88cd..c69d870 100644
--- a/src/changelog/2.0-beta8/LOG4J2-297_Wasted_work_in_TestConfigurator_testEnvironment.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-297_Wasted_work_in_TestConfigurator_testEnvironment.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-297" link="https://issues.apache.org/jira/browse/LOG4J2-297"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-298_Wasted_work_in_StyleConverterTest_setupClass.xml b/src/changelog/2.0-beta8/LOG4J2-298_Wasted_work_in_StyleConverterTest_setupClass.xml
index b5b39ab..82c8db4 100644
--- a/src/changelog/2.0-beta8/LOG4J2-298_Wasted_work_in_StyleConverterTest_setupClass.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-298_Wasted_work_in_StyleConverterTest_setupClass.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-298" link="https://issues.apache.org/jira/browse/LOG4J2-298"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-300_WriterThread_was_ending_when_no_agents_are_available_which_c.xml b/src/changelog/2.0-beta8/LOG4J2-300_WriterThread_was_ending_when_no_agents_are_available_which_c.xml
index 7fb2a49..c5b7940 100644
--- a/src/changelog/2.0-beta8/LOG4J2-300_WriterThread_was_ending_when_no_agents_are_available_which_c.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-300_WriterThread_was_ending_when_no_agents_are_available_which_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-300" link="https://issues.apache.org/jira/browse/LOG4J2-300"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-301_Add_printf_methods_to_Logger_API.xml b/src/changelog/2.0-beta8/LOG4J2-301_Add_printf_methods_to_Logger_API.xml
index dc780ae..6547ed4 100644
--- a/src/changelog/2.0-beta8/LOG4J2-301_Add_printf_methods_to_Logger_API.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-301_Add_printf_methods_to_Logger_API.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-301" link="https://issues.apache.org/jira/browse/LOG4J2-301"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-302_Added_toString_methods_to_ThreadContextStack_Map_implementat.xml b/src/changelog/2.0-beta8/LOG4J2-302_Added_toString_methods_to_ThreadContextStack_Map_implementat.xml
index d7ba922..bd00652 100644
--- a/src/changelog/2.0-beta8/LOG4J2-302_Added_toString_methods_to_ThreadContextStack_Map_implementat.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-302_Added_toString_methods_to_ThreadContextStack_Map_implementat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-302" link="https://issues.apache.org/jira/browse/LOG4J2-302"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta8/LOG4J2-386_Update_NoSQL_dependencies_lightcouch_0_0_6_from_0_0_5_mong.xml b/src/changelog/2.0-beta8/LOG4J2-386_Update_NoSQL_dependencies_lightcouch_0_0_6_from_0_0_5_mong.xml
index f8ddfc3..7c42340 100644
--- a/src/changelog/2.0-beta8/LOG4J2-386_Update_NoSQL_dependencies_lightcouch_0_0_6_from_0_0_5_mong.xml
+++ b/src/changelog/2.0-beta8/LOG4J2-386_Update_NoSQL_dependencies_lightcouch_0_0_6_from_0_0_5_mong.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-386" link="https://issues.apache.org/jira/browse/LOG4J2-386"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/.release.xml b/src/changelog/2.0-beta9/.release.xml
index 8f46dc8..9e9e83d 100644
--- a/src/changelog/2.0-beta9/.release.xml
+++ b/src/changelog/2.0-beta9/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2013-09-14"
          version="2.0-beta9"/>
diff --git a/src/changelog/2.0-beta9/Changed_the_relatively_new_PatternLayout_configuration_att.xml b/src/changelog/2.0-beta9/Changed_the_relatively_new_PatternLayout_configuration_att.xml
index db2cb8d..5639279 100644
--- a/src/changelog/2.0-beta9/Changed_the_relatively_new_PatternLayout_configuration_att.xml
+++ b/src/changelog/2.0-beta9/Changed_the_relatively_new_PatternLayout_configuration_att.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="nickwilliams"/>
   <description format="asciidoc">Changed the (relatively new) PatternLayout configuration attribute "suppressExceptions" to
diff --git a/src/changelog/2.0-beta9/Changed_the_suppressExceptions_configuration_attribute_for.xml b/src/changelog/2.0-beta9/Changed_the_suppressExceptions_configuration_attribute_for.xml
index a2c8084..2a592e7 100644
--- a/src/changelog/2.0-beta9/Changed_the_suppressExceptions_configuration_attribute_for.xml
+++ b/src/changelog/2.0-beta9/Changed_the_suppressExceptions_configuration_attribute_for.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="nickwilliams"/>
   <description format="asciidoc">Changed the "suppressExceptions" configuration attribute for all Appenders to "ignoreExceptions" to avoid
diff --git a/src/changelog/2.0-beta9/Cleaned_up_tests_and_cleared_up_documentation_for_the_JPA_ap.xml b/src/changelog/2.0-beta9/Cleaned_up_tests_and_cleared_up_documentation_for_the_JPA_ap.xml
index 08db208..71b617b 100644
--- a/src/changelog/2.0-beta9/Cleaned_up_tests_and_cleared_up_documentation_for_the_JPA_ap.xml
+++ b/src/changelog/2.0-beta9/Cleaned_up_tests_and_cleared_up_documentation_for_the_JPA_ap.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="nickwilliams"/>
   <description format="asciidoc">Cleaned up tests and cleared up documentation for the JPA appender following the resolution of EclipseLink
diff --git a/src/changelog/2.0-beta9/Improved_site_by_adding_quick_jump_off_page_and_menu_for_Jav.xml b/src/changelog/2.0-beta9/Improved_site_by_adding_quick_jump_off_page_and_menu_for_Jav.xml
index 0a121e0..b5f2359 100644
--- a/src/changelog/2.0-beta9/Improved_site_by_adding_quick_jump_off_page_and_menu_for_Jav.xml
+++ b/src/changelog/2.0-beta9/Improved_site_by_adding_quick_jump_off_page_and_menu_for_Jav.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="nickwilliams"/>
   <description format="asciidoc">Improved site by adding quick jump-off page and menu for Javadoc links for all components.</description>
diff --git a/src/changelog/2.0-beta9/LOG4J2-165_The_slf4j_ext_jar_is_now_an_optional_dependency_of_the_SLF4J.xml b/src/changelog/2.0-beta9/LOG4J2-165_The_slf4j_ext_jar_is_now_an_optional_dependency_of_the_SLF4J.xml
index f4a7be6..256e07e 100644
--- a/src/changelog/2.0-beta9/LOG4J2-165_The_slf4j_ext_jar_is_now_an_optional_dependency_of_the_SLF4J.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-165_The_slf4j_ext_jar_is_now_an_optional_dependency_of_the_SLF4J.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-165" link="https://issues.apache.org/jira/browse/LOG4J2-165"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-166_RoutingAppender_s_default_Route_can_now_be_an_appender_refer.xml b/src/changelog/2.0-beta9/LOG4J2-166_RoutingAppender_s_default_Route_can_now_be_an_appender_refer.xml
index a3c7c21..ff3a399 100644
--- a/src/changelog/2.0-beta9/LOG4J2-166_RoutingAppender_s_default_Route_can_now_be_an_appender_refer.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-166_RoutingAppender_s_default_Route_can_now_be_an_appender_refer.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-166" link="https://issues.apache.org/jira/browse/LOG4J2-166"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-216_ThrowableProxy_no_longer_extends_Throwable.xml b/src/changelog/2.0-beta9/LOG4J2-216_ThrowableProxy_no_longer_extends_Throwable.xml
index e5c2a43..7d8af3e 100644
--- a/src/changelog/2.0-beta9/LOG4J2-216_ThrowableProxy_no_longer_extends_Throwable.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-216_ThrowableProxy_no_longer_extends_Throwable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-216" link="https://issues.apache.org/jira/browse/LOG4J2-216"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-226_Fix_table_of_contents_generation_in_pdf.xml b/src/changelog/2.0-beta9/LOG4J2-226_Fix_table_of_contents_generation_in_pdf.xml
index 4140f53..0c83742 100644
--- a/src/changelog/2.0-beta9/LOG4J2-226_Fix_table_of_contents_generation_in_pdf.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-226_Fix_table_of_contents_generation_in_pdf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-226" link="https://issues.apache.org/jira/browse/LOG4J2-226"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-253_Added_FAQ_page_to_the_site.xml b/src/changelog/2.0-beta9/LOG4J2-253_Added_FAQ_page_to_the_site.xml
index d458acc..419e61a 100644
--- a/src/changelog/2.0-beta9/LOG4J2-253_Added_FAQ_page_to_the_site.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-253_Added_FAQ_page_to_the_site.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-253" link="https://issues.apache.org/jira/browse/LOG4J2-253"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-280_Additional_fix_to_make_AsyncAppender_threads_daemon_threads.xml b/src/changelog/2.0-beta9/LOG4J2-280_Additional_fix_to_make_AsyncAppender_threads_daemon_threads.xml
index 09e6972..9ecd6f2 100644
--- a/src/changelog/2.0-beta9/LOG4J2-280_Additional_fix_to_make_AsyncAppender_threads_daemon_threads.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-280_Additional_fix_to_make_AsyncAppender_threads_daemon_threads.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-280" link="https://issues.apache.org/jira/browse/LOG4J2-280"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-291_Fixed_JDBC_JPA_and_NoSQL_appenders_so_that_the_failover_ap.xml b/src/changelog/2.0-beta9/LOG4J2-291_Fixed_JDBC_JPA_and_NoSQL_appenders_so_that_the_failover_ap.xml
index 4565af4..3ad2497 100644
--- a/src/changelog/2.0-beta9/LOG4J2-291_Fixed_JDBC_JPA_and_NoSQL_appenders_so_that_the_failover_ap.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-291_Fixed_JDBC_JPA_and_NoSQL_appenders_so_that_the_failover_ap.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-291" link="https://issues.apache.org/jira/browse/LOG4J2-291"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-293_Changed_the_ConfigurationFactory_to_recognize_and_properly_u.xml b/src/changelog/2.0-beta9/LOG4J2-293_Changed_the_ConfigurationFactory_to_recognize_and_properly_u.xml
index 4ac39f0..40a9542 100644
--- a/src/changelog/2.0-beta9/LOG4J2-293_Changed_the_ConfigurationFactory_to_recognize_and_properly_u.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-293_Changed_the_ConfigurationFactory_to_recognize_and_properly_u.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-293" link="https://issues.apache.org/jira/browse/LOG4J2-293"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-293_Reset_the_Configuration_if_the_ClassLoaderContextSelector_cr.xml b/src/changelog/2.0-beta9/LOG4J2-293_Reset_the_Configuration_if_the_ClassLoaderContextSelector_cr.xml
index 6fa4c45..f75fbc3 100644
--- a/src/changelog/2.0-beta9/LOG4J2-293_Reset_the_Configuration_if_the_ClassLoaderContextSelector_cr.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-293_Reset_the_Configuration_if_the_ClassLoaderContextSelector_cr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-293" link="https://issues.apache.org/jira/browse/LOG4J2-293"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-299_Add_getThrowable_method_to_ThrowableProxy.xml b/src/changelog/2.0-beta9/LOG4J2-299_Add_getThrowable_method_to_ThrowableProxy.xml
index 2d28c10..2f26219 100644
--- a/src/changelog/2.0-beta9/LOG4J2-299_Add_getThrowable_method_to_ThrowableProxy.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-299_Add_getThrowable_method_to_ThrowableProxy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-299" link="https://issues.apache.org/jira/browse/LOG4J2-299"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-304_Fixed_Async_Loggers_memory_leak.xml b/src/changelog/2.0-beta9/LOG4J2-304_Fixed_Async_Loggers_memory_leak.xml
index a66227e..2623f57 100644
--- a/src/changelog/2.0-beta9/LOG4J2-304_Fixed_Async_Loggers_memory_leak.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-304_Fixed_Async_Loggers_memory_leak.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-304" link="https://issues.apache.org/jira/browse/LOG4J2-304"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-305_Ease_porting_from_1_x_Logger_getRootLogger_add_LogManager.xml b/src/changelog/2.0-beta9/LOG4J2-305_Ease_porting_from_1_x_Logger_getRootLogger_add_LogManager.xml
index d0644a7..bab6b04 100644
--- a/src/changelog/2.0-beta9/LOG4J2-305_Ease_porting_from_1_x_Logger_getRootLogger_add_LogManager.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-305_Ease_porting_from_1_x_Logger_getRootLogger_add_LogManager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-305" link="https://issues.apache.org/jira/browse/LOG4J2-305"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-306_Update_JSON_Jackson_library_to_2_2_2_from_2_2_1.xml b/src/changelog/2.0-beta9/LOG4J2-306_Update_JSON_Jackson_library_to_2_2_2_from_2_2_1.xml
index 840602a..ff65f1d 100644
--- a/src/changelog/2.0-beta9/LOG4J2-306_Update_JSON_Jackson_library_to_2_2_2_from_2_2_1.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-306_Update_JSON_Jackson_library_to_2_2_2_from_2_2_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-306" link="https://issues.apache.org/jira/browse/LOG4J2-306"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-307_Updated_Async_Loggers_LMAX_Disruptor_library_from_3_0_1_to.xml b/src/changelog/2.0-beta9/LOG4J2-307_Updated_Async_Loggers_LMAX_Disruptor_library_from_3_0_1_to.xml
index ccd35ce..74494d8 100644
--- a/src/changelog/2.0-beta9/LOG4J2-307_Updated_Async_Loggers_LMAX_Disruptor_library_from_3_0_1_to.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-307_Updated_Async_Loggers_LMAX_Disruptor_library_from_3_0_1_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-307" link="https://issues.apache.org/jira/browse/LOG4J2-307"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-308_Clarified_which_library_versions_were_used_in_Async_Loggers.xml b/src/changelog/2.0-beta9/LOG4J2-308_Clarified_which_library_versions_were_used_in_Async_Loggers.xml
index f0e4306..f9cb7d0 100644
--- a/src/changelog/2.0-beta9/LOG4J2-308_Clarified_which_library_versions_were_used_in_Async_Loggers.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-308_Clarified_which_library_versions_were_used_in_Async_Loggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-308" link="https://issues.apache.org/jira/browse/LOG4J2-308"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-309_Insure_jars_and_distributions_only_have_a_single_License_and.xml b/src/changelog/2.0-beta9/LOG4J2-309_Insure_jars_and_distributions_only_have_a_single_License_and.xml
index b53d775..400da18 100644
--- a/src/changelog/2.0-beta9/LOG4J2-309_Insure_jars_and_distributions_only_have_a_single_License_and.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-309_Insure_jars_and_distributions_only_have_a_single_License_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-309" link="https://issues.apache.org/jira/browse/LOG4J2-309"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-310_Fixed_issue_where_SMTPAppender_did_not_send_mails_with_error.xml b/src/changelog/2.0-beta9/LOG4J2-310_Fixed_issue_where_SMTPAppender_did_not_send_mails_with_error.xml
index bf469ce..f3e4e5e 100644
--- a/src/changelog/2.0-beta9/LOG4J2-310_Fixed_issue_where_SMTPAppender_did_not_send_mails_with_error.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-310_Fixed_issue_where_SMTPAppender_did_not_send_mails_with_error.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-310" link="https://issues.apache.org/jira/browse/LOG4J2-310"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-311_Synchronized_flush_and_close_methods_in_the_XxxFileManag.xml b/src/changelog/2.0-beta9/LOG4J2-311_Synchronized_flush_and_close_methods_in_the_XxxFileManag.xml
index c4a6928..ea48365 100644
--- a/src/changelog/2.0-beta9/LOG4J2-311_Synchronized_flush_and_close_methods_in_the_XxxFileManag.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-311_Synchronized_flush_and_close_methods_in_the_XxxFileManag.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-311" link="https://issues.apache.org/jira/browse/LOG4J2-311"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-312_XML_layout_improvements_compact_vs_pretty_namespace_name.xml b/src/changelog/2.0-beta9/LOG4J2-312_XML_layout_improvements_compact_vs_pretty_namespace_name.xml
index 5f7cbb4..135221c0 100644
--- a/src/changelog/2.0-beta9/LOG4J2-312_XML_layout_improvements_compact_vs_pretty_namespace_name.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-312_XML_layout_improvements_compact_vs_pretty_namespace_name.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-312" link="https://issues.apache.org/jira/browse/LOG4J2-312"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-313_Add_JNDILookup_plugin.xml b/src/changelog/2.0-beta9/LOG4J2-313_Add_JNDILookup_plugin.xml
index 3b5fe21..80e88b3 100644
--- a/src/changelog/2.0-beta9/LOG4J2-313_Add_JNDILookup_plugin.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-313_Add_JNDILookup_plugin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-313" link="https://issues.apache.org/jira/browse/LOG4J2-313"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-317_Renamed_FastFileAppender_and_FastRollingFileAppender_to_Rand.xml b/src/changelog/2.0-beta9/LOG4J2-317_Renamed_FastFileAppender_and_FastRollingFileAppender_to_Rand.xml
index 60b97b4..8bc8c25 100644
--- a/src/changelog/2.0-beta9/LOG4J2-317_Renamed_FastFileAppender_and_FastRollingFileAppender_to_Rand.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-317_Renamed_FastFileAppender_and_FastRollingFileAppender_to_Rand.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-317" link="https://issues.apache.org/jira/browse/LOG4J2-317"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-318_Allow_shutdown_hook_to_be_disabled_in_the_configuration.xml b/src/changelog/2.0-beta9/LOG4J2-318_Allow_shutdown_hook_to_be_disabled_in_the_configuration.xml
index 0b1713a..3238705 100644
--- a/src/changelog/2.0-beta9/LOG4J2-318_Allow_shutdown_hook_to_be_disabled_in_the_configuration.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-318_Allow_shutdown_hook_to_be_disabled_in_the_configuration.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-318" link="https://issues.apache.org/jira/browse/LOG4J2-318"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-319_Double_stack_trace_logging_when_using_throwable_in_style_a.xml b/src/changelog/2.0-beta9/LOG4J2-319_Double_stack_trace_logging_when_using_throwable_in_style_a.xml
index ae9165e..ede2163 100644
--- a/src/changelog/2.0-beta9/LOG4J2-319_Double_stack_trace_logging_when_using_throwable_in_style_a.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-319_Double_stack_trace_logging_when_using_throwable_in_style_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-319" link="https://issues.apache.org/jira/browse/LOG4J2-319"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-320_JPAAppender_stops_logging_because_META_INF_log4j_provider_pr.xml b/src/changelog/2.0-beta9/LOG4J2-320_JPAAppender_stops_logging_because_META_INF_log4j_provider_pr.xml
index 5ec661b..da6a0de 100644
--- a/src/changelog/2.0-beta9/LOG4J2-320_JPAAppender_stops_logging_because_META_INF_log4j_provider_pr.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-320_JPAAppender_stops_logging_because_META_INF_log4j_provider_pr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-320" link="https://issues.apache.org/jira/browse/LOG4J2-320"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-322_Centralized_reflective_use_of_Reflection_getCallerClass_and.xml b/src/changelog/2.0-beta9/LOG4J2-322_Centralized_reflective_use_of_Reflection_getCallerClass_and.xml
index 71ea14a..36168b6 100644
--- a/src/changelog/2.0-beta9/LOG4J2-322_Centralized_reflective_use_of_Reflection_getCallerClass_and.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-322_Centralized_reflective_use_of_Reflection_getCallerClass_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-322" link="https://issues.apache.org/jira/browse/LOG4J2-322"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-325_Update_JDBC_tests_to_use_H2_database_1_3_173_from_1_3_172.xml b/src/changelog/2.0-beta9/LOG4J2-325_Update_JDBC_tests_to_use_H2_database_1_3_173_from_1_3_172.xml
index c065acf..c9f3193 100644
--- a/src/changelog/2.0-beta9/LOG4J2-325_Update_JDBC_tests_to_use_H2_database_1_3_173_from_1_3_172.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-325_Update_JDBC_tests_to_use_H2_database_1_3_173_from_1_3_172.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-325" link="https://issues.apache.org/jira/browse/LOG4J2-325"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-328_FlumePersistentManager_was_calling_Berkeley_DB_s_count_metho.xml b/src/changelog/2.0-beta9/LOG4J2-328_FlumePersistentManager_was_calling_Berkeley_DB_s_count_metho.xml
index ea17272..504da00 100644
--- a/src/changelog/2.0-beta9/LOG4J2-328_FlumePersistentManager_was_calling_Berkeley_DB_s_count_metho.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-328_FlumePersistentManager_was_calling_Berkeley_DB_s_count_metho.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-328" link="https://issues.apache.org/jira/browse/LOG4J2-328"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-329_StatusLogger_now_only_creates_StatusData_objects_if_they_are.xml b/src/changelog/2.0-beta9/LOG4J2-329_StatusLogger_now_only_creates_StatusData_objects_if_they_are.xml
index 4d18c2e..d3f61f7 100644
--- a/src/changelog/2.0-beta9/LOG4J2-329_StatusLogger_now_only_creates_StatusData_objects_if_they_are.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-329_StatusLogger_now_only_creates_StatusData_objects_if_they_are.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-329" link="https://issues.apache.org/jira/browse/LOG4J2-329"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-330_Added_a_BSON_Transformer_so_that_MongoDB_can_persist_Log4j_e.xml b/src/changelog/2.0-beta9/LOG4J2-330_Added_a_BSON_Transformer_so_that_MongoDB_can_persist_Log4j_e.xml
index da26742..3d2e5b6 100644
--- a/src/changelog/2.0-beta9/LOG4J2-330_Added_a_BSON_Transformer_so_that_MongoDB_can_persist_Log4j_e.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-330_Added_a_BSON_Transformer_so_that_MongoDB_can_persist_Log4j_e.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-330" link="https://issues.apache.org/jira/browse/LOG4J2-330"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-331_Removed_erroneous_check_for_affected_MongoDB_records_which.xml b/src/changelog/2.0-beta9/LOG4J2-331_Removed_erroneous_check_for_affected_MongoDB_records_which.xml
index 48dfcee..4f8c869 100644
--- a/src/changelog/2.0-beta9/LOG4J2-331_Removed_erroneous_check_for_affected_MongoDB_records_which.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-331_Removed_erroneous_check_for_affected_MongoDB_records_which.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-331" link="https://issues.apache.org/jira/browse/LOG4J2-331"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-332_Modified_documentation_to_refer_to_SLF4J_Binding_instead_of.xml b/src/changelog/2.0-beta9/LOG4J2-332_Modified_documentation_to_refer_to_SLF4J_Binding_instead_of.xml
index 0890a13..50a4a22 100644
--- a/src/changelog/2.0-beta9/LOG4J2-332_Modified_documentation_to_refer_to_SLF4J_Binding_instead_of.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-332_Modified_documentation_to_refer_to_SLF4J_Binding_instead_of.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-332" link="https://issues.apache.org/jira/browse/LOG4J2-332"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-333_Match_artifact_ids_with_Maven_module_names.xml b/src/changelog/2.0-beta9/LOG4J2-333_Match_artifact_ids_with_Maven_module_names.xml
index ddd33c6..8897958 100644
--- a/src/changelog/2.0-beta9/LOG4J2-333_Match_artifact_ids_with_Maven_module_names.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-333_Match_artifact_ids_with_Maven_module_names.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-333" link="https://issues.apache.org/jira/browse/LOG4J2-333"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-335_FlumePersistentManager_s_writer_thread_had_high_CPU_usage.xml b/src/changelog/2.0-beta9/LOG4J2-335_FlumePersistentManager_s_writer_thread_had_high_CPU_usage.xml
index 5899a9a..8a1b2ac 100644
--- a/src/changelog/2.0-beta9/LOG4J2-335_FlumePersistentManager_s_writer_thread_had_high_CPU_usage.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-335_FlumePersistentManager_s_writer_thread_had_high_CPU_usage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-335" link="https://issues.apache.org/jira/browse/LOG4J2-335"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-336_AsyncLogger_errors_after_multiple_calls_to_LoggerContext_rec.xml b/src/changelog/2.0-beta9/LOG4J2-336_AsyncLogger_errors_after_multiple_calls_to_LoggerContext_rec.xml
index 240e6a3..f787fc2 100644
--- a/src/changelog/2.0-beta9/LOG4J2-336_AsyncLogger_errors_after_multiple_calls_to_LoggerContext_rec.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-336_AsyncLogger_errors_after_multiple_calls_to_LoggerContext_rec.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-336" link="https://issues.apache.org/jira/browse/LOG4J2-336"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-338_Add_TLSAppender_Also_added_missing_license_headers_to_sever.xml b/src/changelog/2.0-beta9/LOG4J2-338_Add_TLSAppender_Also_added_missing_license_headers_to_sever.xml
index 19daff5..0453476 100644
--- a/src/changelog/2.0-beta9/LOG4J2-338_Add_TLSAppender_Also_added_missing_license_headers_to_sever.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-338_Add_TLSAppender_Also_added_missing_license_headers_to_sever.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-338" link="https://issues.apache.org/jira/browse/LOG4J2-338"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-341_Enable_XInclude_for_XML_configurations.xml b/src/changelog/2.0-beta9/LOG4J2-341_Enable_XInclude_for_XML_configurations.xml
index e179d79..9e7f06c 100644
--- a/src/changelog/2.0-beta9/LOG4J2-341_Enable_XInclude_for_XML_configurations.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-341_Enable_XInclude_for_XML_configurations.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-341" link="https://issues.apache.org/jira/browse/LOG4J2-341"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-342_Ignore_xml_base_attributes.xml b/src/changelog/2.0-beta9/LOG4J2-342_Ignore_xml_base_attributes.xml
index a3f09b8..92568d3 100644
--- a/src/changelog/2.0-beta9/LOG4J2-342_Ignore_xml_base_attributes.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-342_Ignore_xml_base_attributes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-342" link="https://issues.apache.org/jira/browse/LOG4J2-342"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-343_Removed_unnecessary_generics_from_Appender_interface_and_imp.xml b/src/changelog/2.0-beta9/LOG4J2-343_Removed_unnecessary_generics_from_Appender_interface_and_imp.xml
index e4da5f8..1d52c29 100644
--- a/src/changelog/2.0-beta9/LOG4J2-343_Removed_unnecessary_generics_from_Appender_interface_and_imp.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-343_Removed_unnecessary_generics_from_Appender_interface_and_imp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-343" link="https://issues.apache.org/jira/browse/LOG4J2-343"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-347_Give_the_AsyncAppender_thread_a_more_descriptive_name_for_ea.xml b/src/changelog/2.0-beta9/LOG4J2-347_Give_the_AsyncAppender_thread_a_more_descriptive_name_for_ea.xml
index d111092..82fc45d 100644
--- a/src/changelog/2.0-beta9/LOG4J2-347_Give_the_AsyncAppender_thread_a_more_descriptive_name_for_ea.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-347_Give_the_AsyncAppender_thread_a_more_descriptive_name_for_ea.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-347" link="https://issues.apache.org/jira/browse/LOG4J2-347"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-351__OSGi_wrong_Fragment_Host_in_manifest_files.xml b/src/changelog/2.0-beta9/LOG4J2-351__OSGi_wrong_Fragment_Host_in_manifest_files.xml
index b9d807c..62c771e 100644
--- a/src/changelog/2.0-beta9/LOG4J2-351__OSGi_wrong_Fragment_Host_in_manifest_files.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-351__OSGi_wrong_Fragment_Host_in_manifest_files.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-351" link="https://issues.apache.org/jira/browse/LOG4J2-351"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-355_Add_support_for_multiple_SD_ELEMENTs_in_an_RFC_5424_syslog_m.xml b/src/changelog/2.0-beta9/LOG4J2-355_Add_support_for_multiple_SD_ELEMENTs_in_an_RFC_5424_syslog_m.xml
index fb61945..70123e2 100644
--- a/src/changelog/2.0-beta9/LOG4J2-355_Add_support_for_multiple_SD_ELEMENTs_in_an_RFC_5424_syslog_m.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-355_Add_support_for_multiple_SD_ELEMENTs_in_an_RFC_5424_syslog_m.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-355" link="https://issues.apache.org/jira/browse/LOG4J2-355"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-356_Create_a_JSON_Layout.xml b/src/changelog/2.0-beta9/LOG4J2-356_Create_a_JSON_Layout.xml
index f4eacf7..ab76205 100644
--- a/src/changelog/2.0-beta9/LOG4J2-356_Create_a_JSON_Layout.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-356_Create_a_JSON_Layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-356" link="https://issues.apache.org/jira/browse/LOG4J2-356"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-358_NoSQLAppender_using_MongoDB_provider_ignores_username_and_pa.xml b/src/changelog/2.0-beta9/LOG4J2-358_NoSQLAppender_using_MongoDB_provider_ignores_username_and_pa.xml
index 6ee8ad4..cb7e3be 100644
--- a/src/changelog/2.0-beta9/LOG4J2-358_NoSQLAppender_using_MongoDB_provider_ignores_username_and_pa.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-358_NoSQLAppender_using_MongoDB_provider_ignores_username_and_pa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-358" link="https://issues.apache.org/jira/browse/LOG4J2-358"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml b/src/changelog/2.0-beta9/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml
index 3e0e806..ba8d988 100644
--- a/src/changelog/2.0-beta9/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-359" link="https://issues.apache.org/jira/browse/LOG4J2-359"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-360_Allow_Plugins_to_have_aliases.xml b/src/changelog/2.0-beta9/LOG4J2-360_Allow_Plugins_to_have_aliases.xml
index 636f436..99d6386 100644
--- a/src/changelog/2.0-beta9/LOG4J2-360_Allow_Plugins_to_have_aliases.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-360_Allow_Plugins_to_have_aliases.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-360" link="https://issues.apache.org/jira/browse/LOG4J2-360"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-362_Add_a_diagram_to_the_site_FAQ_page_that_explains_when_to_u.xml b/src/changelog/2.0-beta9/LOG4J2-362_Add_a_diagram_to_the_site_FAQ_page_that_explains_when_to_u.xml
index 83ae1fb..d7f5425 100644
--- a/src/changelog/2.0-beta9/LOG4J2-362_Add_a_diagram_to_the_site_FAQ_page_that_explains_when_to_u.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-362_Add_a_diagram_to_the_site_FAQ_page_that_explains_when_to_u.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-362" link="https://issues.apache.org/jira/browse/LOG4J2-362"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-364_Add_WebLookup_to_retrieve_information_from_the_ServletContex.xml b/src/changelog/2.0-beta9/LOG4J2-364_Add_WebLookup_to_retrieve_information_from_the_ServletContex.xml
index 4ba26b6..708c825 100644
--- a/src/changelog/2.0-beta9/LOG4J2-364_Add_WebLookup_to_retrieve_information_from_the_ServletContex.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-364_Add_WebLookup_to_retrieve_information_from_the_ServletContex.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-364" link="https://issues.apache.org/jira/browse/LOG4J2-364"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-366_Update_commons_logging_to_1_1_3_from_1_1_1.xml b/src/changelog/2.0-beta9/LOG4J2-366_Update_commons_logging_to_1_1_3_from_1_1_1.xml
index c081309..d9826d6 100644
--- a/src/changelog/2.0-beta9/LOG4J2-366_Update_commons_logging_to_1_1_3_from_1_1_1.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-366_Update_commons_logging_to_1_1_3_from_1_1_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-366" link="https://issues.apache.org/jira/browse/LOG4J2-366"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-367_JMS_appenders_send_two_messages_for_one_append.xml b/src/changelog/2.0-beta9/LOG4J2-367_JMS_appenders_send_two_messages_for_one_append.xml
index 1153184..0bfeb4d 100644
--- a/src/changelog/2.0-beta9/LOG4J2-367_JMS_appenders_send_two_messages_for_one_append.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-367_JMS_appenders_send_two_messages_for_one_append.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-367" link="https://issues.apache.org/jira/browse/LOG4J2-367"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-368_Add_PatternLayout_constructor_to_Log4j_1_2_bridge_for_Veloci.xml b/src/changelog/2.0-beta9/LOG4J2-368_Add_PatternLayout_constructor_to_Log4j_1_2_bridge_for_Veloci.xml
index dbdf08c..c1774a1 100644
--- a/src/changelog/2.0-beta9/LOG4J2-368_Add_PatternLayout_constructor_to_Log4j_1_2_bridge_for_Veloci.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-368_Add_PatternLayout_constructor_to_Log4j_1_2_bridge_for_Veloci.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-368" link="https://issues.apache.org/jira/browse/LOG4J2-368"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-374_Add_more_options_to_PatternLayout_to_display_more_detailed_i.xml b/src/changelog/2.0-beta9/LOG4J2-374_Add_more_options_to_PatternLayout_to_display_more_detailed_i.xml
index 5d19487..1e72321 100644
--- a/src/changelog/2.0-beta9/LOG4J2-374_Add_more_options_to_PatternLayout_to_display_more_detailed_i.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-374_Add_more_options_to_PatternLayout_to_display_more_detailed_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-374" link="https://issues.apache.org/jira/browse/LOG4J2-374"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-380_Use_rollover_date_when_substituting_date_in_the_filePatte.xml b/src/changelog/2.0-beta9/LOG4J2-380_Use_rollover_date_when_substituting_date_in_the_filePatte.xml
index b18a24d..6e3bb32 100644
--- a/src/changelog/2.0-beta9/LOG4J2-380_Use_rollover_date_when_substituting_date_in_the_filePatte.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-380_Use_rollover_date_when_substituting_date_in_the_filePatte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-380" link="https://issues.apache.org/jira/browse/LOG4J2-380"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-383__Pattern_Layout_Customize_level_names_by_length.xml b/src/changelog/2.0-beta9/LOG4J2-383__Pattern_Layout_Customize_level_names_by_length.xml
index 2493520..ea14e0a 100644
--- a/src/changelog/2.0-beta9/LOG4J2-383__Pattern_Layout_Customize_level_names_by_length.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-383__Pattern_Layout_Customize_level_names_by_length.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-383" link="https://issues.apache.org/jira/browse/LOG4J2-383"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-384__Pattern_Layout_Customize_level_names_to_lower_case.xml b/src/changelog/2.0-beta9/LOG4J2-384__Pattern_Layout_Customize_level_names_to_lower_case.xml
index 7cb6d95..fd95631 100644
--- a/src/changelog/2.0-beta9/LOG4J2-384__Pattern_Layout_Customize_level_names_to_lower_case.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-384__Pattern_Layout_Customize_level_names_to_lower_case.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-384" link="https://issues.apache.org/jira/browse/LOG4J2-384"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-387_Update_Jackson_dependency_to_1_9_13_from_1_9_11.xml b/src/changelog/2.0-beta9/LOG4J2-387_Update_Jackson_dependency_to_1_9_13_from_1_9_11.xml
index 0f2ff32..8b914ea 100644
--- a/src/changelog/2.0-beta9/LOG4J2-387_Update_Jackson_dependency_to_1_9_13_from_1_9_11.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-387_Update_Jackson_dependency_to_1_9_13_from_1_9_11.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-387" link="https://issues.apache.org/jira/browse/LOG4J2-387"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-388_Update_Java_Mail_dependency_to_1_5_0_from_1_4_7.xml b/src/changelog/2.0-beta9/LOG4J2-388_Update_Java_Mail_dependency_to_1_5_0_from_1_4_7.xml
index b58a4f7..df71b94 100644
--- a/src/changelog/2.0-beta9/LOG4J2-388_Update_Java_Mail_dependency_to_1_5_0_from_1_4_7.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-388_Update_Java_Mail_dependency_to_1_5_0_from_1_4_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-388" link="https://issues.apache.org/jira/browse/LOG4J2-388"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-390_Update_HSQLDB_dependency_to_2_3_0_from_2_2_9.xml b/src/changelog/2.0-beta9/LOG4J2-390_Update_HSQLDB_dependency_to_2_3_0_from_2_2_9.xml
index ac1776e..90dd4d1 100644
--- a/src/changelog/2.0-beta9/LOG4J2-390_Update_HSQLDB_dependency_to_2_3_0_from_2_2_9.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-390_Update_HSQLDB_dependency_to_2_3_0_from_2_2_9.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-390" link="https://issues.apache.org/jira/browse/LOG4J2-390"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml b/src/changelog/2.0-beta9/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml
index 6d2fc80..4d04ef5 100644
--- a/src/changelog/2.0-beta9/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-391" link="https://issues.apache.org/jira/browse/LOG4J2-391"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-393_Initialize_PluginManager_once_during_configuration_Move_adv.xml b/src/changelog/2.0-beta9/LOG4J2-393_Initialize_PluginManager_once_during_configuration_Move_adv.xml
index 536937e..f4e74f3 100644
--- a/src/changelog/2.0-beta9/LOG4J2-393_Initialize_PluginManager_once_during_configuration_Move_adv.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-393_Initialize_PluginManager_once_during_configuration_Move_adv.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-393" link="https://issues.apache.org/jira/browse/LOG4J2-393"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-395_Allow_classpath_scheme_when_specifying_configuration_file_lo.xml b/src/changelog/2.0-beta9/LOG4J2-395_Allow_classpath_scheme_when_specifying_configuration_file_lo.xml
index ae4f7a8..5d01ec8 100644
--- a/src/changelog/2.0-beta9/LOG4J2-395_Allow_classpath_scheme_when_specifying_configuration_file_lo.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-395_Allow_classpath_scheme_when_specifying_configuration_file_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-395" link="https://issues.apache.org/jira/browse/LOG4J2-395"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-397_Logger_info_Message_Javadoc_is_incorrect.xml b/src/changelog/2.0-beta9/LOG4J2-397_Logger_info_Message_Javadoc_is_incorrect.xml
index 3350ff6..9adb52b 100644
--- a/src/changelog/2.0-beta9/LOG4J2-397_Logger_info_Message_Javadoc_is_incorrect.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-397_Logger_info_Message_Javadoc_is_incorrect.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-397" link="https://issues.apache.org/jira/browse/LOG4J2-397"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-beta9/LOG4J2-399_Allow_the_default_file_rollover_strategy_to_define_the_compr.xml b/src/changelog/2.0-beta9/LOG4J2-399_Allow_the_default_file_rollover_strategy_to_define_the_compr.xml
index b3fbea6..2401b8c 100644
--- a/src/changelog/2.0-beta9/LOG4J2-399_Allow_the_default_file_rollover_strategy_to_define_the_compr.xml
+++ b/src/changelog/2.0-beta9/LOG4J2-399_Allow_the_default_file_rollover_strategy_to_define_the_compr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-399" link="https://issues.apache.org/jira/browse/LOG4J2-399"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/.release.xml b/src/changelog/2.0-rc1/.release.xml
index c465533..d7495dd 100644
--- a/src/changelog/2.0-rc1/.release.xml
+++ b/src/changelog/2.0-rc1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2014-02-16"
          version="2.0-rc1"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-323_Resolved_memory_leak_by_releasing_reference_to_ThreadLocal_w.xml b/src/changelog/2.0-rc1/LOG4J2-323_Resolved_memory_leak_by_releasing_reference_to_ThreadLocal_w.xml
index b379aec..049998d 100644
--- a/src/changelog/2.0-rc1/LOG4J2-323_Resolved_memory_leak_by_releasing_reference_to_ThreadLocal_w.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-323_Resolved_memory_leak_by_releasing_reference_to_ThreadLocal_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-323" link="https://issues.apache.org/jira/browse/LOG4J2-323"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-344_Changed_the_Servlet_3_0_auto_initializer_to_add_the_filter_b.xml b/src/changelog/2.0-rc1/LOG4J2-344_Changed_the_Servlet_3_0_auto_initializer_to_add_the_filter_b.xml
index 87355b5..9d1764d 100644
--- a/src/changelog/2.0-rc1/LOG4J2-344_Changed_the_Servlet_3_0_auto_initializer_to_add_the_filter_b.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-344_Changed_the_Servlet_3_0_auto_initializer_to_add_the_filter_b.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-344" link="https://issues.apache.org/jira/browse/LOG4J2-344"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-345__OSGi_logging_log4j_1_2_api_doesn_t_export_the_log4j_API_1.xml b/src/changelog/2.0-rc1/LOG4J2-345__OSGi_logging_log4j_1_2_api_doesn_t_export_the_log4j_API_1.xml
index 1d534d1..1630e5e 100644
--- a/src/changelog/2.0-rc1/LOG4J2-345__OSGi_logging_log4j_1_2_api_doesn_t_export_the_log4j_API_1.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-345__OSGi_logging_log4j_1_2_api_doesn_t_export_the_log4j_API_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-345" link="https://issues.apache.org/jira/browse/LOG4J2-345"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml b/src/changelog/2.0-rc1/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml
index dbd9a49..271e3a3 100644
--- a/src/changelog/2.0-rc1/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-359_Changed_the_Servlet_3_0_auto_initializer_so_that_it_does_not.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-359" link="https://issues.apache.org/jira/browse/LOG4J2-359"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-377__OSGi_Fix_NPE_during_shutdown.xml b/src/changelog/2.0-rc1/LOG4J2-377__OSGi_Fix_NPE_during_shutdown.xml
index 206c1ff..cee8927 100644
--- a/src/changelog/2.0-rc1/LOG4J2-377__OSGi_Fix_NPE_during_shutdown.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-377__OSGi_Fix_NPE_during_shutdown.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-377" link="https://issues.apache.org/jira/browse/LOG4J2-377"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-379_Fixed_issue_that_prevented_Log4J_from_working_in_Google_App.xml b/src/changelog/2.0-rc1/LOG4J2-379_Fixed_issue_that_prevented_Log4J_from_working_in_Google_App.xml
index 27f8ee3..26e2a2b 100644
--- a/src/changelog/2.0-rc1/LOG4J2-379_Fixed_issue_that_prevented_Log4J_from_working_in_Google_App.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-379_Fixed_issue_that_prevented_Log4J_from_working_in_Google_App.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-379" link="https://issues.apache.org/jira/browse/LOG4J2-379"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-385_Fixed_issues_with_time_based_file_rollover_monthly_weekly.xml b/src/changelog/2.0-rc1/LOG4J2-385_Fixed_issues_with_time_based_file_rollover_monthly_weekly.xml
index 99180fb..52fa854 100644
--- a/src/changelog/2.0-rc1/LOG4J2-385_Fixed_issues_with_time_based_file_rollover_monthly_weekly.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-385_Fixed_issues_with_time_based_file_rollover_monthly_weekly.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-385" link="https://issues.apache.org/jira/browse/LOG4J2-385"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-392_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml b/src/changelog/2.0-rc1/LOG4J2-392_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml
index b7b52a0..ec07739 100644
--- a/src/changelog/2.0-rc1/LOG4J2-392_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-392_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-392" link="https://issues.apache.org/jira/browse/LOG4J2-392"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-398_Configure_properties_and_setup_Interpolator_before_processin.xml b/src/changelog/2.0-rc1/LOG4J2-398_Configure_properties_and_setup_Interpolator_before_processin.xml
index 354322b..d738db0 100644
--- a/src/changelog/2.0-rc1/LOG4J2-398_Configure_properties_and_setup_Interpolator_before_processin.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-398_Configure_properties_and_setup_Interpolator_before_processin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-398" link="https://issues.apache.org/jira/browse/LOG4J2-398"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-401_Configure_FileAppender_buffer_size.xml b/src/changelog/2.0-rc1/LOG4J2-401_Configure_FileAppender_buffer_size.xml
index b62c896..5e272d1 100644
--- a/src/changelog/2.0-rc1/LOG4J2-401_Configure_FileAppender_buffer_size.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-401_Configure_FileAppender_buffer_size.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-401" link="https://issues.apache.org/jira/browse/LOG4J2-401"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-402_Configure_RandomAccessFileAppender_buffer_size.xml b/src/changelog/2.0-rc1/LOG4J2-402_Configure_RandomAccessFileAppender_buffer_size.xml
index f5358ee..90f56a4 100644
--- a/src/changelog/2.0-rc1/LOG4J2-402_Configure_RandomAccessFileAppender_buffer_size.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-402_Configure_RandomAccessFileAppender_buffer_size.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-402" link="https://issues.apache.org/jira/browse/LOG4J2-402"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-404__EnterpriseNumber_was_missing_in_the_ID_of_structured_data.xml b/src/changelog/2.0-rc1/LOG4J2-404__EnterpriseNumber_was_missing_in_the_ID_of_structured_data.xml
index 5dcee9c..c858ad7 100644
--- a/src/changelog/2.0-rc1/LOG4J2-404__EnterpriseNumber_was_missing_in_the_ID_of_structured_data.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-404__EnterpriseNumber_was_missing_in_the_ID_of_structured_data.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-404" link="https://issues.apache.org/jira/browse/LOG4J2-404"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-405_Configuration_was_being_processed_twice_at_startup.xml b/src/changelog/2.0-rc1/LOG4J2-405_Configuration_was_being_processed_twice_at_startup.xml
index c162403..c0878db 100644
--- a/src/changelog/2.0-rc1/LOG4J2-405_Configuration_was_being_processed_twice_at_startup.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-405_Configuration_was_being_processed_twice_at_startup.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-405" link="https://issues.apache.org/jira/browse/LOG4J2-405"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-406__JMX_Unregister_all_log4j_JMX_MBeans_when_the_LoggerContext.xml b/src/changelog/2.0-rc1/LOG4J2-406__JMX_Unregister_all_log4j_JMX_MBeans_when_the_LoggerContext.xml
index 696b2a8..a9ba7e4 100644
--- a/src/changelog/2.0-rc1/LOG4J2-406__JMX_Unregister_all_log4j_JMX_MBeans_when_the_LoggerContext.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-406__JMX_Unregister_all_log4j_JMX_MBeans_when_the_LoggerContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-406" link="https://issues.apache.org/jira/browse/LOG4J2-406"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-407_Fixed_inability_to_recover_from_lost_database_connection_in.xml b/src/changelog/2.0-rc1/LOG4J2-407_Fixed_inability_to_recover_from_lost_database_connection_in.xml
index e6ef434..4cf00e1 100644
--- a/src/changelog/2.0-rc1/LOG4J2-407_Fixed_inability_to_recover_from_lost_database_connection_in.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-407_Fixed_inability_to_recover_from_lost_database_connection_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-407" link="https://issues.apache.org/jira/browse/LOG4J2-407"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-408_Fixed_error_in_documentation_code_example_in_manual_eventlog.xml b/src/changelog/2.0-rc1/LOG4J2-408_Fixed_error_in_documentation_code_example_in_manual_eventlog.xml
index 71e0022..a7caba4 100644
--- a/src/changelog/2.0-rc1/LOG4J2-408_Fixed_error_in_documentation_code_example_in_manual_eventlog.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-408_Fixed_error_in_documentation_code_example_in_manual_eventlog.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-408" link="https://issues.apache.org/jira/browse/LOG4J2-408"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-409_Created_a_utility_to_properly_escape_backslashes_before_crea.xml b/src/changelog/2.0-rc1/LOG4J2-409_Created_a_utility_to_properly_escape_backslashes_before_crea.xml
index 0284872..abde8cc 100644
--- a/src/changelog/2.0-rc1/LOG4J2-409_Created_a_utility_to_properly_escape_backslashes_before_crea.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-409_Created_a_utility_to_properly_escape_backslashes_before_crea.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-409" link="https://issues.apache.org/jira/browse/LOG4J2-409"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-413_PatternLayout_option_to_not_output_ANSI_escape_codes_if_no_C.xml b/src/changelog/2.0-rc1/LOG4J2-413_PatternLayout_option_to_not_output_ANSI_escape_codes_if_no_C.xml
index a80946a..36c02e7 100644
--- a/src/changelog/2.0-rc1/LOG4J2-413_PatternLayout_option_to_not_output_ANSI_escape_codes_if_no_C.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-413_PatternLayout_option_to_not_output_ANSI_escape_codes_if_no_C.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-413" link="https://issues.apache.org/jira/browse/LOG4J2-413"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-415_Format_log_event_time_as_UNIX_time_seconds_or_milliseconds.xml b/src/changelog/2.0-rc1/LOG4J2-415_Format_log_event_time_as_UNIX_time_seconds_or_milliseconds.xml
index 3a661b0..3902445 100644
--- a/src/changelog/2.0-rc1/LOG4J2-415_Format_log_event_time_as_UNIX_time_seconds_or_milliseconds.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-415_Format_log_event_time_as_UNIX_time_seconds_or_milliseconds.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-415" link="https://issues.apache.org/jira/browse/LOG4J2-415"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-417_Fix_Event_Level_LoggerConfig_Level_table_at_the_architectu.xml b/src/changelog/2.0-rc1/LOG4J2-417_Fix_Event_Level_LoggerConfig_Level_table_at_the_architectu.xml
index 11780a2..c705936 100644
--- a/src/changelog/2.0-rc1/LOG4J2-417_Fix_Event_Level_LoggerConfig_Level_table_at_the_architectu.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-417_Fix_Event_Level_LoggerConfig_Level_table_at_the_architectu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-417" link="https://issues.apache.org/jira/browse/LOG4J2-417"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-41_Add_support_for_custom_logging_levels.xml b/src/changelog/2.0-rc1/LOG4J2-41_Add_support_for_custom_logging_levels.xml
index b8d9e15..7b935ab 100644
--- a/src/changelog/2.0-rc1/LOG4J2-41_Add_support_for_custom_logging_levels.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-41_Add_support_for_custom_logging_levels.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-41" link="https://issues.apache.org/jira/browse/LOG4J2-41"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-420_Create_a_lookup_for_resource_bundle_substitution.xml b/src/changelog/2.0-rc1/LOG4J2-420_Create_a_lookup_for_resource_bundle_substitution.xml
index 68317ac..bcc0e1c 100644
--- a/src/changelog/2.0-rc1/LOG4J2-420_Create_a_lookup_for_resource_bundle_substitution.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-420_Create_a_lookup_for_resource_bundle_substitution.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-420" link="https://issues.apache.org/jira/browse/LOG4J2-420"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-423__JMX_Added_MBeans_for_instrumenting_AsyncAppenders_and_Asyn.xml b/src/changelog/2.0-rc1/LOG4J2-423__JMX_Added_MBeans_for_instrumenting_AsyncAppenders_and_Asyn.xml
index 3e26a8a..c5e6d71 100644
--- a/src/changelog/2.0-rc1/LOG4J2-423__JMX_Added_MBeans_for_instrumenting_AsyncAppenders_and_Asyn.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-423__JMX_Added_MBeans_for_instrumenting_AsyncAppenders_and_Asyn.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-423" link="https://issues.apache.org/jira/browse/LOG4J2-423"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-425_Resolved_memory_leak_by_populating_AsyncLoggerConfigHelper_r.xml b/src/changelog/2.0-rc1/LOG4J2-425_Resolved_memory_leak_by_populating_AsyncLoggerConfigHelper_r.xml
index 927ede7..4e6cd02 100644
--- a/src/changelog/2.0-rc1/LOG4J2-425_Resolved_memory_leak_by_populating_AsyncLoggerConfigHelper_r.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-425_Resolved_memory_leak_by_populating_AsyncLoggerConfigHelper_r.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-425" link="https://issues.apache.org/jira/browse/LOG4J2-425"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-430_Use_the_formatted_Message_in_RFC5424Layout_for_non_Structure.xml b/src/changelog/2.0-rc1/LOG4J2-430_Use_the_formatted_Message_in_RFC5424Layout_for_non_Structure.xml
index 72be313..a00f6a0 100644
--- a/src/changelog/2.0-rc1/LOG4J2-430_Use_the_formatted_Message_in_RFC5424Layout_for_non_Structure.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-430_Use_the_formatted_Message_in_RFC5424Layout_for_non_Structure.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-430" link="https://issues.apache.org/jira/browse/LOG4J2-430"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-438_Ensured_the_JDBCAppender_commits_transactions_after_a_single.xml b/src/changelog/2.0-rc1/LOG4J2-438_Ensured_the_JDBCAppender_commits_transactions_after_a_single.xml
index f9f9429..810deb6 100644
--- a/src/changelog/2.0-rc1/LOG4J2-438_Ensured_the_JDBCAppender_commits_transactions_after_a_single.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-438_Ensured_the_JDBCAppender_commits_transactions_after_a_single.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-438" link="https://issues.apache.org/jira/browse/LOG4J2-438"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-442_Fixed_problem_with_JDBC_and_JPA_appender_connectivity_in_Web.xml b/src/changelog/2.0-rc1/LOG4J2-442_Fixed_problem_with_JDBC_and_JPA_appender_connectivity_in_Web.xml
index ad070aa..316cae6 100644
--- a/src/changelog/2.0-rc1/LOG4J2-442_Fixed_problem_with_JDBC_and_JPA_appender_connectivity_in_Web.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-442_Fixed_problem_with_JDBC_and_JPA_appender_connectivity_in_Web.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-442" link="https://issues.apache.org/jira/browse/LOG4J2-442"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-443__JMX_Fixed_issue_where_log4j2_LoggerContext_did_not_show_up.xml b/src/changelog/2.0-rc1/LOG4J2-443__JMX_Fixed_issue_where_log4j2_LoggerContext_did_not_show_up.xml
index 08bd031..29e8df0 100644
--- a/src/changelog/2.0-rc1/LOG4J2-443__JMX_Fixed_issue_where_log4j2_LoggerContext_did_not_show_up.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-443__JMX_Fixed_issue_where_log4j2_LoggerContext_did_not_show_up.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-443" link="https://issues.apache.org/jira/browse/LOG4J2-443"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-445_ResolverUtil_cannot_find_packages_in_file_URLs_which_include.xml b/src/changelog/2.0-rc1/LOG4J2-445_ResolverUtil_cannot_find_packages_in_file_URLs_which_include.xml
index fcd0cc0..02ad619 100644
--- a/src/changelog/2.0-rc1/LOG4J2-445_ResolverUtil_cannot_find_packages_in_file_URLs_which_include.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-445_ResolverUtil_cannot_find_packages_in_file_URLs_which_include.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-445" link="https://issues.apache.org/jira/browse/LOG4J2-445"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-447_XMLLayout_does_not_include_marker_name.xml b/src/changelog/2.0-rc1/LOG4J2-447_XMLLayout_does_not_include_marker_name.xml
index ce732d5..c2cf916 100644
--- a/src/changelog/2.0-rc1/LOG4J2-447_XMLLayout_does_not_include_marker_name.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-447_XMLLayout_does_not_include_marker_name.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-447" link="https://issues.apache.org/jira/browse/LOG4J2-447"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-451_Fixed_typo_in_documentation_system_property_should_be_log4j.xml b/src/changelog/2.0-rc1/LOG4J2-451_Fixed_typo_in_documentation_system_property_should_be_log4j.xml
index 32d9d2d..de9a96a 100644
--- a/src/changelog/2.0-rc1/LOG4J2-451_Fixed_typo_in_documentation_system_property_should_be_log4j.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-451_Fixed_typo_in_documentation_system_property_should_be_log4j.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-451" link="https://issues.apache.org/jira/browse/LOG4J2-451"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-452_Added_a_ServletContext_attribute_that_when_set_to_true_d.xml b/src/changelog/2.0-rc1/LOG4J2-452_Added_a_ServletContext_attribute_that_when_set_to_true_d.xml
index 5e3940c..23cf0e2 100644
--- a/src/changelog/2.0-rc1/LOG4J2-452_Added_a_ServletContext_attribute_that_when_set_to_true_d.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-452_Added_a_ServletContext_attribute_that_when_set_to_true_d.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-452" link="https://issues.apache.org/jira/browse/LOG4J2-452"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-453_Update_Flume_Appender_to_use_Flume_1_4_0.xml b/src/changelog/2.0-rc1/LOG4J2-453_Update_Flume_Appender_to_use_Flume_1_4_0.xml
index 8690d2b..3a2fa7b 100644
--- a/src/changelog/2.0-rc1/LOG4J2-453_Update_Flume_Appender_to_use_Flume_1_4_0.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-453_Update_Flume_Appender_to_use_Flume_1_4_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-453" link="https://issues.apache.org/jira/browse/LOG4J2-453"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-454_TimeBasedTriggeringPolicy_should_use_event_time_millis.xml b/src/changelog/2.0-rc1/LOG4J2-454_TimeBasedTriggeringPolicy_should_use_event_time_millis.xml
index ac4340a..5693f35 100644
--- a/src/changelog/2.0-rc1/LOG4J2-454_TimeBasedTriggeringPolicy_should_use_event_time_millis.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-454_TimeBasedTriggeringPolicy_should_use_event_time_millis.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-454" link="https://issues.apache.org/jira/browse/LOG4J2-454"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-455_RingBufferLogEvent_should_return_Message_timestamp_for_Times.xml b/src/changelog/2.0-rc1/LOG4J2-455_RingBufferLogEvent_should_return_Message_timestamp_for_Times.xml
index b2443d2..f88d93b 100644
--- a/src/changelog/2.0-rc1/LOG4J2-455_RingBufferLogEvent_should_return_Message_timestamp_for_Times.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-455_RingBufferLogEvent_should_return_Message_timestamp_for_Times.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-455" link="https://issues.apache.org/jira/browse/LOG4J2-455"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-457_Fixed_failure_of_JDBC_and_JPA_appender_to_properly_release_d.xml b/src/changelog/2.0-rc1/LOG4J2-457_Fixed_failure_of_JDBC_and_JPA_appender_to_properly_release_d.xml
index 2b87426..1b6efcf 100644
--- a/src/changelog/2.0-rc1/LOG4J2-457_Fixed_failure_of_JDBC_and_JPA_appender_to_properly_release_d.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-457_Fixed_failure_of_JDBC_and_JPA_appender_to_properly_release_d.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-457" link="https://issues.apache.org/jira/browse/LOG4J2-457"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-459_Set_external_context_when_constructing_the_LoggerContext.xml b/src/changelog/2.0-rc1/LOG4J2-459_Set_external_context_when_constructing_the_LoggerContext.xml
index 4c18d27..55df00c 100644
--- a/src/changelog/2.0-rc1/LOG4J2-459_Set_external_context_when_constructing_the_LoggerContext.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-459_Set_external_context_when_constructing_the_LoggerContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-459" link="https://issues.apache.org/jira/browse/LOG4J2-459"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-462_Fix_LogEvent_to_never_return_null_Level_fixes_LevelPatternC.xml b/src/changelog/2.0-rc1/LOG4J2-462_Fix_LogEvent_to_never_return_null_Level_fixes_LevelPatternC.xml
index 3f95a12..7468e43 100644
--- a/src/changelog/2.0-rc1/LOG4J2-462_Fix_LogEvent_to_never_return_null_Level_fixes_LevelPatternC.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-462_Fix_LogEvent_to_never_return_null_Level_fixes_LevelPatternC.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-462" link="https://issues.apache.org/jira/browse/LOG4J2-462"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-463_Fixed_documentation_for_MyApp_example_application_in_the_Aut.xml b/src/changelog/2.0-rc1/LOG4J2-463_Fixed_documentation_for_MyApp_example_application_in_the_Aut.xml
index d046633..dac4dd0 100644
--- a/src/changelog/2.0-rc1/LOG4J2-463_Fixed_documentation_for_MyApp_example_application_in_the_Aut.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-463_Fixed_documentation_for_MyApp_example_application_in_the_Aut.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-463" link="https://issues.apache.org/jira/browse/LOG4J2-463"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-464_Support_arrays_as_sub_elements_of_a_JSON_configuration.xml b/src/changelog/2.0-rc1/LOG4J2-464_Support_arrays_as_sub_elements_of_a_JSON_configuration.xml
index 47a40d4..02fb07e 100644
--- a/src/changelog/2.0-rc1/LOG4J2-464_Support_arrays_as_sub_elements_of_a_JSON_configuration.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-464_Support_arrays_as_sub_elements_of_a_JSON_configuration.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-464" link="https://issues.apache.org/jira/browse/LOG4J2-464"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-465_Fix_LogEvent_to_never_return_null_Level_fixes_ThresholdFilt.xml b/src/changelog/2.0-rc1/LOG4J2-465_Fix_LogEvent_to_never_return_null_Level_fixes_ThresholdFilt.xml
index f2ba423..014b6a4 100644
--- a/src/changelog/2.0-rc1/LOG4J2-465_Fix_LogEvent_to_never_return_null_Level_fixes_ThresholdFilt.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-465_Fix_LogEvent_to_never_return_null_Level_fixes_ThresholdFilt.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-465" link="https://issues.apache.org/jira/browse/LOG4J2-465"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-466_Cannot_load_log4j2_config_file_if_path_contains_plus_cha.xml b/src/changelog/2.0-rc1/LOG4J2-466_Cannot_load_log4j2_config_file_if_path_contains_plus_cha.xml
index 33dea5b..0be1c8b 100644
--- a/src/changelog/2.0-rc1/LOG4J2-466_Cannot_load_log4j2_config_file_if_path_contains_plus_cha.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-466_Cannot_load_log4j2_config_file_if_path_contains_plus_cha.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-466" link="https://issues.apache.org/jira/browse/LOG4J2-466"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-467_Added_option_to_toggle_Thread_name_caching_in_AsyncLogger.xml b/src/changelog/2.0-rc1/LOG4J2-467_Added_option_to_toggle_Thread_name_caching_in_AsyncLogger.xml
index 7a0f72d..833d694 100644
--- a/src/changelog/2.0-rc1/LOG4J2-467_Added_option_to_toggle_Thread_name_caching_in_AsyncLogger.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-467_Added_option_to_toggle_Thread_name_caching_in_AsyncLogger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-467" link="https://issues.apache.org/jira/browse/LOG4J2-467"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-470_hostName_property_was_not_being_set_until_after_the_first_co.xml b/src/changelog/2.0-rc1/LOG4J2-470_hostName_property_was_not_being_set_until_after_the_first_co.xml
index ffec165..2c3433f 100644
--- a/src/changelog/2.0-rc1/LOG4J2-470_hostName_property_was_not_being_set_until_after_the_first_co.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-470_hostName_property_was_not_being_set_until_after_the_first_co.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-470" link="https://issues.apache.org/jira/browse/LOG4J2-470"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-471_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml b/src/changelog/2.0-rc1/LOG4J2-471_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml
index c02b4b4..4a750ee 100644
--- a/src/changelog/2.0-rc1/LOG4J2-471_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-471_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-471" link="https://issues.apache.org/jira/browse/LOG4J2-471"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-472_BaseConfiguration_class_does_not_properly_implement_Configur.xml b/src/changelog/2.0-rc1/LOG4J2-472_BaseConfiguration_class_does_not_properly_implement_Configur.xml
index 2862bd1..30be3f8 100644
--- a/src/changelog/2.0-rc1/LOG4J2-472_BaseConfiguration_class_does_not_properly_implement_Configur.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-472_BaseConfiguration_class_does_not_properly_implement_Configur.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-472" link="https://issues.apache.org/jira/browse/LOG4J2-472"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-475_Changed_the_MongoDBConnection_to_add_a_MongoDB_encoding_hook.xml b/src/changelog/2.0-rc1/LOG4J2-475_Changed_the_MongoDBConnection_to_add_a_MongoDB_encoding_hook.xml
index 4b547c0..08ac06c 100644
--- a/src/changelog/2.0-rc1/LOG4J2-475_Changed_the_MongoDBConnection_to_add_a_MongoDB_encoding_hook.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-475_Changed_the_MongoDBConnection_to_add_a_MongoDB_encoding_hook.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-475" link="https://issues.apache.org/jira/browse/LOG4J2-475"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-477_NPE_in_ClassLoaderContextSelector.xml b/src/changelog/2.0-rc1/LOG4J2-477_NPE_in_ClassLoaderContextSelector.xml
index e91e699..52a1f99 100644
--- a/src/changelog/2.0-rc1/LOG4J2-477_NPE_in_ClassLoaderContextSelector.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-477_NPE_in_ClassLoaderContextSelector.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-477" link="https://issues.apache.org/jira/browse/LOG4J2-477"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-478_The_message_and_ndc_fields_are_not_JavaScript_escaped_in_JSO.xml b/src/changelog/2.0-rc1/LOG4J2-478_The_message_and_ndc_fields_are_not_JavaScript_escaped_in_JSO.xml
index c91144f..0ba9611 100644
--- a/src/changelog/2.0-rc1/LOG4J2-478_The_message_and_ndc_fields_are_not_JavaScript_escaped_in_JSO.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-478_The_message_and_ndc_fields_are_not_JavaScript_escaped_in_JSO.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-478" link="https://issues.apache.org/jira/browse/LOG4J2-478"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-479_ThreadContext_now_uses_plain_ThreadLocal_by_default_unless.xml b/src/changelog/2.0-rc1/LOG4J2-479_ThreadContext_now_uses_plain_ThreadLocal_by_default_unless.xml
index 0759638..b612f0f 100644
--- a/src/changelog/2.0-rc1/LOG4J2-479_ThreadContext_now_uses_plain_ThreadLocal_by_default_unless.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-479_ThreadContext_now_uses_plain_ThreadLocal_by_default_unless.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-479" link="https://issues.apache.org/jira/browse/LOG4J2-479"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-481_Add_Stream_interface_to_Loggers.xml b/src/changelog/2.0-rc1/LOG4J2-481_Add_Stream_interface_to_Loggers.xml
index 14af60f..b672801 100644
--- a/src/changelog/2.0-rc1/LOG4J2-481_Add_Stream_interface_to_Loggers.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-481_Add_Stream_interface_to_Loggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-481" link="https://issues.apache.org/jira/browse/LOG4J2-481"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-482_Documentation_fix_The_attribute_of_Route_to_refer_to_an_app.xml b/src/changelog/2.0-rc1/LOG4J2-482_Documentation_fix_The_attribute_of_Route_to_refer_to_an_app.xml
index d24554f..b21fc06 100644
--- a/src/changelog/2.0-rc1/LOG4J2-482_Documentation_fix_The_attribute_of_Route_to_refer_to_an_app.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-482_Documentation_fix_The_attribute_of_Route_to_refer_to_an_app.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-482" link="https://issues.apache.org/jira/browse/LOG4J2-482"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-485_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml b/src/changelog/2.0-rc1/LOG4J2-485_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml
index f8ac022..61f4e4f 100644
--- a/src/changelog/2.0-rc1/LOG4J2-485_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-485_Fixed_issue_where_toString_methods_that_perform_logging_coul.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-485" link="https://issues.apache.org/jira/browse/LOG4J2-485"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-489_Fixed_the_JPAAppender_s_overuse_of_transactions_by_connectin.xml b/src/changelog/2.0-rc1/LOG4J2-489_Fixed_the_JPAAppender_s_overuse_of_transactions_by_connectin.xml
index 2648f20..003f9ad 100644
--- a/src/changelog/2.0-rc1/LOG4J2-489_Fixed_the_JPAAppender_s_overuse_of_transactions_by_connectin.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-489_Fixed_the_JPAAppender_s_overuse_of_transactions_by_connectin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-489" link="https://issues.apache.org/jira/browse/LOG4J2-489"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-490_Update_EasyMock_to_version_3_2.xml b/src/changelog/2.0-rc1/LOG4J2-490_Update_EasyMock_to_version_3_2.xml
index c6eca9f..f67107c 100644
--- a/src/changelog/2.0-rc1/LOG4J2-490_Update_EasyMock_to_version_3_2.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-490_Update_EasyMock_to_version_3_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-490" link="https://issues.apache.org/jira/browse/LOG4J2-490"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-492__JMX_Fixed_MalformedObjectNameException_if_context_name_con.xml b/src/changelog/2.0-rc1/LOG4J2-492__JMX_Fixed_MalformedObjectNameException_if_context_name_con.xml
index d0e5a13..01d8979 100644
--- a/src/changelog/2.0-rc1/LOG4J2-492__JMX_Fixed_MalformedObjectNameException_if_context_name_con.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-492__JMX_Fixed_MalformedObjectNameException_if_context_name_con.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-492" link="https://issues.apache.org/jira/browse/LOG4J2-492"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-500__JMX_ObjectNames_changed_Unloading_one_web_application_u.xml b/src/changelog/2.0-rc1/LOG4J2-500__JMX_ObjectNames_changed_Unloading_one_web_application_u.xml
index 61b6388..2621594 100644
--- a/src/changelog/2.0-rc1/LOG4J2-500__JMX_ObjectNames_changed_Unloading_one_web_application_u.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-500__JMX_ObjectNames_changed_Unloading_one_web_application_u.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-500" link="https://issues.apache.org/jira/browse/LOG4J2-500"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-507_Space_Level_numbers_by_100_instead_of_1.xml b/src/changelog/2.0-rc1/LOG4J2-507_Space_Level_numbers_by_100_instead_of_1.xml
index 453e8d3..7d72d74 100644
--- a/src/changelog/2.0-rc1/LOG4J2-507_Space_Level_numbers_by_100_instead_of_1.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-507_Space_Level_numbers_by_100_instead_of_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-507" link="https://issues.apache.org/jira/browse/LOG4J2-507"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-511_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml b/src/changelog/2.0-rc1/LOG4J2-511_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml
index 4cfc973..04350e9 100644
--- a/src/changelog/2.0-rc1/LOG4J2-511_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-511_Stop_AsyncLoggerConfig_Disruptor_thread_s_then_AsyncAppend.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-511" link="https://issues.apache.org/jira/browse/LOG4J2-511"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-512_Exposed_Log4j_web_support_interface_and_methods_and_the_Logg.xml b/src/changelog/2.0-rc1/LOG4J2-512_Exposed_Log4j_web_support_interface_and_methods_and_the_Logg.xml
index 1dbce9d..4f92523 100644
--- a/src/changelog/2.0-rc1/LOG4J2-512_Exposed_Log4j_web_support_interface_and_methods_and_the_Logg.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-512_Exposed_Log4j_web_support_interface_and_methods_and_the_Logg.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-512" link="https://issues.apache.org/jira/browse/LOG4J2-512"/>
   <author id="nickwilliams"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-517_Switch_in_log4j_1_2_api_Category_getEffectiveLevel_has_no_ca.xml b/src/changelog/2.0-rc1/LOG4J2-517_Switch_in_log4j_1_2_api_Category_getEffectiveLevel_has_no_ca.xml
index 7ba2013..a84113d 100644
--- a/src/changelog/2.0-rc1/LOG4J2-517_Switch_in_log4j_1_2_api_Category_getEffectiveLevel_has_no_ca.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-517_Switch_in_log4j_1_2_api_Category_getEffectiveLevel_has_no_ca.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-517" link="https://issues.apache.org/jira/browse/LOG4J2-517"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-523_LocalizedMessage_serialization_is_broken.xml b/src/changelog/2.0-rc1/LOG4J2-523_LocalizedMessage_serialization_is_broken.xml
index 0c055e1..e6092b4 100644
--- a/src/changelog/2.0-rc1/LOG4J2-523_LocalizedMessage_serialization_is_broken.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-523_LocalizedMessage_serialization_is_broken.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-523" link="https://issues.apache.org/jira/browse/LOG4J2-523"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-528_Rename_package_org_apache_logging_log4j_core_appender_rollin.xml b/src/changelog/2.0-rc1/LOG4J2-528_Rename_package_org_apache_logging_log4j_core_appender_rollin.xml
index f66b9a5..6454d72 100644
--- a/src/changelog/2.0-rc1/LOG4J2-528_Rename_package_org_apache_logging_log4j_core_appender_rollin.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-528_Rename_package_org_apache_logging_log4j_core_appender_rollin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-528" link="https://issues.apache.org/jira/browse/LOG4J2-528"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-530__JMX_JMX_Client_GUI_should_dynamically_update_when_LoggerCo.xml b/src/changelog/2.0-rc1/LOG4J2-530__JMX_JMX_Client_GUI_should_dynamically_update_when_LoggerCo.xml
index 47e98c4..dd3587e 100644
--- a/src/changelog/2.0-rc1/LOG4J2-530__JMX_JMX_Client_GUI_should_dynamically_update_when_LoggerCo.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-530__JMX_JMX_Client_GUI_should_dynamically_update_when_LoggerCo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-530" link="https://issues.apache.org/jira/browse/LOG4J2-530"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-531_Fixed_bugs_where_rolled_log_files_were_overwritten_by_Rollin.xml b/src/changelog/2.0-rc1/LOG4J2-531_Fixed_bugs_where_rolled_log_files_were_overwritten_by_Rollin.xml
index a16155b..7c08812 100644
--- a/src/changelog/2.0-rc1/LOG4J2-531_Fixed_bugs_where_rolled_log_files_were_overwritten_by_Rollin.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-531_Fixed_bugs_where_rolled_log_files_were_overwritten_by_Rollin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-531" link="https://issues.apache.org/jira/browse/LOG4J2-531"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc1/LOG4J2-532_Resource_leak_in_Flume_appender_when_it_cannot_create_a_Berk.xml b/src/changelog/2.0-rc1/LOG4J2-532_Resource_leak_in_Flume_appender_when_it_cannot_create_a_Berk.xml
index 239f401..a674cb0 100644
--- a/src/changelog/2.0-rc1/LOG4J2-532_Resource_leak_in_Flume_appender_when_it_cannot_create_a_Berk.xml
+++ b/src/changelog/2.0-rc1/LOG4J2-532_Resource_leak_in_Flume_appender_when_it_cannot_create_a_Berk.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-532" link="https://issues.apache.org/jira/browse/LOG4J2-532"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc1/Removed_the_DataSourceConnectionSource_and_the_DriverManage.xml b/src/changelog/2.0-rc1/Removed_the_DataSourceConnectionSource_and_the_DriverManage.xml
index 672e081..57c8877 100644
--- a/src/changelog/2.0-rc1/Removed_the_DataSourceConnectionSource_and_the_DriverManage.xml
+++ b/src/changelog/2.0-rc1/Removed_the_DataSourceConnectionSource_and_the_DriverManage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="removed">
   <author id="nickwilliams"/>
   <description format="asciidoc">Removed the DataSourceConnectionSource and the &lt;DriverManager&gt; plugin for the JDBC Appender. It is not
diff --git a/src/changelog/2.0-rc1/Renamed_the_org_apache_logging_log4j_core_appender_db_nosql.xml b/src/changelog/2.0-rc1/Renamed_the_org_apache_logging_log4j_core_appender_db_nosql.xml
index d1b90f5..182a12e 100644
--- a/src/changelog/2.0-rc1/Renamed_the_org_apache_logging_log4j_core_appender_db_nosql.xml
+++ b/src/changelog/2.0-rc1/Renamed_the_org_apache_logging_log4j_core_appender_db_nosql.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="grobmeier"/>
   <description format="asciidoc">Renamed the org.apache.logging.log4j.core.appender.db.nosql.couch package to
diff --git a/src/changelog/2.0-rc2/.release.xml b/src/changelog/2.0-rc2/.release.xml
index f584c83..9edc924 100644
--- a/src/changelog/2.0-rc2/.release.xml
+++ b/src/changelog/2.0-rc2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2014-06-21"
          version="2.0-rc2"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-141_Improved_documentation_regarding_log4j_status_logger.xml b/src/changelog/2.0-rc2/LOG4J2-141_Improved_documentation_regarding_log4j_status_logger.xml
index 237ec47..1757708 100644
--- a/src/changelog/2.0-rc2/LOG4J2-141_Improved_documentation_regarding_log4j_status_logger.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-141_Improved_documentation_regarding_log4j_status_logger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-141" link="https://issues.apache.org/jira/browse/LOG4J2-141"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-250_Refactor_Log4jLogEvent_to_lazily_create_ThrowableProxy.xml b/src/changelog/2.0-rc2/LOG4J2-250_Refactor_Log4jLogEvent_to_lazily_create_ThrowableProxy.xml
index ad4b09c..8f3bac7 100644
--- a/src/changelog/2.0-rc2/LOG4J2-250_Refactor_Log4jLogEvent_to_lazily_create_ThrowableProxy.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-250_Refactor_Log4jLogEvent_to_lazily_create_ThrowableProxy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-250" link="https://issues.apache.org/jira/browse/LOG4J2-250"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-345_The_log4j_1_2_api_module_didn_t_export_any_packages_to_OSGi.xml b/src/changelog/2.0-rc2/LOG4J2-345_The_log4j_1_2_api_module_didn_t_export_any_packages_to_OSGi.xml
index d38067d..0414b48 100644
--- a/src/changelog/2.0-rc2/LOG4J2-345_The_log4j_1_2_api_module_didn_t_export_any_packages_to_OSGi.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-345_The_log4j_1_2_api_module_didn_t_export_any_packages_to_OSGi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-345" link="https://issues.apache.org/jira/browse/LOG4J2-345"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-346_Cyclic_dependency_with_log4j_slf4j_impl_in_OSGi.xml b/src/changelog/2.0-rc2/LOG4J2-346_Cyclic_dependency_with_log4j_slf4j_impl_in_OSGi.xml
index 5cdc591..3abe012 100644
--- a/src/changelog/2.0-rc2/LOG4J2-346_Cyclic_dependency_with_log4j_slf4j_impl_in_OSGi.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-346_Cyclic_dependency_with_log4j_slf4j_impl_in_OSGi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-346" link="https://issues.apache.org/jira/browse/LOG4J2-346"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-378_Add_DateLookup_and_ThreadContextLookup_to_default_lookups.xml b/src/changelog/2.0-rc2/LOG4J2-378_Add_DateLookup_and_ThreadContextLookup_to_default_lookups.xml
index e4cbd44..778ebc6 100644
--- a/src/changelog/2.0-rc2/LOG4J2-378_Add_DateLookup_and_ThreadContextLookup_to_default_lookups.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-378_Add_DateLookup_and_ThreadContextLookup_to_default_lookups.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-378" link="https://issues.apache.org/jira/browse/LOG4J2-378"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-392_Resolved_a_problem_with_the_previous_solution_for_LOG4J2_392.xml b/src/changelog/2.0-rc2/LOG4J2-392_Resolved_a_problem_with_the_previous_solution_for_LOG4J2_392.xml
index 60ad382..21c3f0b 100644
--- a/src/changelog/2.0-rc2/LOG4J2-392_Resolved_a_problem_with_the_previous_solution_for_LOG4J2_392.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-392_Resolved_a_problem_with_the_previous_solution_for_LOG4J2_392.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-392" link="https://issues.apache.org/jira/browse/LOG4J2-392"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-410_SLf4JLogger_is_now_Serializable.xml b/src/changelog/2.0-rc2/LOG4J2-410_SLf4JLogger_is_now_Serializable.xml
index b1f74d3..64c4e39 100644
--- a/src/changelog/2.0-rc2/LOG4J2-410_SLf4JLogger_is_now_Serializable.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-410_SLf4JLogger_is_now_Serializable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-410" link="https://issues.apache.org/jira/browse/LOG4J2-410"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-419_Support_default_value_for_missing_key_in_look_ups_with_fallb.xml b/src/changelog/2.0-rc2/LOG4J2-419_Support_default_value_for_missing_key_in_look_ups_with_fallb.xml
index d835e7b..75dddb1 100644
--- a/src/changelog/2.0-rc2/LOG4J2-419_Support_default_value_for_missing_key_in_look_ups_with_fallb.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-419_Support_default_value_for_missing_key_in_look_ups_with_fallb.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-419" link="https://issues.apache.org/jira/browse/LOG4J2-419"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-427_Add_support_for_configuration_via_YAML.xml b/src/changelog/2.0-rc2/LOG4J2-427_Add_support_for_configuration_via_YAML.xml
index eaf73e0..7f3770c 100644
--- a/src/changelog/2.0-rc2/LOG4J2-427_Add_support_for_configuration_via_YAML.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-427_Add_support_for_configuration_via_YAML.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-427" link="https://issues.apache.org/jira/browse/LOG4J2-427"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-42_Create_an_appender_to_route_log_events_to_the_ServletContext.xml b/src/changelog/2.0-rc2/LOG4J2-42_Create_an_appender_to_route_log_events_to_the_ServletContext.xml
index 08b684b..d8e506b 100644
--- a/src/changelog/2.0-rc2/LOG4J2-42_Create_an_appender_to_route_log_events_to_the_ServletContext.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-42_Create_an_appender_to_route_log_events_to_the_ServletContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-42" link="https://issues.apache.org/jira/browse/LOG4J2-42"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-439_Add_EncodingPatternConverter_to_escape_newlines_and_HTML_spe.xml b/src/changelog/2.0-rc2/LOG4J2-439_Add_EncodingPatternConverter_to_escape_newlines_and_HTML_spe.xml
index 4625215..2a28926 100644
--- a/src/changelog/2.0-rc2/LOG4J2-439_Add_EncodingPatternConverter_to_escape_newlines_and_HTML_spe.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-439_Add_EncodingPatternConverter_to_escape_newlines_and_HTML_spe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-439" link="https://issues.apache.org/jira/browse/LOG4J2-439"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-440_During_shutdown_a_NullPointerException_could_be_thrown_due.xml b/src/changelog/2.0-rc2/LOG4J2-440_During_shutdown_a_NullPointerException_could_be_thrown_due.xml
index c294918..0e9f0ef 100644
--- a/src/changelog/2.0-rc2/LOG4J2-440_During_shutdown_a_NullPointerException_could_be_thrown_due.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-440_During_shutdown_a_NullPointerException_could_be_thrown_due.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-440" link="https://issues.apache.org/jira/browse/LOG4J2-440"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-448_A_StringIndexOutOfBounds_exception_could_occur_during_proper.xml b/src/changelog/2.0-rc2/LOG4J2-448_A_StringIndexOutOfBounds_exception_could_occur_during_proper.xml
index b409b9a..40a4d87 100644
--- a/src/changelog/2.0-rc2/LOG4J2-448_A_StringIndexOutOfBounds_exception_could_occur_during_proper.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-448_A_StringIndexOutOfBounds_exception_could_occur_during_proper.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-448" link="https://issues.apache.org/jira/browse/LOG4J2-448"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-468_Add_support_to_add_a_LoggerConfig_Document_two_ways_to_modi.xml b/src/changelog/2.0-rc2/LOG4J2-468_Add_support_to_add_a_LoggerConfig_Document_two_ways_to_modi.xml
index e61dc39..4d1b084 100644
--- a/src/changelog/2.0-rc2/LOG4J2-468_Add_support_to_add_a_LoggerConfig_Document_two_ways_to_modi.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-468_Add_support_to_add_a_LoggerConfig_Document_two_ways_to_modi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-468" link="https://issues.apache.org/jira/browse/LOG4J2-468"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-469_FailoverAppender_was_not_resetting_its_status_after_the_prim.xml b/src/changelog/2.0-rc2/LOG4J2-469_FailoverAppender_was_not_resetting_its_status_after_the_prim.xml
index 545f147..52223ce 100644
--- a/src/changelog/2.0-rc2/LOG4J2-469_FailoverAppender_was_not_resetting_its_status_after_the_prim.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-469_FailoverAppender_was_not_resetting_its_status_after_the_prim.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-469" link="https://issues.apache.org/jira/browse/LOG4J2-469"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-496_Allow_header_and_footer_to_be_specified_as_lookup_patterns_i.xml b/src/changelog/2.0-rc2/LOG4J2-496_Allow_header_and_footer_to_be_specified_as_lookup_patterns_i.xml
index b9ca55f..485a269 100644
--- a/src/changelog/2.0-rc2/LOG4J2-496_Allow_header_and_footer_to_be_specified_as_lookup_patterns_i.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-496_Allow_header_and_footer_to_be_specified_as_lookup_patterns_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-496" link="https://issues.apache.org/jira/browse/LOG4J2-496"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-499_Add_equals_and_hashcode_to_Log4jLogEvent.xml b/src/changelog/2.0-rc2/LOG4J2-499_Add_equals_and_hashcode_to_Log4jLogEvent.xml
index 21715a7..e8970e2 100644
--- a/src/changelog/2.0-rc2/LOG4J2-499_Add_equals_and_hashcode_to_Log4jLogEvent.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-499_Add_equals_and_hashcode_to_Log4jLogEvent.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-499" link="https://issues.apache.org/jira/browse/LOG4J2-499"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-520_Resolved_issue_where_AsyncAppender_dropped_events_if_queue_s.xml b/src/changelog/2.0-rc2/LOG4J2-520_Resolved_issue_where_AsyncAppender_dropped_events_if_queue_s.xml
index 52cd9cc..26f6e74 100644
--- a/src/changelog/2.0-rc2/LOG4J2-520_Resolved_issue_where_AsyncAppender_dropped_events_if_queue_s.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-520_Resolved_issue_where_AsyncAppender_dropped_events_if_queue_s.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-520" link="https://issues.apache.org/jira/browse/LOG4J2-520"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-535_Reset_rollover_time_when_size_rollover_is_triggered.xml b/src/changelog/2.0-rc2/LOG4J2-535_Reset_rollover_time_when_size_rollover_is_triggered.xml
index 585266e..659f784 100644
--- a/src/changelog/2.0-rc2/LOG4J2-535_Reset_rollover_time_when_size_rollover_is_triggered.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-535_Reset_rollover_time_when_size_rollover_is_triggered.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-535" link="https://issues.apache.org/jira/browse/LOG4J2-535"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-539_Fixed_issue_with_Reconfigure_using_XML_below_function_in_J.xml b/src/changelog/2.0-rc2/LOG4J2-539_Fixed_issue_with_Reconfigure_using_XML_below_function_in_J.xml
index d99c073..36ce06b 100644
--- a/src/changelog/2.0-rc2/LOG4J2-539_Fixed_issue_with_Reconfigure_using_XML_below_function_in_J.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-539_Fixed_issue_with_Reconfigure_using_XML_below_function_in_J.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-539" link="https://issues.apache.org/jira/browse/LOG4J2-539"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-542_Make_Throwable_transient_in_ThrowableProxy.xml b/src/changelog/2.0-rc2/LOG4J2-542_Make_Throwable_transient_in_ThrowableProxy.xml
index e9bc93e..7d3993d 100644
--- a/src/changelog/2.0-rc2/LOG4J2-542_Make_Throwable_transient_in_ThrowableProxy.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-542_Make_Throwable_transient_in_ThrowableProxy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-542" link="https://issues.apache.org/jira/browse/LOG4J2-542"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-547_Have_Logger_API_expose_a_PrintWriter_instead_of_custom_Logge.xml b/src/changelog/2.0-rc2/LOG4J2-547_Have_Logger_API_expose_a_PrintWriter_instead_of_custom_Logge.xml
index d88b01e..1d78922 100644
--- a/src/changelog/2.0-rc2/LOG4J2-547_Have_Logger_API_expose_a_PrintWriter_instead_of_custom_Logge.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-547_Have_Logger_API_expose_a_PrintWriter_instead_of_custom_Logge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-547" link="https://issues.apache.org/jira/browse/LOG4J2-547"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-554_Allow_configuration_files_to_be_located_as_Servlet_Context_r.xml b/src/changelog/2.0-rc2/LOG4J2-554_Allow_configuration_files_to_be_located_as_Servlet_Context_r.xml
index d89e862..2526c8b 100644
--- a/src/changelog/2.0-rc2/LOG4J2-554_Allow_configuration_files_to_be_located_as_Servlet_Context_r.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-554_Allow_configuration_files_to_be_located_as_Servlet_Context_r.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-554" link="https://issues.apache.org/jira/browse/LOG4J2-554"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-555_Introduce_ExtendedLogger_interface_to_facilitate_implementin.xml b/src/changelog/2.0-rc2/LOG4J2-555_Introduce_ExtendedLogger_interface_to_facilitate_implementin.xml
index f2342c4..9ec2f91 100644
--- a/src/changelog/2.0-rc2/LOG4J2-555_Introduce_ExtendedLogger_interface_to_facilitate_implementin.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-555_Introduce_ExtendedLogger_interface_to_facilitate_implementin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-555" link="https://issues.apache.org/jira/browse/LOG4J2-555"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-560_SyslogAppenderTest_and_RFC5424LayoutTest_were_failing_in_Jav.xml b/src/changelog/2.0-rc2/LOG4J2-560_SyslogAppenderTest_and_RFC5424LayoutTest_were_failing_in_Jav.xml
index b99aa38..946b103 100644
--- a/src/changelog/2.0-rc2/LOG4J2-560_SyslogAppenderTest_and_RFC5424LayoutTest_were_failing_in_Jav.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-560_SyslogAppenderTest_and_RFC5424LayoutTest_were_failing_in_Jav.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-560" link="https://issues.apache.org/jira/browse/LOG4J2-560"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-561_Allow_spaces_around_commas_in_Configuration_s_package_attrib.xml b/src/changelog/2.0-rc2/LOG4J2-561_Allow_spaces_around_commas_in_Configuration_s_package_attrib.xml
index 8408341..20fc4e0 100644
--- a/src/changelog/2.0-rc2/LOG4J2-561_Allow_spaces_around_commas_in_Configuration_s_package_attrib.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-561_Allow_spaces_around_commas_in_Configuration_s_package_attrib.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-561" link="https://issues.apache.org/jira/browse/LOG4J2-561"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-563_FlumeAvroManager_now_always_uses_a_client_type_of_default_fa.xml b/src/changelog/2.0-rc2/LOG4J2-563_FlumeAvroManager_now_always_uses_a_client_type_of_default_fa.xml
index f0a48f1..0d37488 100644
--- a/src/changelog/2.0-rc2/LOG4J2-563_FlumeAvroManager_now_always_uses_a_client_type_of_default_fa.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-563_FlumeAvroManager_now_always_uses_a_client_type_of_default_fa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-563" link="https://issues.apache.org/jira/browse/LOG4J2-563"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-564_Renamed_SLF4J_logger_class_to_Log4jLogger.xml b/src/changelog/2.0-rc2/LOG4J2-564_Renamed_SLF4J_logger_class_to_Log4jLogger.xml
index 3e8a5c1..380a920 100644
--- a/src/changelog/2.0-rc2/LOG4J2-564_Renamed_SLF4J_logger_class_to_Log4jLogger.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-564_Renamed_SLF4J_logger_class_to_Log4jLogger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-564" link="https://issues.apache.org/jira/browse/LOG4J2-564"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-566_Made_RollingRandomAccessFileAppender_buffer_size_configurabl.xml b/src/changelog/2.0-rc2/LOG4J2-566_Made_RollingRandomAccessFileAppender_buffer_size_configurabl.xml
index b69cd04..e2ce84a 100644
--- a/src/changelog/2.0-rc2/LOG4J2-566_Made_RollingRandomAccessFileAppender_buffer_size_configurabl.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-566_Made_RollingRandomAccessFileAppender_buffer_size_configurabl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-566" link="https://issues.apache.org/jira/browse/LOG4J2-566"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-570_Fix_shutdown_thread_memory_leak_in_servlet_containers.xml b/src/changelog/2.0-rc2/LOG4J2-570_Fix_shutdown_thread_memory_leak_in_servlet_containers.xml
index 7f5de50..66d3271 100644
--- a/src/changelog/2.0-rc2/LOG4J2-570_Fix_shutdown_thread_memory_leak_in_servlet_containers.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-570_Fix_shutdown_thread_memory_leak_in_servlet_containers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-570" link="https://issues.apache.org/jira/browse/LOG4J2-570"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-574_Make_Blocking_the_default_WaitStrategy_for_Async_Loggers.xml b/src/changelog/2.0-rc2/LOG4J2-574_Make_Blocking_the_default_WaitStrategy_for_Async_Loggers.xml
index b5097fa..d9f78b7 100644
--- a/src/changelog/2.0-rc2/LOG4J2-574_Make_Blocking_the_default_WaitStrategy_for_Async_Loggers.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-574_Make_Blocking_the_default_WaitStrategy_for_Async_Loggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-574" link="https://issues.apache.org/jira/browse/LOG4J2-574"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-576_Add_org_apache_logging_log4j_Logger_getLevel.xml b/src/changelog/2.0-rc2/LOG4J2-576_Add_org_apache_logging_log4j_Logger_getLevel.xml
index 85b494d..96fc515 100644
--- a/src/changelog/2.0-rc2/LOG4J2-576_Add_org_apache_logging_log4j_Logger_getLevel.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-576_Add_org_apache_logging_log4j_Logger_getLevel.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-576" link="https://issues.apache.org/jira/browse/LOG4J2-576"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-579_Rework_Level_comparison_APIs.xml b/src/changelog/2.0-rc2/LOG4J2-579_Rework_Level_comparison_APIs.xml
index 2011c29..4c3f4ac 100644
--- a/src/changelog/2.0-rc2/LOG4J2-579_Rework_Level_comparison_APIs.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-579_Rework_Level_comparison_APIs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-579" link="https://issues.apache.org/jira/browse/LOG4J2-579"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-581_RollingRandomAccessFile_now_writes_the_layout_header_after_r.xml b/src/changelog/2.0-rc2/LOG4J2-581_RollingRandomAccessFile_now_writes_the_layout_header_after_r.xml
index f8a048d..1b3a377 100644
--- a/src/changelog/2.0-rc2/LOG4J2-581_RollingRandomAccessFile_now_writes_the_layout_header_after_r.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-581_RollingRandomAccessFile_now_writes_the_layout_header_after_r.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-581" link="https://issues.apache.org/jira/browse/LOG4J2-581"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-582_Rename_org_apache_logging_log4j_core_net_SocketServer_to_TCP.xml b/src/changelog/2.0-rc2/LOG4J2-582_Rename_org_apache_logging_log4j_core_net_SocketServer_to_TCP.xml
index 45260f2..699c30d 100644
--- a/src/changelog/2.0-rc2/LOG4J2-582_Rename_org_apache_logging_log4j_core_net_SocketServer_to_TCP.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-582_Rename_org_apache_logging_log4j_core_net_SocketServer_to_TCP.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-582" link="https://issues.apache.org/jira/browse/LOG4J2-582"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-585_Add_support_for_multiple_parents_to_Markers.xml b/src/changelog/2.0-rc2/LOG4J2-585_Add_support_for_multiple_parents_to_Markers.xml
index 5ac1d10..af8866c 100644
--- a/src/changelog/2.0-rc2/LOG4J2-585_Add_support_for_multiple_parents_to_Markers.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-585_Add_support_for_multiple_parents_to_Markers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-585" link="https://issues.apache.org/jira/browse/LOG4J2-585"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-592_Update_Jackson_to_2_3_2_from_2_2_2.xml b/src/changelog/2.0-rc2/LOG4J2-592_Update_Jackson_to_2_3_2_from_2_2_2.xml
index f90b796..1039ced 100644
--- a/src/changelog/2.0-rc2/LOG4J2-592_Update_Jackson_to_2_3_2_from_2_2_2.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-592_Update_Jackson_to_2_3_2_from_2_2_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-592" link="https://issues.apache.org/jira/browse/LOG4J2-592"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-595_Introduce_Java_annotation_processor_as_the_new_plugin_pre_ca.xml b/src/changelog/2.0-rc2/LOG4J2-595_Introduce_Java_annotation_processor_as_the_new_plugin_pre_ca.xml
index fd1303a..a5452ed 100644
--- a/src/changelog/2.0-rc2/LOG4J2-595_Introduce_Java_annotation_processor_as_the_new_plugin_pre_ca.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-595_Introduce_Java_annotation_processor_as_the_new_plugin_pre_ca.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-595" link="https://issues.apache.org/jira/browse/LOG4J2-595"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-597_StatusLogger_was_not_skipping_multiple_instances_of_the_FQCN.xml b/src/changelog/2.0-rc2/LOG4J2-597_StatusLogger_was_not_skipping_multiple_instances_of_the_FQCN.xml
index 2090bc8..dd88adf 100644
--- a/src/changelog/2.0-rc2/LOG4J2-597_StatusLogger_was_not_skipping_multiple_instances_of_the_FQCN.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-597_StatusLogger_was_not_skipping_multiple_instances_of_the_FQCN.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-597" link="https://issues.apache.org/jira/browse/LOG4J2-597"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-598_Add_support_for_types_other_than_String_for_plugin_factory_v.xml b/src/changelog/2.0-rc2/LOG4J2-598_Add_support_for_types_other_than_String_for_plugin_factory_v.xml
index 9b66b93..614170e 100644
--- a/src/changelog/2.0-rc2/LOG4J2-598_Add_support_for_types_other_than_String_for_plugin_factory_v.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-598_Add_support_for_types_other_than_String_for_plugin_factory_v.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-598" link="https://issues.apache.org/jira/browse/LOG4J2-598"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-602_Unit_tests_are_now_less_verbose_during_the_build_process.xml b/src/changelog/2.0-rc2/LOG4J2-602_Unit_tests_are_now_less_verbose_during_the_build_process.xml
index daa34f0..7ac4a55 100644
--- a/src/changelog/2.0-rc2/LOG4J2-602_Unit_tests_are_now_less_verbose_during_the_build_process.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-602_Unit_tests_are_now_less_verbose_during_the_build_process.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-602" link="https://issues.apache.org/jira/browse/LOG4J2-602"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-605_Password_data_from_the_NoSQL_plugins_no_longer_shows_up_in_c.xml b/src/changelog/2.0-rc2/LOG4J2-605_Password_data_from_the_NoSQL_plugins_no_longer_shows_up_in_c.xml
index 50ba339..0fd907a 100644
--- a/src/changelog/2.0-rc2/LOG4J2-605_Password_data_from_the_NoSQL_plugins_no_longer_shows_up_in_c.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-605_Password_data_from_the_NoSQL_plugins_no_longer_shows_up_in_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-605" link="https://issues.apache.org/jira/browse/LOG4J2-605"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-613_The_OSGi_version_of_log4j_web_imports_Servlet_2_5_at_minimum.xml b/src/changelog/2.0-rc2/LOG4J2-613_The_OSGi_version_of_log4j_web_imports_Servlet_2_5_at_minimum.xml
index dd26218..a5c3cad 100644
--- a/src/changelog/2.0-rc2/LOG4J2-613_The_OSGi_version_of_log4j_web_imports_Servlet_2_5_at_minimum.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-613_The_OSGi_version_of_log4j_web_imports_Servlet_2_5_at_minimum.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-613" link="https://issues.apache.org/jira/browse/LOG4J2-613"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-616_Update_Jackson_to_2_3_3.xml b/src/changelog/2.0-rc2/LOG4J2-616_Update_Jackson_to_2_3_3.xml
index 96d6b53..3744de5 100644
--- a/src/changelog/2.0-rc2/LOG4J2-616_Update_Jackson_to_2_3_3.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-616_Update_Jackson_to_2_3_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-616" link="https://issues.apache.org/jira/browse/LOG4J2-616"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-617_Update_SLF4J_to_1_7_7.xml b/src/changelog/2.0-rc2/LOG4J2-617_Update_SLF4J_to_1_7_7.xml
index de19904..f9becd7 100644
--- a/src/changelog/2.0-rc2/LOG4J2-617_Update_SLF4J_to_1_7_7.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-617_Update_SLF4J_to_1_7_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-617" link="https://issues.apache.org/jira/browse/LOG4J2-617"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-619_Invalid_XML_configuration_files_do_not_prevent_the_config_fi.xml b/src/changelog/2.0-rc2/LOG4J2-619_Invalid_XML_configuration_files_do_not_prevent_the_config_fi.xml
index 6d6a9c3..e4c1801 100644
--- a/src/changelog/2.0-rc2/LOG4J2-619_Invalid_XML_configuration_files_do_not_prevent_the_config_fi.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-619_Invalid_XML_configuration_files_do_not_prevent_the_config_fi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-619" link="https://issues.apache.org/jira/browse/LOG4J2-619"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-620_Perform_reconfiguration_in_a_separate_thread_to_prevent_dead.xml b/src/changelog/2.0-rc2/LOG4J2-620_Perform_reconfiguration_in_a_separate_thread_to_prevent_dead.xml
index 7da516a..6a020b5 100644
--- a/src/changelog/2.0-rc2/LOG4J2-620_Perform_reconfiguration_in_a_separate_thread_to_prevent_dead.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-620_Perform_reconfiguration_in_a_separate_thread_to_prevent_dead.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-620" link="https://issues.apache.org/jira/browse/LOG4J2-620"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-622_RollingFileManager_now_correctly_honours_the_bufferedIO_conf.xml b/src/changelog/2.0-rc2/LOG4J2-622_RollingFileManager_now_correctly_honours_the_bufferedIO_conf.xml
index d680a52..7eb8196 100644
--- a/src/changelog/2.0-rc2/LOG4J2-622_RollingFileManager_now_correctly_honours_the_bufferedIO_conf.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-622_RollingFileManager_now_correctly_honours_the_bufferedIO_conf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-622" link="https://issues.apache.org/jira/browse/LOG4J2-622"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout.xml b/src/changelog/2.0-rc2/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout.xml
index ae2d417..47eefd3 100644
--- a/src/changelog/2.0-rc2/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-623" link="https://issues.apache.org/jira/browse/LOG4J2-623"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-628_Use_Clock_to_generate_all_log_event_timestamps_not_just_for.xml b/src/changelog/2.0-rc2/LOG4J2-628_Use_Clock_to_generate_all_log_event_timestamps_not_just_for.xml
index bd66d1e..daf1274 100644
--- a/src/changelog/2.0-rc2/LOG4J2-628_Use_Clock_to_generate_all_log_event_timestamps_not_just_for.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-628_Use_Clock_to_generate_all_log_event_timestamps_not_just_for.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-628" link="https://issues.apache.org/jira/browse/LOG4J2-628"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-629_Document_the_system_properties_used_in_Log4J_2.xml b/src/changelog/2.0-rc2/LOG4J2-629_Document_the_system_properties_used_in_Log4J_2.xml
index 44ce995..0b62f01 100644
--- a/src/changelog/2.0-rc2/LOG4J2-629_Document_the_system_properties_used_in_Log4J_2.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-629_Document_the_system_properties_used_in_Log4J_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-629" link="https://issues.apache.org/jira/browse/LOG4J2-629"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-637_JMX_Updating_a_Logger_s_level_via_jConsole_now_correctly_ta.xml b/src/changelog/2.0-rc2/LOG4J2-637_JMX_Updating_a_Logger_s_level_via_jConsole_now_correctly_ta.xml
index 7c89421..d63d9ff 100644
--- a/src/changelog/2.0-rc2/LOG4J2-637_JMX_Updating_a_Logger_s_level_via_jConsole_now_correctly_ta.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-637_JMX_Updating_a_Logger_s_level_via_jConsole_now_correctly_ta.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-637" link="https://issues.apache.org/jira/browse/LOG4J2-637"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-639_Prevent_NPE_in_AsyncLogger_and_AsyncLoggerConfig_if_logger_i.xml b/src/changelog/2.0-rc2/LOG4J2-639_Prevent_NPE_in_AsyncLogger_and_AsyncLoggerConfig_if_logger_i.xml
index 61578e0..90aac74 100644
--- a/src/changelog/2.0-rc2/LOG4J2-639_Prevent_NPE_in_AsyncLogger_and_AsyncLoggerConfig_if_logger_i.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-639_Prevent_NPE_in_AsyncLogger_and_AsyncLoggerConfig_if_logger_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-639" link="https://issues.apache.org/jira/browse/LOG4J2-639"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-640_Fix_NPE_that_can_be_caused_by_a_null_ThreadContextClassLoade.xml b/src/changelog/2.0-rc2/LOG4J2-640_Fix_NPE_that_can_be_caused_by_a_null_ThreadContextClassLoade.xml
index f81faed3..e345140 100644
--- a/src/changelog/2.0-rc2/LOG4J2-640_Fix_NPE_that_can_be_caused_by_a_null_ThreadContextClassLoade.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-640_Fix_NPE_that_can_be_caused_by_a_null_ThreadContextClassLoade.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-640" link="https://issues.apache.org/jira/browse/LOG4J2-640"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-641_Override_commons_logging_dependency_version_in_tests.xml b/src/changelog/2.0-rc2/LOG4J2-641_Override_commons_logging_dependency_version_in_tests.xml
index d017332..8f5ef58 100644
--- a/src/changelog/2.0-rc2/LOG4J2-641_Override_commons_logging_dependency_version_in_tests.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-641_Override_commons_logging_dependency_version_in_tests.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-641" link="https://issues.apache.org/jira/browse/LOG4J2-641"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-644_Implement_a_SecureSocketAppender_and_secure_server_SSL_TLS.xml b/src/changelog/2.0-rc2/LOG4J2-644_Implement_a_SecureSocketAppender_and_secure_server_SSL_TLS.xml
index cb79c02..4801982 100644
--- a/src/changelog/2.0-rc2/LOG4J2-644_Implement_a_SecureSocketAppender_and_secure_server_SSL_TLS.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-644_Implement_a_SecureSocketAppender_and_secure_server_SSL_TLS.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-644" link="https://issues.apache.org/jira/browse/LOG4J2-644"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-646_Merge_the_TLS_Syslog_appender_into_the_Syslog_appender.xml b/src/changelog/2.0-rc2/LOG4J2-646_Merge_the_TLS_Syslog_appender_into_the_Syslog_appender.xml
index 31acb74..2730efe 100644
--- a/src/changelog/2.0-rc2/LOG4J2-646_Merge_the_TLS_Syslog_appender_into_the_Syslog_appender.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-646_Merge_the_TLS_Syslog_appender_into_the_Syslog_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-646" link="https://issues.apache.org/jira/browse/LOG4J2-646"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-647_Upgrade_to_Flume_1_5_0.xml b/src/changelog/2.0-rc2/LOG4J2-647_Upgrade_to_Flume_1_5_0.xml
index fac7ccd..ef77df6 100644
--- a/src/changelog/2.0-rc2/LOG4J2-647_Upgrade_to_Flume_1_5_0.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-647_Upgrade_to_Flume_1_5_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-647" link="https://issues.apache.org/jira/browse/LOG4J2-647"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-651_Log4j_2_throws_ArrayIndexOutOfBoundsException.xml b/src/changelog/2.0-rc2/LOG4J2-651_Log4j_2_throws_ArrayIndexOutOfBoundsException.xml
index dbe4267..581f344 100644
--- a/src/changelog/2.0-rc2/LOG4J2-651_Log4j_2_throws_ArrayIndexOutOfBoundsException.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-651_Log4j_2_throws_ArrayIndexOutOfBoundsException.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-651" link="https://issues.apache.org/jira/browse/LOG4J2-651"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-652_Add_support_for_default_plugin_values_and_attributes.xml b/src/changelog/2.0-rc2/LOG4J2-652_Add_support_for_default_plugin_values_and_attributes.xml
index 511c56e..3adbf57 100644
--- a/src/changelog/2.0-rc2/LOG4J2-652_Add_support_for_default_plugin_values_and_attributes.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-652_Add_support_for_default_plugin_values_and_attributes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-652" link="https://issues.apache.org/jira/browse/LOG4J2-652"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-654_Add_log4j_perf_module_to_provide_a_home_for_all_log4j_perfor.xml b/src/changelog/2.0-rc2/LOG4J2-654_Add_log4j_perf_module_to_provide_a_home_for_all_log4j_perfor.xml
index 119984b..523c81a 100644
--- a/src/changelog/2.0-rc2/LOG4J2-654_Add_log4j_perf_module_to_provide_a_home_for_all_log4j_perfor.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-654_Add_log4j_perf_module_to_provide_a_home_for_all_log4j_perfor.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-654" link="https://issues.apache.org/jira/browse/LOG4J2-654"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-655_Add_Vagrantfile_for_testing_in_GNU_Linux.xml b/src/changelog/2.0-rc2/LOG4J2-655_Add_Vagrantfile_for_testing_in_GNU_Linux.xml
index add5e5d..5a06746 100644
--- a/src/changelog/2.0-rc2/LOG4J2-655_Add_Vagrantfile_for_testing_in_GNU_Linux.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-655_Add_Vagrantfile_for_testing_in_GNU_Linux.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-655" link="https://issues.apache.org/jira/browse/LOG4J2-655"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-664_Moved_plugin_cache_file_to_META_INF_for_OSGi_compatibility.xml b/src/changelog/2.0-rc2/LOG4J2-664_Moved_plugin_cache_file_to_META_INF_for_OSGi_compatibility.xml
index b8d0c02..451320b 100644
--- a/src/changelog/2.0-rc2/LOG4J2-664_Moved_plugin_cache_file_to_META_INF_for_OSGi_compatibility.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-664_Moved_plugin_cache_file_to_META_INF_for_OSGi_compatibility.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-664" link="https://issues.apache.org/jira/browse/LOG4J2-664"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-668_Correctly_process_log_events_when_combining_AsyncLoggers_wit.xml b/src/changelog/2.0-rc2/LOG4J2-668_Correctly_process_log_events_when_combining_AsyncLoggers_wit.xml
index 25ad95c..8077dee 100644
--- a/src/changelog/2.0-rc2/LOG4J2-668_Correctly_process_log_events_when_combining_AsyncLoggers_wit.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-668_Correctly_process_log_events_when_combining_AsyncLoggers_wit.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-668" link="https://issues.apache.org/jira/browse/LOG4J2-668"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-669_Prevent_NPE_when_combining_AsyncLoggers_with_AsyncLoggerConf.xml b/src/changelog/2.0-rc2/LOG4J2-669_Prevent_NPE_when_combining_AsyncLoggers_with_AsyncLoggerConf.xml
index f690e4e..5f09682 100644
--- a/src/changelog/2.0-rc2/LOG4J2-669_Prevent_NPE_when_combining_AsyncLoggers_with_AsyncLoggerConf.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-669_Prevent_NPE_when_combining_AsyncLoggers_with_AsyncLoggerConf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-669" link="https://issues.apache.org/jira/browse/LOG4J2-669"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-674_Made_RollingFileAppender_buffer_size_configurable.xml b/src/changelog/2.0-rc2/LOG4J2-674_Made_RollingFileAppender_buffer_size_configurable.xml
index 0b1ac44..93329be 100644
--- a/src/changelog/2.0-rc2/LOG4J2-674_Made_RollingFileAppender_buffer_size_configurable.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-674_Made_RollingFileAppender_buffer_size_configurable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-674" link="https://issues.apache.org/jira/browse/LOG4J2-674"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0-rc2/LOG4J2-675_RollingFile_and_RollingRandomAccessFile_now_write_the_layout.xml b/src/changelog/2.0-rc2/LOG4J2-675_RollingFile_and_RollingRandomAccessFile_now_write_the_layout.xml
index 63f167e..4500dbd 100644
--- a/src/changelog/2.0-rc2/LOG4J2-675_RollingFile_and_RollingRandomAccessFile_now_write_the_layout.xml
+++ b/src/changelog/2.0-rc2/LOG4J2-675_RollingFile_and_RollingRandomAccessFile_now_write_the_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-675" link="https://issues.apache.org/jira/browse/LOG4J2-675"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/.release.xml b/src/changelog/2.0.1/.release.xml
index 30cd82d..1819f46 100644
--- a/src/changelog/2.0.1/.release.xml
+++ b/src/changelog/2.0.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2014-07-29"
          version="2.0.1"/>
diff --git a/src/changelog/2.0.1/LOG4J2-373_Fixed_ClassLoader_issues_in_loading_Log4j_providers_in_an_OS.xml b/src/changelog/2.0.1/LOG4J2-373_Fixed_ClassLoader_issues_in_loading_Log4j_providers_in_an_OS.xml
index 30ec826..3caf362 100644
--- a/src/changelog/2.0.1/LOG4J2-373_Fixed_ClassLoader_issues_in_loading_Log4j_providers_in_an_OS.xml
+++ b/src/changelog/2.0.1/LOG4J2-373_Fixed_ClassLoader_issues_in_loading_Log4j_providers_in_an_OS.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-373" link="https://issues.apache.org/jira/browse/LOG4J2-373"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0.1/LOG4J2-657_Fixed_AbstractDatabaseManager_to_close_connection_on_writeIn.xml b/src/changelog/2.0.1/LOG4J2-657_Fixed_AbstractDatabaseManager_to_close_connection_on_writeIn.xml
index dad4838..b116bd5 100644
--- a/src/changelog/2.0.1/LOG4J2-657_Fixed_AbstractDatabaseManager_to_close_connection_on_writeIn.xml
+++ b/src/changelog/2.0.1/LOG4J2-657_Fixed_AbstractDatabaseManager_to_close_connection_on_writeIn.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-657" link="https://issues.apache.org/jira/browse/LOG4J2-657"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-670_DatePatternConverter_ISO8601_PATTERN_now_conforms_to_ISO8601.xml b/src/changelog/2.0.1/LOG4J2-670_DatePatternConverter_ISO8601_PATTERN_now_conforms_to_ISO8601.xml
index 73c1dbf..0b712f1 100644
--- a/src/changelog/2.0.1/LOG4J2-670_DatePatternConverter_ISO8601_PATTERN_now_conforms_to_ISO8601.xml
+++ b/src/changelog/2.0.1/LOG4J2-670_DatePatternConverter_ISO8601_PATTERN_now_conforms_to_ISO8601.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-670" link="https://issues.apache.org/jira/browse/LOG4J2-670"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-703_Android_Could_not_find_class_javax_naming_InitialContext.xml b/src/changelog/2.0.1/LOG4J2-703_Android_Could_not_find_class_javax_naming_InitialContext.xml
index 9a0b1d2..14168de 100644
--- a/src/changelog/2.0.1/LOG4J2-703_Android_Could_not_find_class_javax_naming_InitialContext.xml
+++ b/src/changelog/2.0.1/LOG4J2-703_Android_Could_not_find_class_javax_naming_InitialContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-703" link="https://issues.apache.org/jira/browse/LOG4J2-703"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0.1/LOG4J2-704_Improved_error_message_if_configuration_file_not_found.xml b/src/changelog/2.0.1/LOG4J2-704_Improved_error_message_if_configuration_file_not_found.xml
index 3b99461..56657c7 100644
--- a/src/changelog/2.0.1/LOG4J2-704_Improved_error_message_if_configuration_file_not_found.xml
+++ b/src/changelog/2.0.1/LOG4J2-704_Improved_error_message_if_configuration_file_not_found.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-704" link="https://issues.apache.org/jira/browse/LOG4J2-704"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-710_Added_documentation_for_Custom_Levels_and_Custom_Loggers.xml b/src/changelog/2.0.1/LOG4J2-710_Added_documentation_for_Custom_Levels_and_Custom_Loggers.xml
index fb0a825..e7bcb22 100644
--- a/src/changelog/2.0.1/LOG4J2-710_Added_documentation_for_Custom_Levels_and_Custom_Loggers.xml
+++ b/src/changelog/2.0.1/LOG4J2-710_Added_documentation_for_Custom_Levels_and_Custom_Loggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-710" link="https://issues.apache.org/jira/browse/LOG4J2-710"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-713_Android_java_lang_VerifyError_org_apache_logging_log4j_cor.xml b/src/changelog/2.0.1/LOG4J2-713_Android_java_lang_VerifyError_org_apache_logging_log4j_cor.xml
index 8c4b146..0c62f81 100644
--- a/src/changelog/2.0.1/LOG4J2-713_Android_java_lang_VerifyError_org_apache_logging_log4j_cor.xml
+++ b/src/changelog/2.0.1/LOG4J2-713_Android_java_lang_VerifyError_org_apache_logging_log4j_cor.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-713" link="https://issues.apache.org/jira/browse/LOG4J2-713"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0.1/LOG4J2-716_Automatically_disable_log4j_JMX_when_detecting_we_are_runnin.xml b/src/changelog/2.0.1/LOG4J2-716_Automatically_disable_log4j_JMX_when_detecting_we_are_runnin.xml
index fdf7551..98d9715 100644
--- a/src/changelog/2.0.1/LOG4J2-716_Automatically_disable_log4j_JMX_when_detecting_we_are_runnin.xml
+++ b/src/changelog/2.0.1/LOG4J2-716_Automatically_disable_log4j_JMX_when_detecting_we_are_runnin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-716" link="https://issues.apache.org/jira/browse/LOG4J2-716"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-719_Correctly_handle_NetworkOnMainThreadException_thrown_on_Andr.xml b/src/changelog/2.0.1/LOG4J2-719_Correctly_handle_NetworkOnMainThreadException_thrown_on_Andr.xml
index dfb0b70..b86a0e7 100644
--- a/src/changelog/2.0.1/LOG4J2-719_Correctly_handle_NetworkOnMainThreadException_thrown_on_Andr.xml
+++ b/src/changelog/2.0.1/LOG4J2-719_Correctly_handle_NetworkOnMainThreadException_thrown_on_Andr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-719" link="https://issues.apache.org/jira/browse/LOG4J2-719"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-725_Added_WebLoggerContextUtils_class_to_log4j_web_for_helper_me.xml b/src/changelog/2.0.1/LOG4J2-725_Added_WebLoggerContextUtils_class_to_log4j_web_for_helper_me.xml
index f8ff93f..1e47a74 100644
--- a/src/changelog/2.0.1/LOG4J2-725_Added_WebLoggerContextUtils_class_to_log4j_web_for_helper_me.xml
+++ b/src/changelog/2.0.1/LOG4J2-725_Added_WebLoggerContextUtils_class_to_log4j_web_for_helper_me.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-725" link="https://issues.apache.org/jira/browse/LOG4J2-725"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0.1/LOG4J2-731_Updated_documentation_regarding_extensions_to_LoggerContextF.xml b/src/changelog/2.0.1/LOG4J2-731_Updated_documentation_regarding_extensions_to_LoggerContextF.xml
index 04667ff..84302ab 100644
--- a/src/changelog/2.0.1/LOG4J2-731_Updated_documentation_regarding_extensions_to_LoggerContextF.xml
+++ b/src/changelog/2.0.1/LOG4J2-731_Updated_documentation_regarding_extensions_to_LoggerContextF.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-731" link="https://issues.apache.org/jira/browse/LOG4J2-731"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0.1/LOG4J2-732_Update_to_LMAX_Disruptor_3_3_0_from_3_2_1.xml b/src/changelog/2.0.1/LOG4J2-732_Update_to_LMAX_Disruptor_3_3_0_from_3_2_1.xml
index 794dd96..30c5c2c 100644
--- a/src/changelog/2.0.1/LOG4J2-732_Update_to_LMAX_Disruptor_3_3_0_from_3_2_1.xml
+++ b/src/changelog/2.0.1/LOG4J2-732_Update_to_LMAX_Disruptor_3_3_0_from_3_2_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-732" link="https://issues.apache.org/jira/browse/LOG4J2-732"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0.1/LOG4J2-733_Update_to_latest_Jackson_jars_from_the_2_4_1_X_line.xml b/src/changelog/2.0.1/LOG4J2-733_Update_to_latest_Jackson_jars_from_the_2_4_1_X_line.xml
index d29d4d4..1c892c5 100644
--- a/src/changelog/2.0.1/LOG4J2-733_Update_to_latest_Jackson_jars_from_the_2_4_1_X_line.xml
+++ b/src/changelog/2.0.1/LOG4J2-733_Update_to_latest_Jackson_jars_from_the_2_4_1_X_line.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-733" link="https://issues.apache.org/jira/browse/LOG4J2-733"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0.1/LOG4J2-735_Fixed_log4j_bom_so_that_it_won_t_interfere_with_spring_bom_a.xml b/src/changelog/2.0.1/LOG4J2-735_Fixed_log4j_bom_so_that_it_won_t_interfere_with_spring_bom_a.xml
index 8bc8d04..8a5a3d0 100644
--- a/src/changelog/2.0.1/LOG4J2-735_Fixed_log4j_bom_so_that_it_won_t_interfere_with_spring_bom_a.xml
+++ b/src/changelog/2.0.1/LOG4J2-735_Fixed_log4j_bom_so_that_it_won_t_interfere_with_spring_bom_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-735" link="https://issues.apache.org/jira/browse/LOG4J2-735"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0.1/LOG4J2-736_Fixed_log4j_bom_so_that_it_won_t_specify_a_default_scope_on.xml b/src/changelog/2.0.1/LOG4J2-736_Fixed_log4j_bom_so_that_it_won_t_specify_a_default_scope_on.xml
index fe4c5dd..dca14d3 100644
--- a/src/changelog/2.0.1/LOG4J2-736_Fixed_log4j_bom_so_that_it_won_t_specify_a_default_scope_on.xml
+++ b/src/changelog/2.0.1/LOG4J2-736_Fixed_log4j_bom_so_that_it_won_t_specify_a_default_scope_on.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-736" link="https://issues.apache.org/jira/browse/LOG4J2-736"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0.1/LOG4J2-738_RollingFileManager_deadlock_if_async_action_thread_fails_to.xml b/src/changelog/2.0.1/LOG4J2-738_RollingFileManager_deadlock_if_async_action_thread_fails_to.xml
index 6a67a98..4b7a658 100644
--- a/src/changelog/2.0.1/LOG4J2-738_RollingFileManager_deadlock_if_async_action_thread_fails_to.xml
+++ b/src/changelog/2.0.1/LOG4J2-738_RollingFileManager_deadlock_if_async_action_thread_fails_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-738" link="https://issues.apache.org/jira/browse/LOG4J2-738"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0.1/LOG4J2-740_Fixed_typo_in_webapp_manual_regarding_sample_web_xml_file.xml b/src/changelog/2.0.1/LOG4J2-740_Fixed_typo_in_webapp_manual_regarding_sample_web_xml_file.xml
index 6d91ebc..dabe9e0 100644
--- a/src/changelog/2.0.1/LOG4J2-740_Fixed_typo_in_webapp_manual_regarding_sample_web_xml_file.xml
+++ b/src/changelog/2.0.1/LOG4J2-740_Fixed_typo_in_webapp_manual_regarding_sample_web_xml_file.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-740" link="https://issues.apache.org/jira/browse/LOG4J2-740"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0.1/LOG4J2-741_Reinstate_the_package_configuration_attribute_for_discoverin.xml b/src/changelog/2.0.1/LOG4J2-741_Reinstate_the_package_configuration_attribute_for_discoverin.xml
index fdc7207..5d88c56 100644
--- a/src/changelog/2.0.1/LOG4J2-741_Reinstate_the_package_configuration_attribute_for_discoverin.xml
+++ b/src/changelog/2.0.1/LOG4J2-741_Reinstate_the_package_configuration_attribute_for_discoverin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-741" link="https://issues.apache.org/jira/browse/LOG4J2-741"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-742_XInclude_not_working_with_relative_path.xml b/src/changelog/2.0.1/LOG4J2-742_XInclude_not_working_with_relative_path.xml
index 8b007f5..dcf4676 100644
--- a/src/changelog/2.0.1/LOG4J2-742_XInclude_not_working_with_relative_path.xml
+++ b/src/changelog/2.0.1/LOG4J2-742_XInclude_not_working_with_relative_path.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-742" link="https://issues.apache.org/jira/browse/LOG4J2-742"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0.1/LOG4J2-744_Avoid_unnecessary_Clock_calls_when_TimestampMessage_is_logge.xml b/src/changelog/2.0.1/LOG4J2-744_Avoid_unnecessary_Clock_calls_when_TimestampMessage_is_logge.xml
index c3b07c6..985ea1e 100644
--- a/src/changelog/2.0.1/LOG4J2-744_Avoid_unnecessary_Clock_calls_when_TimestampMessage_is_logge.xml
+++ b/src/changelog/2.0.1/LOG4J2-744_Avoid_unnecessary_Clock_calls_when_TimestampMessage_is_logge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-744" link="https://issues.apache.org/jira/browse/LOG4J2-744"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-749_Retain_the_default_date_pattern_after_fixing_the_ISO8601_pat.xml b/src/changelog/2.0.1/LOG4J2-749_Retain_the_default_date_pattern_after_fixing_the_ISO8601_pat.xml
index 82cc6a9..9f32703 100644
--- a/src/changelog/2.0.1/LOG4J2-749_Retain_the_default_date_pattern_after_fixing_the_ISO8601_pat.xml
+++ b/src/changelog/2.0.1/LOG4J2-749_Retain_the_default_date_pattern_after_fixing_the_ISO8601_pat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-749" link="https://issues.apache.org/jira/browse/LOG4J2-749"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.1/LOG4J2-750_Webapp_configuration_page_has_incorrect_class_name.xml b/src/changelog/2.0.1/LOG4J2-750_Webapp_configuration_page_has_incorrect_class_name.xml
index 6c08f00..906e5bb 100644
--- a/src/changelog/2.0.1/LOG4J2-750_Webapp_configuration_page_has_incorrect_class_name.xml
+++ b/src/changelog/2.0.1/LOG4J2-750_Webapp_configuration_page_has_incorrect_class_name.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-750" link="https://issues.apache.org/jira/browse/LOG4J2-750"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0.2/.release.xml b/src/changelog/2.0.2/.release.xml
index ba62c64..f681e24 100644
--- a/src/changelog/2.0.2/.release.xml
+++ b/src/changelog/2.0.2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2014-08-16"
          version="2.0.2"/>
diff --git a/src/changelog/2.0.2/LOG4J2-679_Resolved_race_condition_that_caused_log_file_rotation_to_fai.xml b/src/changelog/2.0.2/LOG4J2-679_Resolved_race_condition_that_caused_log_file_rotation_to_fai.xml
index 4e0f07f..c344e01 100644
--- a/src/changelog/2.0.2/LOG4J2-679_Resolved_race_condition_that_caused_log_file_rotation_to_fai.xml
+++ b/src/changelog/2.0.2/LOG4J2-679_Resolved_race_condition_that_caused_log_file_rotation_to_fai.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-679" link="https://issues.apache.org/jira/browse/LOG4J2-679"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-722_Clarified_in_documentation_that_Commons_Logging_jar_is_requi.xml b/src/changelog/2.0.2/LOG4J2-722_Clarified_in_documentation_that_Commons_Logging_jar_is_requi.xml
index 7bc7561..2cb74e6 100644
--- a/src/changelog/2.0.2/LOG4J2-722_Clarified_in_documentation_that_Commons_Logging_jar_is_requi.xml
+++ b/src/changelog/2.0.2/LOG4J2-722_Clarified_in_documentation_that_Commons_Logging_jar_is_requi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-722" link="https://issues.apache.org/jira/browse/LOG4J2-722"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-723_Clarified_in_documentation_that_SLF4J_API_jar_is_required_wh.xml b/src/changelog/2.0.2/LOG4J2-723_Clarified_in_documentation_that_SLF4J_API_jar_is_required_wh.xml
index 2f5e329..1a79040 100644
--- a/src/changelog/2.0.2/LOG4J2-723_Clarified_in_documentation_that_SLF4J_API_jar_is_required_wh.xml
+++ b/src/changelog/2.0.2/LOG4J2-723_Clarified_in_documentation_that_SLF4J_API_jar_is_required_wh.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-723" link="https://issues.apache.org/jira/browse/LOG4J2-723"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-726_Prevent_application_from_hanging_when_PatternLayout_configur.xml b/src/changelog/2.0.2/LOG4J2-726_Prevent_application_from_hanging_when_PatternLayout_configur.xml
index 63a043f..4dad794 100644
--- a/src/changelog/2.0.2/LOG4J2-726_Prevent_application_from_hanging_when_PatternLayout_configur.xml
+++ b/src/changelog/2.0.2/LOG4J2-726_Prevent_application_from_hanging_when_PatternLayout_configur.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-726" link="https://issues.apache.org/jira/browse/LOG4J2-726"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-729_Emit_warning_message_to_console_if_no_configuration_file_fou.xml b/src/changelog/2.0.2/LOG4J2-729_Emit_warning_message_to_console_if_no_configuration_file_fou.xml
index 30a8231..5a05db0 100644
--- a/src/changelog/2.0.2/LOG4J2-729_Emit_warning_message_to_console_if_no_configuration_file_fou.xml
+++ b/src/changelog/2.0.2/LOG4J2-729_Emit_warning_message_to_console_if_no_configuration_file_fou.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-729" link="https://issues.apache.org/jira/browse/LOG4J2-729"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-730_Allow_Log4jContextFactory_subclasses_to_specify_a_custom_Con.xml b/src/changelog/2.0.2/LOG4J2-730_Allow_Log4jContextFactory_subclasses_to_specify_a_custom_Con.xml
index 57baf14..b14b4d7 100644
--- a/src/changelog/2.0.2/LOG4J2-730_Allow_Log4jContextFactory_subclasses_to_specify_a_custom_Con.xml
+++ b/src/changelog/2.0.2/LOG4J2-730_Allow_Log4jContextFactory_subclasses_to_specify_a_custom_Con.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-730" link="https://issues.apache.org/jira/browse/LOG4J2-730"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-756_Prevent_JUnit_test_from_creating_unnecessary_Log4j2Plugins_d.xml b/src/changelog/2.0.2/LOG4J2-756_Prevent_JUnit_test_from_creating_unnecessary_Log4j2Plugins_d.xml
index 7abbf81..209f68a 100644
--- a/src/changelog/2.0.2/LOG4J2-756_Prevent_JUnit_test_from_creating_unnecessary_Log4j2Plugins_d.xml
+++ b/src/changelog/2.0.2/LOG4J2-756_Prevent_JUnit_test_from_creating_unnecessary_Log4j2Plugins_d.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-756" link="https://issues.apache.org/jira/browse/LOG4J2-756"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-759_Fixed_various_minor_site_documentation_issues_mostly_versio.xml b/src/changelog/2.0.2/LOG4J2-759_Fixed_various_minor_site_documentation_issues_mostly_versio.xml
index 65a41aa..7c8d84e 100644
--- a/src/changelog/2.0.2/LOG4J2-759_Fixed_various_minor_site_documentation_issues_mostly_versio.xml
+++ b/src/changelog/2.0.2/LOG4J2-759_Fixed_various_minor_site_documentation_issues_mostly_versio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-759" link="https://issues.apache.org/jira/browse/LOG4J2-759"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-760_Documentation_improvement_link_to_dependency_tree_from_log4.xml b/src/changelog/2.0.2/LOG4J2-760_Documentation_improvement_link_to_dependency_tree_from_log4.xml
index db910af..0076fff 100644
--- a/src/changelog/2.0.2/LOG4J2-760_Documentation_improvement_link_to_dependency_tree_from_log4.xml
+++ b/src/changelog/2.0.2/LOG4J2-760_Documentation_improvement_link_to_dependency_tree_from_log4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-760" link="https://issues.apache.org/jira/browse/LOG4J2-760"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-763_Improved_asynchronous_loggers_and_appenders_to_ensure_the_fo.xml b/src/changelog/2.0.2/LOG4J2-763_Improved_asynchronous_loggers_and_appenders_to_ensure_the_fo.xml
index 654c943..e80855d 100644
--- a/src/changelog/2.0.2/LOG4J2-763_Improved_asynchronous_loggers_and_appenders_to_ensure_the_fo.xml
+++ b/src/changelog/2.0.2/LOG4J2-763_Improved_asynchronous_loggers_and_appenders_to_ensure_the_fo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-763" link="https://issues.apache.org/jira/browse/LOG4J2-763"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-765_Improve_warning_message_when_missing_log4j_core_in_the_class.xml b/src/changelog/2.0.2/LOG4J2-765_Improve_warning_message_when_missing_log4j_core_in_the_class.xml
index 7b522ba..3ac47de 100644
--- a/src/changelog/2.0.2/LOG4J2-765_Improve_warning_message_when_missing_log4j_core_in_the_class.xml
+++ b/src/changelog/2.0.2/LOG4J2-765_Improve_warning_message_when_missing_log4j_core_in_the_class.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-765" link="https://issues.apache.org/jira/browse/LOG4J2-765"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-769_Startup_takes_a_long_time_if_you_have_empty_packages_attribu.xml b/src/changelog/2.0.2/LOG4J2-769_Startup_takes_a_long_time_if_you_have_empty_packages_attribu.xml
index 9083d08..8cc9ef8 100644
--- a/src/changelog/2.0.2/LOG4J2-769_Startup_takes_a_long_time_if_you_have_empty_packages_attribu.xml
+++ b/src/changelog/2.0.2/LOG4J2-769_Startup_takes_a_long_time_if_you_have_empty_packages_attribu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-769" link="https://issues.apache.org/jira/browse/LOG4J2-769"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-773_Site_log4j_core_component_pages_were_still_using_the_old_lo.xml b/src/changelog/2.0.2/LOG4J2-773_Site_log4j_core_component_pages_were_still_using_the_old_lo.xml
index 46d61e8..db8f493 100644
--- a/src/changelog/2.0.2/LOG4J2-773_Site_log4j_core_component_pages_were_still_using_the_old_lo.xml
+++ b/src/changelog/2.0.2/LOG4J2-773_Site_log4j_core_component_pages_were_still_using_the_old_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-773" link="https://issues.apache.org/jira/browse/LOG4J2-773"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0.2/LOG4J2-775_Update_Apache_Flume_to_1_5_0_1_from_1_5_0.xml b/src/changelog/2.0.2/LOG4J2-775_Update_Apache_Flume_to_1_5_0_1_from_1_5_0.xml
index 855405f..1cdb689 100644
--- a/src/changelog/2.0.2/LOG4J2-775_Update_Apache_Flume_to_1_5_0_1_from_1_5_0.xml
+++ b/src/changelog/2.0.2/LOG4J2-775_Update_Apache_Flume_to_1_5_0_1_from_1_5_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-775" link="https://issues.apache.org/jira/browse/LOG4J2-775"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/.release.xml b/src/changelog/2.0/.release.xml
index 1d0d128..c4eaa9d 100644
--- a/src/changelog/2.0/.release.xml
+++ b/src/changelog/2.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2014-07-12"
          version="2.0"/>
diff --git a/src/changelog/2.0/LOG4J2-441_LoggerConfigs_with_no_Level_now_inherit_the_Level_from_their.xml b/src/changelog/2.0/LOG4J2-441_LoggerConfigs_with_no_Level_now_inherit_the_Level_from_their.xml
index 295cbc5..0fa8773 100644
--- a/src/changelog/2.0/LOG4J2-441_LoggerConfigs_with_no_Level_now_inherit_the_Level_from_their.xml
+++ b/src/changelog/2.0/LOG4J2-441_LoggerConfigs_with_no_Level_now_inherit_the_Level_from_their.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-441" link="https://issues.apache.org/jira/browse/LOG4J2-441"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0/LOG4J2-519_Added_support_for_generating_custom_logger_wrappers_that_rep.xml b/src/changelog/2.0/LOG4J2-519_Added_support_for_generating_custom_logger_wrappers_that_rep.xml
index dc29951..34d5083 100644
--- a/src/changelog/2.0/LOG4J2-519_Added_support_for_generating_custom_logger_wrappers_that_rep.xml
+++ b/src/changelog/2.0/LOG4J2-519_Added_support_for_generating_custom_logger_wrappers_that_rep.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-519" link="https://issues.apache.org/jira/browse/LOG4J2-519"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0/LOG4J2-538_JMX_GUI_fixed_occasional_ArrayIndexOutOfBoundsException_aft.xml b/src/changelog/2.0/LOG4J2-538_JMX_GUI_fixed_occasional_ArrayIndexOutOfBoundsException_aft.xml
index 5d76672..bc83a17 100644
--- a/src/changelog/2.0/LOG4J2-538_JMX_GUI_fixed_occasional_ArrayIndexOutOfBoundsException_aft.xml
+++ b/src/changelog/2.0/LOG4J2-538_JMX_GUI_fixed_occasional_ArrayIndexOutOfBoundsException_aft.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-538" link="https://issues.apache.org/jira/browse/LOG4J2-538"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0/LOG4J2-625_Fixed_Serialization_error_with_SocketAppender_and_Async_Logg.xml b/src/changelog/2.0/LOG4J2-625_Fixed_Serialization_error_with_SocketAppender_and_Async_Logg.xml
index 41e72bc..422152b 100644
--- a/src/changelog/2.0/LOG4J2-625_Fixed_Serialization_error_with_SocketAppender_and_Async_Logg.xml
+++ b/src/changelog/2.0/LOG4J2-625_Fixed_Serialization_error_with_SocketAppender_and_Async_Logg.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-625" link="https://issues.apache.org/jira/browse/LOG4J2-625"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0/LOG4J2-631_Update_docs_to_clarify_how_to_use_formatter_logger_and_stand.xml b/src/changelog/2.0/LOG4J2-631_Update_docs_to_clarify_how_to_use_formatter_logger_and_stand.xml
index c47e27e..2e55632 100644
--- a/src/changelog/2.0/LOG4J2-631_Update_docs_to_clarify_how_to_use_formatter_logger_and_stand.xml
+++ b/src/changelog/2.0/LOG4J2-631_Update_docs_to_clarify_how_to_use_formatter_logger_and_stand.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-631" link="https://issues.apache.org/jira/browse/LOG4J2-631"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0/LOG4J2-666_AsyncLoggerContextSelector_should_ensure_that_different_Asyn.xml b/src/changelog/2.0/LOG4J2-666_AsyncLoggerContextSelector_should_ensure_that_different_Asyn.xml
index ebde9f2..ececdec 100644
--- a/src/changelog/2.0/LOG4J2-666_AsyncLoggerContextSelector_should_ensure_that_different_Asyn.xml
+++ b/src/changelog/2.0/LOG4J2-666_AsyncLoggerContextSelector_should_ensure_that_different_Asyn.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-666" link="https://issues.apache.org/jira/browse/LOG4J2-666"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0/LOG4J2-682_Special_characters_tab_and_so_on_in_PatternLayout_do_not_w.xml b/src/changelog/2.0/LOG4J2-682_Special_characters_tab_and_so_on_in_PatternLayout_do_not_w.xml
index 05d98d1..3a47000 100644
--- a/src/changelog/2.0/LOG4J2-682_Special_characters_tab_and_so_on_in_PatternLayout_do_not_w.xml
+++ b/src/changelog/2.0/LOG4J2-682_Special_characters_tab_and_so_on_in_PatternLayout_do_not_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-682" link="https://issues.apache.org/jira/browse/LOG4J2-682"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-683_Fix_annotation_processor_warnings_on_JDK_1_7.xml b/src/changelog/2.0/LOG4J2-683_Fix_annotation_processor_warnings_on_JDK_1_7.xml
index 659519f..29fe82a 100644
--- a/src/changelog/2.0/LOG4J2-683_Fix_annotation_processor_warnings_on_JDK_1_7.xml
+++ b/src/changelog/2.0/LOG4J2-683_Fix_annotation_processor_warnings_on_JDK_1_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-683" link="https://issues.apache.org/jira/browse/LOG4J2-683"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0/LOG4J2-685_Make_org_apache_logging_log4j_core_layout_AbstractLayout_imm.xml b/src/changelog/2.0/LOG4J2-685_Make_org_apache_logging_log4j_core_layout_AbstractLayout_imm.xml
index 8132e05..fb86990 100644
--- a/src/changelog/2.0/LOG4J2-685_Make_org_apache_logging_log4j_core_layout_AbstractLayout_imm.xml
+++ b/src/changelog/2.0/LOG4J2-685_Make_org_apache_logging_log4j_core_layout_AbstractLayout_imm.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-685" link="https://issues.apache.org/jira/browse/LOG4J2-685"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-686_Core_s_OptionConverter_support_for_b_is_broken_affects_Pat.xml b/src/changelog/2.0/LOG4J2-686_Core_s_OptionConverter_support_for_b_is_broken_affects_Pat.xml
index c76847a..0e6e09e 100644
--- a/src/changelog/2.0/LOG4J2-686_Core_s_OptionConverter_support_for_b_is_broken_affects_Pat.xml
+++ b/src/changelog/2.0/LOG4J2-686_Core_s_OptionConverter_support_for_b_is_broken_affects_Pat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-686" link="https://issues.apache.org/jira/browse/LOG4J2-686"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-687_Rename_org_apache_logging_log4j_core_util_Closer_closeSilent.xml b/src/changelog/2.0/LOG4J2-687_Rename_org_apache_logging_log4j_core_util_Closer_closeSilent.xml
index 492412c..b9a0d9f 100644
--- a/src/changelog/2.0/LOG4J2-687_Rename_org_apache_logging_log4j_core_util_Closer_closeSilent.xml
+++ b/src/changelog/2.0/LOG4J2-687_Rename_org_apache_logging_log4j_core_util_Closer_closeSilent.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-687" link="https://issues.apache.org/jira/browse/LOG4J2-687"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-688_Make_org_apache_logging_log4j_core_layout_PatternLayout_immu.xml b/src/changelog/2.0/LOG4J2-688_Make_org_apache_logging_log4j_core_layout_PatternLayout_immu.xml
index 0239b29..8f3b1c2 100644
--- a/src/changelog/2.0/LOG4J2-688_Make_org_apache_logging_log4j_core_layout_PatternLayout_immu.xml
+++ b/src/changelog/2.0/LOG4J2-688_Make_org_apache_logging_log4j_core_layout_PatternLayout_immu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-688" link="https://issues.apache.org/jira/browse/LOG4J2-688"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-689_Update_Jackson_to_2_4_1.xml b/src/changelog/2.0/LOG4J2-689_Update_Jackson_to_2_4_1.xml
index 970bbb0..c0b6684 100644
--- a/src/changelog/2.0/LOG4J2-689_Update_Jackson_to_2_4_1.xml
+++ b/src/changelog/2.0/LOG4J2-689_Update_Jackson_to_2_4_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-689" link="https://issues.apache.org/jira/browse/LOG4J2-689"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-690_Log4j_Web_test_dependencies_should_be_in_scope_test_in_the.xml b/src/changelog/2.0/LOG4J2-690_Log4j_Web_test_dependencies_should_be_in_scope_test_in_the.xml
index f500c0b..cd89a63 100644
--- a/src/changelog/2.0/LOG4J2-690_Log4j_Web_test_dependencies_should_be_in_scope_test_in_the.xml
+++ b/src/changelog/2.0/LOG4J2-690_Log4j_Web_test_dependencies_should_be_in_scope_test_in_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-690" link="https://issues.apache.org/jira/browse/LOG4J2-690"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0/LOG4J2-692_Update_documentation_to_specify_only_Maven_3_is_supported.xml b/src/changelog/2.0/LOG4J2-692_Update_documentation_to_specify_only_Maven_3_is_supported.xml
index d752a92..53e23a9 100644
--- a/src/changelog/2.0/LOG4J2-692_Update_documentation_to_specify_only_Maven_3_is_supported.xml
+++ b/src/changelog/2.0/LOG4J2-692_Update_documentation_to_specify_only_Maven_3_is_supported.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-692" link="https://issues.apache.org/jira/browse/LOG4J2-692"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.0/LOG4J2-694_Fix_strange_compilation_error_that_popped_up_in_a_test_class.xml b/src/changelog/2.0/LOG4J2-694_Fix_strange_compilation_error_that_popped_up_in_a_test_class.xml
index a69be0f..8bc1d20 100644
--- a/src/changelog/2.0/LOG4J2-694_Fix_strange_compilation_error_that_popped_up_in_a_test_class.xml
+++ b/src/changelog/2.0/LOG4J2-694_Fix_strange_compilation_error_that_popped_up_in_a_test_class.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-694" link="https://issues.apache.org/jira/browse/LOG4J2-694"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.0/LOG4J2-696_RegexFilter_does_not_match_multiline_log_messages.xml b/src/changelog/2.0/LOG4J2-696_RegexFilter_does_not_match_multiline_log_messages.xml
index b70898d..1ab7085 100644
--- a/src/changelog/2.0/LOG4J2-696_RegexFilter_does_not_match_multiline_log_messages.xml
+++ b/src/changelog/2.0/LOG4J2-696_RegexFilter_does_not_match_multiline_log_messages.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-696" link="https://issues.apache.org/jira/browse/LOG4J2-696"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-699_PatternLayout_manual_page_missing_documentation_on_header_fo.xml b/src/changelog/2.0/LOG4J2-699_PatternLayout_manual_page_missing_documentation_on_header_fo.xml
index c06bac3..baf6a51 100644
--- a/src/changelog/2.0/LOG4J2-699_PatternLayout_manual_page_missing_documentation_on_header_fo.xml
+++ b/src/changelog/2.0/LOG4J2-699_PatternLayout_manual_page_missing_documentation_on_header_fo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-699" link="https://issues.apache.org/jira/browse/LOG4J2-699"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0/LOG4J2-705_Fixed_issue_where_Async_Logger_does_not_log_thread_context_s.xml b/src/changelog/2.0/LOG4J2-705_Fixed_issue_where_Async_Logger_does_not_log_thread_context_s.xml
index bf42b0b..708d01e 100644
--- a/src/changelog/2.0/LOG4J2-705_Fixed_issue_where_Async_Logger_does_not_log_thread_context_s.xml
+++ b/src/changelog/2.0/LOG4J2-705_Fixed_issue_where_Async_Logger_does_not_log_thread_context_s.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-705" link="https://issues.apache.org/jira/browse/LOG4J2-705"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.0/LOG4J2-707_Some_exceptions_are_not_logged_when_configuration_problems_a.xml b/src/changelog/2.0/LOG4J2-707_Some_exceptions_are_not_logged_when_configuration_problems_a.xml
index dcabd7d..55b09b7 100644
--- a/src/changelog/2.0/LOG4J2-707_Some_exceptions_are_not_logged_when_configuration_problems_a.xml
+++ b/src/changelog/2.0/LOG4J2-707_Some_exceptions_are_not_logged_when_configuration_problems_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-707" link="https://issues.apache.org/jira/browse/LOG4J2-707"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.0/LOG4J2-709_Update_Apache_Commons_Logging_to_1_2_from_1_1_3.xml b/src/changelog/2.0/LOG4J2-709_Update_Apache_Commons_Logging_to_1_2_from_1_1_3.xml
index a5f69f4..18c9e0c 100644
--- a/src/changelog/2.0/LOG4J2-709_Update_Apache_Commons_Logging_to_1_2_from_1_1_3.xml
+++ b/src/changelog/2.0/LOG4J2-709_Update_Apache_Commons_Logging_to_1_2_from_1_1_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-709" link="https://issues.apache.org/jira/browse/LOG4J2-709"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/.release.xml b/src/changelog/2.1/.release.xml
index caf0d2f..bcbe0b2 100644
--- a/src/changelog/2.1/.release.xml
+++ b/src/changelog/2.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2014-10-19"
          version="2.1"/>
diff --git a/src/changelog/2.1/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml b/src/changelog/2.1/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml
index 3eba021..76f29c8 100644
--- a/src/changelog/2.1/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml
+++ b/src/changelog/2.1/LOG4J2-391_FlumePersistentManager_now_handles_LockConflictExceptions_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-391" link="https://issues.apache.org/jira/browse/LOG4J2-391"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.1/LOG4J2-428_Implement_a_GELF_layout.xml b/src/changelog/2.1/LOG4J2-428_Implement_a_GELF_layout.xml
index 8c9980e..0c285c5 100644
--- a/src/changelog/2.1/LOG4J2-428_Implement_a_GELF_layout.xml
+++ b/src/changelog/2.1/LOG4J2-428_Implement_a_GELF_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-428" link="https://issues.apache.org/jira/browse/LOG4J2-428"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-431_Added_Memory_Mapped_File_Appender.xml b/src/changelog/2.1/LOG4J2-431_Added_Memory_Mapped_File_Appender.xml
index 79be33e..75c4118 100644
--- a/src/changelog/2.1/LOG4J2-431_Added_Memory_Mapped_File_Appender.xml
+++ b/src/changelog/2.1/LOG4J2-431_Added_Memory_Mapped_File_Appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-431" link="https://issues.apache.org/jira/browse/LOG4J2-431"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-547_Add_the_Log4j_IOStreams_component.xml b/src/changelog/2.1/LOG4J2-547_Add_the_Log4j_IOStreams_component.xml
index 0bbe1bc..0bb203c 100644
--- a/src/changelog/2.1/LOG4J2-547_Add_the_Log4j_IOStreams_component.xml
+++ b/src/changelog/2.1/LOG4J2-547_Add_the_Log4j_IOStreams_component.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-547" link="https://issues.apache.org/jira/browse/LOG4J2-547"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-589_Supported_filtering_on_custom_log_levels_in_configuration.xml b/src/changelog/2.1/LOG4J2-589_Supported_filtering_on_custom_log_levels_in_configuration.xml
index 9349f9e..62eba14 100644
--- a/src/changelog/2.1/LOG4J2-589_Supported_filtering_on_custom_log_levels_in_configuration.xml
+++ b/src/changelog/2.1/LOG4J2-589_Supported_filtering_on_custom_log_levels_in_configuration.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-589" link="https://issues.apache.org/jira/browse/LOG4J2-589"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-608_Add_java_util_logging_implementation_based_on_log4j_api_See.xml b/src/changelog/2.1/LOG4J2-608_Add_java_util_logging_implementation_based_on_log4j_api_See.xml
index eb969d9..6c12cce 100644
--- a/src/changelog/2.1/LOG4J2-608_Add_java_util_logging_implementation_based_on_log4j_api_See.xml
+++ b/src/changelog/2.1/LOG4J2-608_Add_java_util_logging_implementation_based_on_log4j_api_See.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-608" link="https://issues.apache.org/jira/browse/LOG4J2-608"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-663_Fix_OSGi_Import_Package_problem_with_the_JMS_API.xml b/src/changelog/2.1/LOG4J2-663_Fix_OSGi_Import_Package_problem_with_the_JMS_API.xml
index dd61958..5ababbe 100644
--- a/src/changelog/2.1/LOG4J2-663_Fix_OSGi_Import_Package_problem_with_the_JMS_API.xml
+++ b/src/changelog/2.1/LOG4J2-663_Fix_OSGi_Import_Package_problem_with_the_JMS_API.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-663" link="https://issues.apache.org/jira/browse/LOG4J2-663"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-676_Some_typo_fixes_and_enhancements_for_the_site.xml b/src/changelog/2.1/LOG4J2-676_Some_typo_fixes_and_enhancements_for_the_site.xml
index f5be94c..88581e5 100644
--- a/src/changelog/2.1/LOG4J2-676_Some_typo_fixes_and_enhancements_for_the_site.xml
+++ b/src/changelog/2.1/LOG4J2-676_Some_typo_fixes_and_enhancements_for_the_site.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-676" link="https://issues.apache.org/jira/browse/LOG4J2-676"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.1/LOG4J2-678_Documentation_fixed_minor_issues_with_Log4j2_website_docume.xml b/src/changelog/2.1/LOG4J2-678_Documentation_fixed_minor_issues_with_Log4j2_website_docume.xml
index 223cfbc..d9097ab 100644
--- a/src/changelog/2.1/LOG4J2-678_Documentation_fixed_minor_issues_with_Log4j2_website_docume.xml
+++ b/src/changelog/2.1/LOG4J2-678_Documentation_fixed_minor_issues_with_Log4j2_website_docume.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-678" link="https://issues.apache.org/jira/browse/LOG4J2-678"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-745_Avoid_ConverterKey_plugin_clashes_by_using_a_more_predictabl.xml b/src/changelog/2.1/LOG4J2-745_Avoid_ConverterKey_plugin_clashes_by_using_a_more_predictabl.xml
index 14bef33..21539f8 100644
--- a/src/changelog/2.1/LOG4J2-745_Avoid_ConverterKey_plugin_clashes_by_using_a_more_predictabl.xml
+++ b/src/changelog/2.1/LOG4J2-745_Avoid_ConverterKey_plugin_clashes_by_using_a_more_predictabl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-745" link="https://issues.apache.org/jira/browse/LOG4J2-745"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-753_Reduced_CachedClock_thread_contention.xml b/src/changelog/2.1/LOG4J2-753_Reduced_CachedClock_thread_contention.xml
index 44fdc82..ea22191 100644
--- a/src/changelog/2.1/LOG4J2-753_Reduced_CachedClock_thread_contention.xml
+++ b/src/changelog/2.1/LOG4J2-753_Reduced_CachedClock_thread_contention.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-753" link="https://issues.apache.org/jira/browse/LOG4J2-753"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-766_Incomplete_documentation_for_JSONLayout.xml b/src/changelog/2.1/LOG4J2-766_Incomplete_documentation_for_JSONLayout.xml
index 3fc4533..f259584 100644
--- a/src/changelog/2.1/LOG4J2-766_Incomplete_documentation_for_JSONLayout.xml
+++ b/src/changelog/2.1/LOG4J2-766_Incomplete_documentation_for_JSONLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-766" link="https://issues.apache.org/jira/browse/LOG4J2-766"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-771_Add_lookup_for_application_main_arguments.xml b/src/changelog/2.1/LOG4J2-771_Add_lookup_for_application_main_arguments.xml
index 9225e48..a9892dc 100644
--- a/src/changelog/2.1/LOG4J2-771_Add_lookup_for_application_main_arguments.xml
+++ b/src/changelog/2.1/LOG4J2-771_Add_lookup_for_application_main_arguments.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-771" link="https://issues.apache.org/jira/browse/LOG4J2-771"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-780_Update_Spring_Framework_to_3_2_11_RELEASE_from_3_2_8_RELEASE.xml b/src/changelog/2.1/LOG4J2-780_Update_Spring_Framework_to_3_2_11_RELEASE_from_3_2_8_RELEASE.xml
index b294d31..5386798 100644
--- a/src/changelog/2.1/LOG4J2-780_Update_Spring_Framework_to_3_2_11_RELEASE_from_3_2_8_RELEASE.xml
+++ b/src/changelog/2.1/LOG4J2-780_Update_Spring_Framework_to_3_2_11_RELEASE_from_3_2_8_RELEASE.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-780" link="https://issues.apache.org/jira/browse/LOG4J2-780"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-782_Remove_invalid_Oracle_Maven_repository.xml b/src/changelog/2.1/LOG4J2-782_Remove_invalid_Oracle_Maven_repository.xml
index 5a420be..3e47ca7 100644
--- a/src/changelog/2.1/LOG4J2-782_Remove_invalid_Oracle_Maven_repository.xml
+++ b/src/changelog/2.1/LOG4J2-782_Remove_invalid_Oracle_Maven_repository.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-782" link="https://issues.apache.org/jira/browse/LOG4J2-782"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-783_PatternLayout_should_use_platform_character_encoding_by_defa.xml b/src/changelog/2.1/LOG4J2-783_PatternLayout_should_use_platform_character_encoding_by_defa.xml
index f532e4b..b7fc414 100644
--- a/src/changelog/2.1/LOG4J2-783_PatternLayout_should_use_platform_character_encoding_by_defa.xml
+++ b/src/changelog/2.1/LOG4J2-783_PatternLayout_should_use_platform_character_encoding_by_defa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-783" link="https://issues.apache.org/jira/browse/LOG4J2-783"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-785_Documentation_fixed_capitalization_inconsistency_in_user_ma.xml b/src/changelog/2.1/LOG4J2-785_Documentation_fixed_capitalization_inconsistency_in_user_ma.xml
index 1f69154..8728f2b 100644
--- a/src/changelog/2.1/LOG4J2-785_Documentation_fixed_capitalization_inconsistency_in_user_ma.xml
+++ b/src/changelog/2.1/LOG4J2-785_Documentation_fixed_capitalization_inconsistency_in_user_ma.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-785" link="https://issues.apache.org/jira/browse/LOG4J2-785"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-787_Add_lookup_for_JVM_arguments.xml b/src/changelog/2.1/LOG4J2-787_Add_lookup_for_JVM_arguments.xml
index 2440130..4419a36 100644
--- a/src/changelog/2.1/LOG4J2-787_Add_lookup_for_JVM_arguments.xml
+++ b/src/changelog/2.1/LOG4J2-787_Add_lookup_for_JVM_arguments.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-787" link="https://issues.apache.org/jira/browse/LOG4J2-787"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-790_Update_Jackson_to_2_4_2_from_2_4_1_for_XML_and_JSON_process.xml b/src/changelog/2.1/LOG4J2-790_Update_Jackson_to_2_4_2_from_2_4_1_for_XML_and_JSON_process.xml
index 470b8cb..625f402 100644
--- a/src/changelog/2.1/LOG4J2-790_Update_Jackson_to_2_4_2_from_2_4_1_for_XML_and_JSON_process.xml
+++ b/src/changelog/2.1/LOG4J2-790_Update_Jackson_to_2_4_2_from_2_4_1_for_XML_and_JSON_process.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-790" link="https://issues.apache.org/jira/browse/LOG4J2-790"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-793_Add_support_for_custom_SLF4J_Markers_in_log4j_slf4j_impl_mod.xml b/src/changelog/2.1/LOG4J2-793_Add_support_for_custom_SLF4J_Markers_in_log4j_slf4j_impl_mod.xml
index c334c82..a38230c 100644
--- a/src/changelog/2.1/LOG4J2-793_Add_support_for_custom_SLF4J_Markers_in_log4j_slf4j_impl_mod.xml
+++ b/src/changelog/2.1/LOG4J2-793_Add_support_for_custom_SLF4J_Markers_in_log4j_slf4j_impl_mod.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-793" link="https://issues.apache.org/jira/browse/LOG4J2-793"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-796_Fixed_issue_where_log4j_to_slf4j_did_not_work_correctly_with.xml b/src/changelog/2.1/LOG4J2-796_Fixed_issue_where_log4j_to_slf4j_did_not_work_correctly_with.xml
index aa779a2..502e921 100644
--- a/src/changelog/2.1/LOG4J2-796_Fixed_issue_where_log4j_to_slf4j_did_not_work_correctly_with.xml
+++ b/src/changelog/2.1/LOG4J2-796_Fixed_issue_where_log4j_to_slf4j_did_not_work_correctly_with.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-796" link="https://issues.apache.org/jira/browse/LOG4J2-796"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-797_Documentation_clarified_why_log4j_core_is_a_compile_time_de.xml b/src/changelog/2.1/LOG4J2-797_Documentation_clarified_why_log4j_core_is_a_compile_time_de.xml
index 3feaa74..f365f63 100644
--- a/src/changelog/2.1/LOG4J2-797_Documentation_clarified_why_log4j_core_is_a_compile_time_de.xml
+++ b/src/changelog/2.1/LOG4J2-797_Documentation_clarified_why_log4j_core_is_a_compile_time_de.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-797" link="https://issues.apache.org/jira/browse/LOG4J2-797"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-798_Fixed_plugin_scanning_redundancy_causing_massive_slowdowns_i.xml b/src/changelog/2.1/LOG4J2-798_Fixed_plugin_scanning_redundancy_causing_massive_slowdowns_i.xml
index 8444e73..f6e77fc 100644
--- a/src/changelog/2.1/LOG4J2-798_Fixed_plugin_scanning_redundancy_causing_massive_slowdowns_i.xml
+++ b/src/changelog/2.1/LOG4J2-798_Fixed_plugin_scanning_redundancy_causing_massive_slowdowns_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-798" link="https://issues.apache.org/jira/browse/LOG4J2-798"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-800_All_life_cycle_implementations_should_be_serializable.xml b/src/changelog/2.1/LOG4J2-800_All_life_cycle_implementations_should_be_serializable.xml
index 24287b9..7854d81 100644
--- a/src/changelog/2.1/LOG4J2-800_All_life_cycle_implementations_should_be_serializable.xml
+++ b/src/changelog/2.1/LOG4J2-800_All_life_cycle_implementations_should_be_serializable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-800" link="https://issues.apache.org/jira/browse/LOG4J2-800"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml b/src/changelog/2.1/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml
index 0901b9d..42e1bca 100644
--- a/src/changelog/2.1/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml
+++ b/src/changelog/2.1/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-801" link="https://issues.apache.org/jira/browse/LOG4J2-801"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-807_Prevent_NPE_when_configuration_with_AsyncLogger_AsyncRoot_is.xml b/src/changelog/2.1/LOG4J2-807_Prevent_NPE_when_configuration_with_AsyncLogger_AsyncRoot_is.xml
index ba44f49..7bc4005 100644
--- a/src/changelog/2.1/LOG4J2-807_Prevent_NPE_when_configuration_with_AsyncLogger_AsyncRoot_is.xml
+++ b/src/changelog/2.1/LOG4J2-807_Prevent_NPE_when_configuration_with_AsyncLogger_AsyncRoot_is.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-807" link="https://issues.apache.org/jira/browse/LOG4J2-807"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-809_Move_reflection_utility_class_to_API_s_private_utility_class.xml b/src/changelog/2.1/LOG4J2-809_Move_reflection_utility_class_to_API_s_private_utility_class.xml
index a0a2d09..a836f59 100644
--- a/src/changelog/2.1/LOG4J2-809_Move_reflection_utility_class_to_API_s_private_utility_class.xml
+++ b/src/changelog/2.1/LOG4J2-809_Move_reflection_utility_class_to_API_s_private_utility_class.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-809" link="https://issues.apache.org/jira/browse/LOG4J2-809"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-810_Update_javax_mail_to_1_5_2_from_1_5_0.xml b/src/changelog/2.1/LOG4J2-810_Update_javax_mail_to_1_5_2_from_1_5_0.xml
index c103092..3fb48aa 100644
--- a/src/changelog/2.1/LOG4J2-810_Update_javax_mail_to_1_5_2_from_1_5_0.xml
+++ b/src/changelog/2.1/LOG4J2-810_Update_javax_mail_to_1_5_2_from_1_5_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-810" link="https://issues.apache.org/jira/browse/LOG4J2-810"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-811_SimpleLogger_throws_ArrayIndexOutOfBoundsException_for_an_em.xml b/src/changelog/2.1/LOG4J2-811_SimpleLogger_throws_ArrayIndexOutOfBoundsException_for_an_em.xml
index 80fa37d..5a1c22e 100644
--- a/src/changelog/2.1/LOG4J2-811_SimpleLogger_throws_ArrayIndexOutOfBoundsException_for_an_em.xml
+++ b/src/changelog/2.1/LOG4J2-811_SimpleLogger_throws_ArrayIndexOutOfBoundsException_for_an_em.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-811" link="https://issues.apache.org/jira/browse/LOG4J2-811"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-813_MarkerManager_Log4jMarker_hasParents_returns_opposite_of_c.xml b/src/changelog/2.1/LOG4J2-813_MarkerManager_Log4jMarker_hasParents_returns_opposite_of_c.xml
index 3646b39..792b5fe 100644
--- a/src/changelog/2.1/LOG4J2-813_MarkerManager_Log4jMarker_hasParents_returns_opposite_of_c.xml
+++ b/src/changelog/2.1/LOG4J2-813_MarkerManager_Log4jMarker_hasParents_returns_opposite_of_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-813" link="https://issues.apache.org/jira/browse/LOG4J2-813"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-815_Unify_the_two_JMS_appenders_into_a_single_appender_Configur.xml b/src/changelog/2.1/LOG4J2-815_Unify_the_two_JMS_appenders_into_a_single_appender_Configur.xml
index 443213e..8ef6714 100644
--- a/src/changelog/2.1/LOG4J2-815_Unify_the_two_JMS_appenders_into_a_single_appender_Configur.xml
+++ b/src/changelog/2.1/LOG4J2-815_Unify_the_two_JMS_appenders_into_a_single_appender_Configur.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-815" link="https://issues.apache.org/jira/browse/LOG4J2-815"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-816_Documentation_added_section_on_XInclude_to_user_manual_Conf.xml b/src/changelog/2.1/LOG4J2-816_Documentation_added_section_on_XInclude_to_user_manual_Conf.xml
index 2950dbf..c3073f0 100644
--- a/src/changelog/2.1/LOG4J2-816_Documentation_added_section_on_XInclude_to_user_manual_Conf.xml
+++ b/src/changelog/2.1/LOG4J2-816_Documentation_added_section_on_XInclude_to_user_manual_Conf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-816" link="https://issues.apache.org/jira/browse/LOG4J2-816"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-819_Fixed_memory_leak_in_Tomcat_6_caused_by_clock_background_thr.xml b/src/changelog/2.1/LOG4J2-819_Fixed_memory_leak_in_Tomcat_6_caused_by_clock_background_thr.xml
index 87d7137..c94d299 100644
--- a/src/changelog/2.1/LOG4J2-819_Fixed_memory_leak_in_Tomcat_6_caused_by_clock_background_thr.xml
+++ b/src/changelog/2.1/LOG4J2-819_Fixed_memory_leak_in_Tomcat_6_caused_by_clock_background_thr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-819" link="https://issues.apache.org/jira/browse/LOG4J2-819"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-822_Update_org_eclipse_persistence_jpa_to_2_5_2_from_2_5_1.xml b/src/changelog/2.1/LOG4J2-822_Update_org_eclipse_persistence_jpa_to_2_5_2_from_2_5_1.xml
index 82746ed..a72b94c 100644
--- a/src/changelog/2.1/LOG4J2-822_Update_org_eclipse_persistence_jpa_to_2_5_2_from_2_5_1.xml
+++ b/src/changelog/2.1/LOG4J2-822_Update_org_eclipse_persistence_jpa_to_2_5_2_from_2_5_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-822" link="https://issues.apache.org/jira/browse/LOG4J2-822"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-825_Add_simple_validation_constraint_annotations_for_the_Plugin.xml b/src/changelog/2.1/LOG4J2-825_Add_simple_validation_constraint_annotations_for_the_Plugin.xml
index e2aca37..251a69a 100644
--- a/src/changelog/2.1/LOG4J2-825_Add_simple_validation_constraint_annotations_for_the_Plugin.xml
+++ b/src/changelog/2.1/LOG4J2-825_Add_simple_validation_constraint_annotations_for_the_Plugin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-825" link="https://issues.apache.org/jira/browse/LOG4J2-825"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-827_Support_use_of_TypeConverter_classes_through_the_standard_Pl.xml b/src/changelog/2.1/LOG4J2-827_Support_use_of_TypeConverter_classes_through_the_standard_Pl.xml
index a677120..6bcf43b 100644
--- a/src/changelog/2.1/LOG4J2-827_Support_use_of_TypeConverter_classes_through_the_standard_Pl.xml
+++ b/src/changelog/2.1/LOG4J2-827_Support_use_of_TypeConverter_classes_through_the_standard_Pl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-827" link="https://issues.apache.org/jira/browse/LOG4J2-827"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-829_Fixed_issue_in_RollingFile_filePattern_backslashes_are_path.xml b/src/changelog/2.1/LOG4J2-829_Fixed_issue_in_RollingFile_filePattern_backslashes_are_path.xml
index c1530ac..033641f 100644
--- a/src/changelog/2.1/LOG4J2-829_Fixed_issue_in_RollingFile_filePattern_backslashes_are_path.xml
+++ b/src/changelog/2.1/LOG4J2-829_Fixed_issue_in_RollingFile_filePattern_backslashes_are_path.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-829" link="https://issues.apache.org/jira/browse/LOG4J2-829"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-830_Respect_external_interrupt_signal_to_allow_application_shutd.xml b/src/changelog/2.1/LOG4J2-830_Respect_external_interrupt_signal_to_allow_application_shutd.xml
index 584dbcd..1921d9c 100644
--- a/src/changelog/2.1/LOG4J2-830_Respect_external_interrupt_signal_to_allow_application_shutd.xml
+++ b/src/changelog/2.1/LOG4J2-830_Respect_external_interrupt_signal_to_allow_application_shutd.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-830" link="https://issues.apache.org/jira/browse/LOG4J2-830"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-831_Documentation_updated_FAQ_which_jars_diagrams_for_JUL_bri.xml b/src/changelog/2.1/LOG4J2-831_Documentation_updated_FAQ_which_jars_diagrams_for_JUL_bri.xml
index 228227e..7d2015a 100644
--- a/src/changelog/2.1/LOG4J2-831_Documentation_updated_FAQ_which_jars_diagrams_for_JUL_bri.xml
+++ b/src/changelog/2.1/LOG4J2-831_Documentation_updated_FAQ_which_jars_diagrams_for_JUL_bri.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-831" link="https://issues.apache.org/jira/browse/LOG4J2-831"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-832_ThrowableProxy_fails_if_a_class_in_logged_stack_trace_throws.xml b/src/changelog/2.1/LOG4J2-832_ThrowableProxy_fails_if_a_class_in_logged_stack_trace_throws.xml
index 62c5645..7343e5a 100644
--- a/src/changelog/2.1/LOG4J2-832_ThrowableProxy_fails_if_a_class_in_logged_stack_trace_throws.xml
+++ b/src/changelog/2.1/LOG4J2-832_ThrowableProxy_fails_if_a_class_in_logged_stack_trace_throws.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-832" link="https://issues.apache.org/jira/browse/LOG4J2-832"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-833_Documentation_added_Runtime_Dependencies_link_to_left_nav_b.xml b/src/changelog/2.1/LOG4J2-833_Documentation_added_Runtime_Dependencies_link_to_left_nav_b.xml
index 37efbb4..85f811b 100644
--- a/src/changelog/2.1/LOG4J2-833_Documentation_added_Runtime_Dependencies_link_to_left_nav_b.xml
+++ b/src/changelog/2.1/LOG4J2-833_Documentation_added_Runtime_Dependencies_link_to_left_nav_b.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-833" link="https://issues.apache.org/jira/browse/LOG4J2-833"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-840_Migrate_JdbcH2AppenderTest_JUnit_performance_test_to_log4j_p.xml b/src/changelog/2.1/LOG4J2-840_Migrate_JdbcH2AppenderTest_JUnit_performance_test_to_log4j_p.xml
index 99ad4e4..b051f41 100644
--- a/src/changelog/2.1/LOG4J2-840_Migrate_JdbcH2AppenderTest_JUnit_performance_test_to_log4j_p.xml
+++ b/src/changelog/2.1/LOG4J2-840_Migrate_JdbcH2AppenderTest_JUnit_performance_test_to_log4j_p.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-840" link="https://issues.apache.org/jira/browse/LOG4J2-840"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-841_Migrate_JdbcHyperSqlAppenderTest_JUnit_performance_test_to_l.xml b/src/changelog/2.1/LOG4J2-841_Migrate_JdbcHyperSqlAppenderTest_JUnit_performance_test_to_l.xml
index ae6d017..45376a9 100644
--- a/src/changelog/2.1/LOG4J2-841_Migrate_JdbcHyperSqlAppenderTest_JUnit_performance_test_to_l.xml
+++ b/src/changelog/2.1/LOG4J2-841_Migrate_JdbcHyperSqlAppenderTest_JUnit_performance_test_to_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-841" link="https://issues.apache.org/jira/browse/LOG4J2-841"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-842_Migrate_JpaH2AppenderTest_JUnit_performance_test_to_log4j_pe.xml b/src/changelog/2.1/LOG4J2-842_Migrate_JpaH2AppenderTest_JUnit_performance_test_to_log4j_pe.xml
index c6db65e..e690f56 100644
--- a/src/changelog/2.1/LOG4J2-842_Migrate_JpaH2AppenderTest_JUnit_performance_test_to_log4j_pe.xml
+++ b/src/changelog/2.1/LOG4J2-842_Migrate_JpaH2AppenderTest_JUnit_performance_test_to_log4j_pe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-842" link="https://issues.apache.org/jira/browse/LOG4J2-842"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-843_Migrate_JpaHyperSqlAppenderTest_JUnit_performance_test_to_lo.xml b/src/changelog/2.1/LOG4J2-843_Migrate_JpaHyperSqlAppenderTest_JUnit_performance_test_to_lo.xml
index db9249b..ed9ce12 100644
--- a/src/changelog/2.1/LOG4J2-843_Migrate_JpaHyperSqlAppenderTest_JUnit_performance_test_to_lo.xml
+++ b/src/changelog/2.1/LOG4J2-843_Migrate_JpaHyperSqlAppenderTest_JUnit_performance_test_to_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-843" link="https://issues.apache.org/jira/browse/LOG4J2-843"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-844_Update_JMH_to_1_1_from_0_7_2.xml b/src/changelog/2.1/LOG4J2-844_Update_JMH_to_1_1_from_0_7_2.xml
index e13e7b4..eed85f1 100644
--- a/src/changelog/2.1/LOG4J2-844_Update_JMH_to_1_1_from_0_7_2.xml
+++ b/src/changelog/2.1/LOG4J2-844_Update_JMH_to_1_1_from_0_7_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-844" link="https://issues.apache.org/jira/browse/LOG4J2-844"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-845_Add_2_1_0_to_compatible_versions_in_Log4j_API_ProviderUtil_a.xml b/src/changelog/2.1/LOG4J2-845_Add_2_1_0_to_compatible_versions_in_Log4j_API_ProviderUtil_a.xml
index 7bb9e10..6bd7934 100644
--- a/src/changelog/2.1/LOG4J2-845_Add_2_1_0_to_compatible_versions_in_Log4j_API_ProviderUtil_a.xml
+++ b/src/changelog/2.1/LOG4J2-845_Add_2_1_0_to_compatible_versions_in_Log4j_API_ProviderUtil_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-845" link="https://issues.apache.org/jira/browse/LOG4J2-845"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-848_Add_a_Java_lookup_to_provide_nicely_formatted_runtime_versio.xml b/src/changelog/2.1/LOG4J2-848_Add_a_Java_lookup_to_provide_nicely_formatted_runtime_versio.xml
index af98c86..b7a18a4 100644
--- a/src/changelog/2.1/LOG4J2-848_Add_a_Java_lookup_to_provide_nicely_formatted_runtime_versio.xml
+++ b/src/changelog/2.1/LOG4J2-848_Add_a_Java_lookup_to_provide_nicely_formatted_runtime_versio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-848" link="https://issues.apache.org/jira/browse/LOG4J2-848"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-855_Documentation_fix_broken_links_on_Appenders_manual_page.xml b/src/changelog/2.1/LOG4J2-855_Documentation_fix_broken_links_on_Appenders_manual_page.xml
index 8639cc3..8012360 100644
--- a/src/changelog/2.1/LOG4J2-855_Documentation_fix_broken_links_on_Appenders_manual_page.xml
+++ b/src/changelog/2.1/LOG4J2-855_Documentation_fix_broken_links_on_Appenders_manual_page.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-855" link="https://issues.apache.org/jira/browse/LOG4J2-855"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-856_Documentation_add_sections_on_the_JUL_Adapter_IO_Streams_a.xml b/src/changelog/2.1/LOG4J2-856_Documentation_add_sections_on_the_JUL_Adapter_IO_Streams_a.xml
index c6fe93b..6680dcb 100644
--- a/src/changelog/2.1/LOG4J2-856_Documentation_add_sections_on_the_JUL_Adapter_IO_Streams_a.xml
+++ b/src/changelog/2.1/LOG4J2-856_Documentation_add_sections_on_the_JUL_Adapter_IO_Streams_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-856" link="https://issues.apache.org/jira/browse/LOG4J2-856"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-861_Documentation_fix_broken_links_on_left_navigation_Extending.xml b/src/changelog/2.1/LOG4J2-861_Documentation_fix_broken_links_on_left_navigation_Extending.xml
index 163a9fc..7b0a3cc 100644
--- a/src/changelog/2.1/LOG4J2-861_Documentation_fix_broken_links_on_left_navigation_Extending.xml
+++ b/src/changelog/2.1/LOG4J2-861_Documentation_fix_broken_links_on_left_navigation_Extending.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-861" link="https://issues.apache.org/jira/browse/LOG4J2-861"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-862_Fixed_classloader_issue_that_prevented_Log4j_from_finding_th.xml b/src/changelog/2.1/LOG4J2-862_Fixed_classloader_issue_that_prevented_Log4j_from_finding_th.xml
index b95eac9..7fdd13c 100644
--- a/src/changelog/2.1/LOG4J2-862_Fixed_classloader_issue_that_prevented_Log4j_from_finding_th.xml
+++ b/src/changelog/2.1/LOG4J2-862_Fixed_classloader_issue_that_prevented_Log4j_from_finding_th.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-862" link="https://issues.apache.org/jira/browse/LOG4J2-862"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.1/LOG4J2-866_Documentation_fixed_missing_closing_parenthesis_in_code_exa.xml b/src/changelog/2.1/LOG4J2-866_Documentation_fixed_missing_closing_parenthesis_in_code_exa.xml
index 5a72d53..5058b1d 100644
--- a/src/changelog/2.1/LOG4J2-866_Documentation_fixed_missing_closing_parenthesis_in_code_exa.xml
+++ b/src/changelog/2.1/LOG4J2-866_Documentation_fixed_missing_closing_parenthesis_in_code_exa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-866" link="https://issues.apache.org/jira/browse/LOG4J2-866"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.1/LOG4J2-867_FlumeAppender_maxDelay_not_in_seconds_but_milliseconds.xml b/src/changelog/2.1/LOG4J2-867_FlumeAppender_maxDelay_not_in_seconds_but_milliseconds.xml
index 28d293f..860b556 100644
--- a/src/changelog/2.1/LOG4J2-867_FlumeAppender_maxDelay_not_in_seconds_but_milliseconds.xml
+++ b/src/changelog/2.1/LOG4J2-867_FlumeAppender_maxDelay_not_in_seconds_but_milliseconds.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-867" link="https://issues.apache.org/jira/browse/LOG4J2-867"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.1/LOG4J2-868_Add_ShutdownCallbackRegistry_interface_for_customizable_shut.xml b/src/changelog/2.1/LOG4J2-868_Add_ShutdownCallbackRegistry_interface_for_customizable_shut.xml
index 88b7092..a0a3515 100644
--- a/src/changelog/2.1/LOG4J2-868_Add_ShutdownCallbackRegistry_interface_for_customizable_shut.xml
+++ b/src/changelog/2.1/LOG4J2-868_Add_ShutdownCallbackRegistry_interface_for_customizable_shut.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-868" link="https://issues.apache.org/jira/browse/LOG4J2-868"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.10.0/.release.xml b/src/changelog/2.10.0/.release.xml
index 860386b..b1e9d24 100644
--- a/src/changelog/2.10.0/.release.xml
+++ b/src/changelog/2.10.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2017-11-18"
          version="2.10.0"/>
diff --git a/src/changelog/2.10.0/LOG4J2-1203_Allow_filtering_of_line_breaks_in_layout_pattern.xml b/src/changelog/2.10.0/LOG4J2-1203_Allow_filtering_of_line_breaks_in_layout_pattern.xml
index 3e5ef28..cf39568 100644
--- a/src/changelog/2.10.0/LOG4J2-1203_Allow_filtering_of_line_breaks_in_layout_pattern.xml
+++ b/src/changelog/2.10.0/LOG4J2-1203_Allow_filtering_of_line_breaks_in_layout_pattern.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1203" link="https://issues.apache.org/jira/browse/LOG4J2-1203"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-1216_Nested_pattern_layout_options_broken.xml b/src/changelog/2.10.0/LOG4J2-1216_Nested_pattern_layout_options_broken.xml
index 9c568a2..6c2fb9a 100644
--- a/src/changelog/2.10.0/LOG4J2-1216_Nested_pattern_layout_options_broken.xml
+++ b/src/changelog/2.10.0/LOG4J2-1216_Nested_pattern_layout_options_broken.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1216" link="https://issues.apache.org/jira/browse/LOG4J2-1216"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-1431_Simplify_log4j_system_property_naming_scheme.xml b/src/changelog/2.10.0/LOG4J2-1431_Simplify_log4j_system_property_naming_scheme.xml
index fe96f99..fb01890 100644
--- a/src/changelog/2.10.0/LOG4J2-1431_Simplify_log4j_system_property_naming_scheme.xml
+++ b/src/changelog/2.10.0/LOG4J2-1431_Simplify_log4j_system_property_naming_scheme.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1431" link="https://issues.apache.org/jira/browse/LOG4J2-1431"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.10.0/LOG4J2-1694_Add_fields_with_fixed_values_to_JSON_XML_YAML_layouts.xml b/src/changelog/2.10.0/LOG4J2-1694_Add_fields_with_fixed_values_to_JSON_XML_YAML_layouts.xml
index 4a3557c..c2403a0 100644
--- a/src/changelog/2.10.0/LOG4J2-1694_Add_fields_with_fixed_values_to_JSON_XML_YAML_layouts.xml
+++ b/src/changelog/2.10.0/LOG4J2-1694_Add_fields_with_fixed_values_to_JSON_XML_YAML_layouts.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1694" link="https://issues.apache.org/jira/browse/LOG4J2-1694"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-1809_Add_global_configuration_environment_SPI.xml b/src/changelog/2.10.0/LOG4J2-1809_Add_global_configuration_environment_SPI.xml
index 9b68781..571ac14 100644
--- a/src/changelog/2.10.0/LOG4J2-1809_Add_global_configuration_environment_SPI.xml
+++ b/src/changelog/2.10.0/LOG4J2-1809_Add_global_configuration_environment_SPI.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1809" link="https://issues.apache.org/jira/browse/LOG4J2-1809"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.10.0/LOG4J2-1896_Update_classes_in_org_apache_logging_log4j_core_net_ssl_in_A.xml b/src/changelog/2.10.0/LOG4J2-1896_Update_classes_in_org_apache_logging_log4j_core_net_ssl_in_A.xml
index 7bee890..26c5f0f 100644
--- a/src/changelog/2.10.0/LOG4J2-1896_Update_classes_in_org_apache_logging_log4j_core_net_ssl_in_A.xml
+++ b/src/changelog/2.10.0/LOG4J2-1896_Update_classes_in_org_apache_logging_log4j_core_net_ssl_in_A.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1896" link="https://issues.apache.org/jira/browse/LOG4J2-1896"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml b/src/changelog/2.10.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml
index 2c58e1d..eb1ccb8 100644
--- a/src/changelog/2.10.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml
+++ b/src/changelog/2.10.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2025" link="https://issues.apache.org/jira/browse/LOG4J2-2025"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2031_Until_this_change_messages_appeared_out_of_order_in_log_fil.xml b/src/changelog/2.10.0/LOG4J2-2031_Until_this_change_messages_appeared_out_of_order_in_log_fil.xml
index efcb944..0d82a59 100644
--- a/src/changelog/2.10.0/LOG4J2-2031_Until_this_change_messages_appeared_out_of_order_in_log_fil.xml
+++ b/src/changelog/2.10.0/LOG4J2-2031_Until_this_change_messages_appeared_out_of_order_in_log_fil.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2031" link="https://issues.apache.org/jira/browse/LOG4J2-2031"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2036_CompositeConfiguration_supports_Reconfiguration_PR_115.xml b/src/changelog/2.10.0/LOG4J2-2036_CompositeConfiguration_supports_Reconfiguration_PR_115.xml
index f018e4b..ab60c9e 100644
--- a/src/changelog/2.10.0/LOG4J2-2036_CompositeConfiguration_supports_Reconfiguration_PR_115.xml
+++ b/src/changelog/2.10.0/LOG4J2-2036_CompositeConfiguration_supports_Reconfiguration_PR_115.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2036" link="https://issues.apache.org/jira/browse/LOG4J2-2036"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2052_Disable_thread_name_caching_by_default_when_running_on_Java.xml b/src/changelog/2.10.0/LOG4J2-2052_Disable_thread_name_caching_by_default_when_running_on_Java.xml
index fb6839c..8bf89f7 100644
--- a/src/changelog/2.10.0/LOG4J2-2052_Disable_thread_name_caching_by_default_when_running_on_Java.xml
+++ b/src/changelog/2.10.0/LOG4J2-2052_Disable_thread_name_caching_by_default_when_running_on_Java.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2052" link="https://issues.apache.org/jira/browse/LOG4J2-2052"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2053_Exception_java_nio_charset_UnsupportedCharsetException_cp65.xml b/src/changelog/2.10.0/LOG4J2-2053_Exception_java_nio_charset_UnsupportedCharsetException_cp65.xml
index 8fbd6c8..42c2fcc 100644
--- a/src/changelog/2.10.0/LOG4J2-2053_Exception_java_nio_charset_UnsupportedCharsetException_cp65.xml
+++ b/src/changelog/2.10.0/LOG4J2-2053_Exception_java_nio_charset_UnsupportedCharsetException_cp65.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2053" link="https://issues.apache.org/jira/browse/LOG4J2-2053"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2054_Provide_ways_to_configure_SSL_that_avoid_plain_text_password.xml b/src/changelog/2.10.0/LOG4J2-2054_Provide_ways_to_configure_SSL_that_avoid_plain_text_password.xml
index 3482bc9..36dd2eb 100644
--- a/src/changelog/2.10.0/LOG4J2-2054_Provide_ways_to_configure_SSL_that_avoid_plain_text_password.xml
+++ b/src/changelog/2.10.0/LOG4J2-2054_Provide_ways_to_configure_SSL_that_avoid_plain_text_password.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2054" link="https://issues.apache.org/jira/browse/LOG4J2-2054"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2055_If_Log4j_is_used_as_the_Tomcat_logging_implementation_startu.xml b/src/changelog/2.10.0/LOG4J2-2055_If_Log4j_is_used_as_the_Tomcat_logging_implementation_startu.xml
index 9d4b8f7..2c0194a 100644
--- a/src/changelog/2.10.0/LOG4J2-2055_If_Log4j_is_used_as_the_Tomcat_logging_implementation_startu.xml
+++ b/src/changelog/2.10.0/LOG4J2-2055_If_Log4j_is_used_as_the_Tomcat_logging_implementation_startu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2055" link="https://issues.apache.org/jira/browse/LOG4J2-2055"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2056_Modularize_Log4j_api_and_make_most_other_log4j_jars_automati.xml b/src/changelog/2.10.0/LOG4J2-2056_Modularize_Log4j_api_and_make_most_other_log4j_jars_automati.xml
index 2e94fb8..6006ff6 100644
--- a/src/changelog/2.10.0/LOG4J2-2056_Modularize_Log4j_api_and_make_most_other_log4j_jars_automati.xml
+++ b/src/changelog/2.10.0/LOG4J2-2056_Modularize_Log4j_api_and_make_most_other_log4j_jars_automati.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2056" link="https://issues.apache.org/jira/browse/LOG4J2-2056"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2057_Support_new_SLF4J_binding_mechanism_introduced_in_SLF4J_1_8.xml b/src/changelog/2.10.0/LOG4J2-2057_Support_new_SLF4J_binding_mechanism_introduced_in_SLF4J_1_8.xml
index 24f343f..d38c982 100644
--- a/src/changelog/2.10.0/LOG4J2-2057_Support_new_SLF4J_binding_mechanism_introduced_in_SLF4J_1_8.xml
+++ b/src/changelog/2.10.0/LOG4J2-2057_Support_new_SLF4J_binding_mechanism_introduced_in_SLF4J_1_8.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2057" link="https://issues.apache.org/jira/browse/LOG4J2-2057"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2060_AbstractDatabaseManager_should_make_a_copy_of_LogEvents_befo.xml b/src/changelog/2.10.0/LOG4J2-2060_AbstractDatabaseManager_should_make_a_copy_of_LogEvents_befo.xml
index 8f6356b..892bc47 100644
--- a/src/changelog/2.10.0/LOG4J2-2060_AbstractDatabaseManager_should_make_a_copy_of_LogEvents_befo.xml
+++ b/src/changelog/2.10.0/LOG4J2-2060_AbstractDatabaseManager_should_make_a_copy_of_LogEvents_befo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2060" link="https://issues.apache.org/jira/browse/LOG4J2-2060"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2062_Add_possibility_of_sending_the_key_of_a_message_to_Kafka_usi.xml b/src/changelog/2.10.0/LOG4J2-2062_Add_possibility_of_sending_the_key_of_a_message_to_Kafka_usi.xml
index e1e0ec5..bd831f7 100644
--- a/src/changelog/2.10.0/LOG4J2-2062_Add_possibility_of_sending_the_key_of_a_message_to_Kafka_usi.xml
+++ b/src/changelog/2.10.0/LOG4J2-2062_Add_possibility_of_sending_the_key_of_a_message_to_Kafka_usi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2062" link="https://issues.apache.org/jira/browse/LOG4J2-2062"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2070_Log4j1XmlLayout_does_not_provide_the_entire_stack_trace_it.xml b/src/changelog/2.10.0/LOG4J2-2070_Log4j1XmlLayout_does_not_provide_the_entire_stack_trace_it.xml
index 27cc422..de5a5dc 100644
--- a/src/changelog/2.10.0/LOG4J2-2070_Log4j1XmlLayout_does_not_provide_the_entire_stack_trace_it.xml
+++ b/src/changelog/2.10.0/LOG4J2-2070_Log4j1XmlLayout_does_not_provide_the_entire_stack_trace_it.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2070" link="https://issues.apache.org/jira/browse/LOG4J2-2070"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2071_Add_org_apache_logging_log4j_core_config_composite_Composite.xml b/src/changelog/2.10.0/LOG4J2-2071_Add_org_apache_logging_log4j_core_config_composite_Composite.xml
index cebb1ea..36cce81 100644
--- a/src/changelog/2.10.0/LOG4J2-2071_Add_org_apache_logging_log4j_core_config_composite_Composite.xml
+++ b/src/changelog/2.10.0/LOG4J2-2071_Add_org_apache_logging_log4j_core_config_composite_Composite.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2071" link="https://issues.apache.org/jira/browse/LOG4J2-2071"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2073_Log4j_config_xsd_should_make_AppenderRef_optional_for_each_L.xml b/src/changelog/2.10.0/LOG4J2-2073_Log4j_config_xsd_should_make_AppenderRef_optional_for_each_L.xml
index 93dd990..eb2ef91 100644
--- a/src/changelog/2.10.0/LOG4J2-2073_Log4j_config_xsd_should_make_AppenderRef_optional_for_each_L.xml
+++ b/src/changelog/2.10.0/LOG4J2-2073_Log4j_config_xsd_should_make_AppenderRef_optional_for_each_L.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2073" link="https://issues.apache.org/jira/browse/LOG4J2-2073"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2074_The_console_appender_should_say_why_it_cannot_load_JAnsi.xml b/src/changelog/2.10.0/LOG4J2-2074_The_console_appender_should_say_why_it_cannot_load_JAnsi.xml
index 67d795e..317262c 100644
--- a/src/changelog/2.10.0/LOG4J2-2074_The_console_appender_should_say_why_it_cannot_load_JAnsi.xml
+++ b/src/changelog/2.10.0/LOG4J2-2074_The_console_appender_should_say_why_it_cannot_load_JAnsi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2074" link="https://issues.apache.org/jira/browse/LOG4J2-2074"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2076_Split_up_log4j_nosql_into_one_module_per_appender.xml b/src/changelog/2.10.0/LOG4J2-2076_Split_up_log4j_nosql_into_one_module_per_appender.xml
index 2afe909..d6f6a03 100644
--- a/src/changelog/2.10.0/LOG4J2-2076_Split_up_log4j_nosql_into_one_module_per_appender.xml
+++ b/src/changelog/2.10.0/LOG4J2-2076_Split_up_log4j_nosql_into_one_module_per_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2076" link="https://issues.apache.org/jira/browse/LOG4J2-2076"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2077_Update_from_Jackson_2_9_1_to_2_9_2.xml b/src/changelog/2.10.0/LOG4J2-2077_Update_from_Jackson_2_9_1_to_2_9_2.xml
index 97af5cf..1c1d5c9 100644
--- a/src/changelog/2.10.0/LOG4J2-2077_Update_from_Jackson_2_9_1_to_2_9_2.xml
+++ b/src/changelog/2.10.0/LOG4J2-2077_Update_from_Jackson_2_9_1_to_2_9_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2077" link="https://issues.apache.org/jira/browse/LOG4J2-2077"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2078_Update_LMAX_disruptor_from_3_3_6_to_3_3_7.xml b/src/changelog/2.10.0/LOG4J2-2078_Update_LMAX_disruptor_from_3_3_6_to_3_3_7.xml
index 3b9fdb9..6a2efa4 100644
--- a/src/changelog/2.10.0/LOG4J2-2078_Update_LMAX_disruptor_from_3_3_6_to_3_3_7.xml
+++ b/src/changelog/2.10.0/LOG4J2-2078_Update_LMAX_disruptor_from_3_3_6_to_3_3_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2078" link="https://issues.apache.org/jira/browse/LOG4J2-2078"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2081_Update_Apache_Commons_Compress_from_1_14_to_1_15.xml b/src/changelog/2.10.0/LOG4J2-2081_Update_Apache_Commons_Compress_from_1_14_to_1_15.xml
index 6674841..d77d6b1 100644
--- a/src/changelog/2.10.0/LOG4J2-2081_Update_Apache_Commons_Compress_from_1_14_to_1_15.xml
+++ b/src/changelog/2.10.0/LOG4J2-2081_Update_Apache_Commons_Compress_from_1_14_to_1_15.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2081" link="https://issues.apache.org/jira/browse/LOG4J2-2081"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2085_Wrong_Apache_Commons_CSV_version_referenced_in_the_Javadoc_o.xml b/src/changelog/2.10.0/LOG4J2-2085_Wrong_Apache_Commons_CSV_version_referenced_in_the_Javadoc_o.xml
index c1364f2..fd1b761 100644
--- a/src/changelog/2.10.0/LOG4J2-2085_Wrong_Apache_Commons_CSV_version_referenced_in_the_Javadoc_o.xml
+++ b/src/changelog/2.10.0/LOG4J2-2085_Wrong_Apache_Commons_CSV_version_referenced_in_the_Javadoc_o.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2085" link="https://issues.apache.org/jira/browse/LOG4J2-2085"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2087_Jansi_now_needs_to_be_enabled_explicitly_by_setting_system.xml b/src/changelog/2.10.0/LOG4J2-2087_Jansi_now_needs_to_be_enabled_explicitly_by_setting_system.xml
index c1a0df6..40466b2 100644
--- a/src/changelog/2.10.0/LOG4J2-2087_Jansi_now_needs_to_be_enabled_explicitly_by_setting_system.xml
+++ b/src/changelog/2.10.0/LOG4J2-2087_Jansi_now_needs_to_be_enabled_explicitly_by_setting_system.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2087" link="https://issues.apache.org/jira/browse/LOG4J2-2087"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2088_Upgrade_picocli_to_2_0_3_from_0_9_8.xml b/src/changelog/2.10.0/LOG4J2-2088_Upgrade_picocli_to_2_0_3_from_0_9_8.xml
index 1a66004..518e92f 100644
--- a/src/changelog/2.10.0/LOG4J2-2088_Upgrade_picocli_to_2_0_3_from_0_9_8.xml
+++ b/src/changelog/2.10.0/LOG4J2-2088_Upgrade_picocli_to_2_0_3_from_0_9_8.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2088" link="https://issues.apache.org/jira/browse/LOG4J2-2088"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2089__TagLib_Update_servlet_api_provided_dependency_from_2_5_to.xml b/src/changelog/2.10.0/LOG4J2-2089__TagLib_Update_servlet_api_provided_dependency_from_2_5_to.xml
index 21f1000..eaf9535 100644
--- a/src/changelog/2.10.0/LOG4J2-2089__TagLib_Update_servlet_api_provided_dependency_from_2_5_to.xml
+++ b/src/changelog/2.10.0/LOG4J2-2089__TagLib_Update_servlet_api_provided_dependency_from_2_5_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2089" link="https://issues.apache.org/jira/browse/LOG4J2-2089"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2091_Log4j_respects_the_configured_log4j2_is_webapp_property.xml b/src/changelog/2.10.0/LOG4J2-2091_Log4j_respects_the_configured_log4j2_is_webapp_property.xml
index d1f9999..245339e 100644
--- a/src/changelog/2.10.0/LOG4J2-2091_Log4j_respects_the_configured_log4j2_is_webapp_property.xml
+++ b/src/changelog/2.10.0/LOG4J2-2091_Log4j_respects_the_configured_log4j2_is_webapp_property.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2091" link="https://issues.apache.org/jira/browse/LOG4J2-2091"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2096_Update_Apache_Kafka_kafka_clients_from_0_11_0_1_to_1_0_0.xml b/src/changelog/2.10.0/LOG4J2-2096_Update_Apache_Kafka_kafka_clients_from_0_11_0_1_to_1_0_0.xml
index 5db0622..a743742 100644
--- a/src/changelog/2.10.0/LOG4J2-2096_Update_Apache_Kafka_kafka_clients_from_0_11_0_1_to_1_0_0.xml
+++ b/src/changelog/2.10.0/LOG4J2-2096_Update_Apache_Kafka_kafka_clients_from_0_11_0_1_to_1_0_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2096" link="https://issues.apache.org/jira/browse/LOG4J2-2096"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2098_Add_a_noop_AppenderSkeleton_for_applications_still_using_Log.xml b/src/changelog/2.10.0/LOG4J2-2098_Add_a_noop_AppenderSkeleton_for_applications_still_using_Log.xml
index 4eae621..2e46342 100644
--- a/src/changelog/2.10.0/LOG4J2-2098_Add_a_noop_AppenderSkeleton_for_applications_still_using_Log.xml
+++ b/src/changelog/2.10.0/LOG4J2-2098_Add_a_noop_AppenderSkeleton_for_applications_still_using_Log.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2098" link="https://issues.apache.org/jira/browse/LOG4J2-2098"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2100_LevelMixIn_class_for_Jackson_is_coded_incorrectly.xml b/src/changelog/2.10.0/LOG4J2-2100_LevelMixIn_class_for_Jackson_is_coded_incorrectly.xml
index b7ff3c7..fbc3dfe 100644
--- a/src/changelog/2.10.0/LOG4J2-2100_LevelMixIn_class_for_Jackson_is_coded_incorrectly.xml
+++ b/src/changelog/2.10.0/LOG4J2-2100_LevelMixIn_class_for_Jackson_is_coded_incorrectly.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2100" link="https://issues.apache.org/jira/browse/LOG4J2-2100"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2101_Non_string_value_in_MapMessage_caused_ClassCastException.xml b/src/changelog/2.10.0/LOG4J2-2101_Non_string_value_in_MapMessage_caused_ClassCastException.xml
index d68db6e..4bc49ce 100644
--- a/src/changelog/2.10.0/LOG4J2-2101_Non_string_value_in_MapMessage_caused_ClassCastException.xml
+++ b/src/changelog/2.10.0/LOG4J2-2101_Non_string_value_in_MapMessage_caused_ClassCastException.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2101" link="https://issues.apache.org/jira/browse/LOG4J2-2101"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2102_MapMessage_JSON_encoding_will_escape_keys_and_values.xml b/src/changelog/2.10.0/LOG4J2-2102_MapMessage_JSON_encoding_will_escape_keys_and_values.xml
index d572810..2ab6a4c 100644
--- a/src/changelog/2.10.0/LOG4J2-2102_MapMessage_JSON_encoding_will_escape_keys_and_values.xml
+++ b/src/changelog/2.10.0/LOG4J2-2102_MapMessage_JSON_encoding_will_escape_keys_and_values.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2102" link="https://issues.apache.org/jira/browse/LOG4J2-2102"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2103_XML_encoding_for_PatternLayout.xml b/src/changelog/2.10.0/LOG4J2-2103_XML_encoding_for_PatternLayout.xml
index 265270c..2156981 100644
--- a/src/changelog/2.10.0/LOG4J2-2103_XML_encoding_for_PatternLayout.xml
+++ b/src/changelog/2.10.0/LOG4J2-2103_XML_encoding_for_PatternLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2103" link="https://issues.apache.org/jira/browse/LOG4J2-2103"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2107_MapMessage_supports_both_StringBuilderFormattable_and_MultiF.xml b/src/changelog/2.10.0/LOG4J2-2107_MapMessage_supports_both_StringBuilderFormattable_and_MultiF.xml
index 5d52292..b4db660 100644
--- a/src/changelog/2.10.0/LOG4J2-2107_MapMessage_supports_both_StringBuilderFormattable_and_MultiF.xml
+++ b/src/changelog/2.10.0/LOG4J2-2107_MapMessage_supports_both_StringBuilderFormattable_and_MultiF.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2107" link="https://issues.apache.org/jira/browse/LOG4J2-2107"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2109_Add_property_to_disable_message_pattern_converter_lookups.xml b/src/changelog/2.10.0/LOG4J2-2109_Add_property_to_disable_message_pattern_converter_lookups.xml
index 7e24863..5b972df 100644
--- a/src/changelog/2.10.0/LOG4J2-2109_Add_property_to_disable_message_pattern_converter_lookups.xml
+++ b/src/changelog/2.10.0/LOG4J2-2109_Add_property_to_disable_message_pattern_converter_lookups.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2109" link="https://issues.apache.org/jira/browse/LOG4J2-2109"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2112_MapMessage_should_use_deep_toString_for_values.xml b/src/changelog/2.10.0/LOG4J2-2112_MapMessage_should_use_deep_toString_for_values.xml
index 304b09d..4e0694c 100644
--- a/src/changelog/2.10.0/LOG4J2-2112_MapMessage_should_use_deep_toString_for_values.xml
+++ b/src/changelog/2.10.0/LOG4J2-2112_MapMessage_should_use_deep_toString_for_values.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2112" link="https://issues.apache.org/jira/browse/LOG4J2-2112"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2114_Provide_a_native_Log4j_2_implementation_of_Eclipse_Jetty_s_o.xml b/src/changelog/2.10.0/LOG4J2-2114_Provide_a_native_Log4j_2_implementation_of_Eclipse_Jetty_s_o.xml
index 2f419fc..b613128 100644
--- a/src/changelog/2.10.0/LOG4J2-2114_Provide_a_native_Log4j_2_implementation_of_Eclipse_Jetty_s_o.xml
+++ b/src/changelog/2.10.0/LOG4J2-2114_Provide_a_native_Log4j_2_implementation_of_Eclipse_Jetty_s_o.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2114" link="https://issues.apache.org/jira/browse/LOG4J2-2114"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2117_Jackson_dependencies_for_2_9_2_incorrectly_bring_in_jackson.xml b/src/changelog/2.10.0/LOG4J2-2117_Jackson_dependencies_for_2_9_2_incorrectly_bring_in_jackson.xml
index 256d9a4..d661186 100644
--- a/src/changelog/2.10.0/LOG4J2-2117_Jackson_dependencies_for_2_9_2_incorrectly_bring_in_jackson.xml
+++ b/src/changelog/2.10.0/LOG4J2-2117_Jackson_dependencies_for_2_9_2_incorrectly_bring_in_jackson.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2117" link="https://issues.apache.org/jira/browse/LOG4J2-2117"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2120_Properly_escape_newlines_and_other_control_characters_in_JSO.xml b/src/changelog/2.10.0/LOG4J2-2120_Properly_escape_newlines_and_other_control_characters_in_JSO.xml
index b9137f9..90cb357 100644
--- a/src/changelog/2.10.0/LOG4J2-2120_Properly_escape_newlines_and_other_control_characters_in_JSO.xml
+++ b/src/changelog/2.10.0/LOG4J2-2120_Properly_escape_newlines_and_other_control_characters_in_JSO.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2120" link="https://issues.apache.org/jira/browse/LOG4J2-2120"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.10.0/LOG4J2-2289_XML_Schema_for_DynamicFilterThreshold_does_not_accept_multip.xml b/src/changelog/2.10.0/LOG4J2-2289_XML_Schema_for_DynamicFilterThreshold_does_not_accept_multip.xml
index d37a97a..649af93 100644
--- a/src/changelog/2.10.0/LOG4J2-2289_XML_Schema_for_DynamicFilterThreshold_does_not_accept_multip.xml
+++ b/src/changelog/2.10.0/LOG4J2-2289_XML_Schema_for_DynamicFilterThreshold_does_not_accept_multip.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2289" link="https://issues.apache.org/jira/browse/LOG4J2-2289"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/.release.xml b/src/changelog/2.11.0/.release.xml
index e8dacbd..4d0be6d 100644
--- a/src/changelog/2.11.0/.release.xml
+++ b/src/changelog/2.11.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2018-03-11"
          version="2.11.0"/>
diff --git a/src/changelog/2.11.0/LOG4J2-1883_Added_support_for_precise_micro_and_nanosecond_timestamps.xml b/src/changelog/2.11.0/LOG4J2-1883_Added_support_for_precise_micro_and_nanosecond_timestamps.xml
index 9ccf717..896bdef 100644
--- a/src/changelog/2.11.0/LOG4J2-1883_Added_support_for_precise_micro_and_nanosecond_timestamps.xml
+++ b/src/changelog/2.11.0/LOG4J2-1883_Added_support_for_precise_micro_and_nanosecond_timestamps.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1883" link="https://issues.apache.org/jira/browse/LOG4J2-1883"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-1976_Revert_OSGi_API_version_to_4_3_1.xml b/src/changelog/2.11.0/LOG4J2-1976_Revert_OSGi_API_version_to_4_3_1.xml
index d2245c9..ade4437 100644
--- a/src/changelog/2.11.0/LOG4J2-1976_Revert_OSGi_API_version_to_4_3_1.xml
+++ b/src/changelog/2.11.0/LOG4J2-1976_Revert_OSGi_API_version_to_4_3_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1976" link="https://issues.apache.org/jira/browse/LOG4J2-1976"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2002_Avoid_null_attribute_values_in_DefaultConfigurationBuilder.xml b/src/changelog/2.11.0/LOG4J2-2002_Avoid_null_attribute_values_in_DefaultConfigurationBuilder.xml
index 01e56ec..dcf5618 100644
--- a/src/changelog/2.11.0/LOG4J2-2002_Avoid_null_attribute_values_in_DefaultConfigurationBuilder.xml
+++ b/src/changelog/2.11.0/LOG4J2-2002_Avoid_null_attribute_values_in_DefaultConfigurationBuilder.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2002" link="https://issues.apache.org/jira/browse/LOG4J2-2002"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2104_LoaderUtil_was_not_looping_properly_over_class_loaders.xml b/src/changelog/2.11.0/LOG4J2-2104_LoaderUtil_was_not_looping_properly_over_class_loaders.xml
index d08350e..7318d94 100644
--- a/src/changelog/2.11.0/LOG4J2-2104_LoaderUtil_was_not_looping_properly_over_class_loaders.xml
+++ b/src/changelog/2.11.0/LOG4J2-2104_LoaderUtil_was_not_looping_properly_over_class_loaders.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2104" link="https://issues.apache.org/jira/browse/LOG4J2-2104"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2123_DefaultMergeStrategy_did_not_merge_filters_on_loggers_correc.xml b/src/changelog/2.11.0/LOG4J2-2123_DefaultMergeStrategy_did_not_merge_filters_on_loggers_correc.xml
index 0cbe877..72b1ac6 100644
--- a/src/changelog/2.11.0/LOG4J2-2123_DefaultMergeStrategy_did_not_merge_filters_on_loggers_correc.xml
+++ b/src/changelog/2.11.0/LOG4J2-2123_DefaultMergeStrategy_did_not_merge_filters_on_loggers_correc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2123" link="https://issues.apache.org/jira/browse/LOG4J2-2123"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2126_Removed_compile_time_dependency_on_Java_Management_APIs_from.xml b/src/changelog/2.11.0/LOG4J2-2126_Removed_compile_time_dependency_on_Java_Management_APIs_from.xml
index e5d2ddf..4214e1c 100644
--- a/src/changelog/2.11.0/LOG4J2-2126_Removed_compile_time_dependency_on_Java_Management_APIs_from.xml
+++ b/src/changelog/2.11.0/LOG4J2-2126_Removed_compile_time_dependency_on_Java_Management_APIs_from.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2126" link="https://issues.apache.org/jira/browse/LOG4J2-2126"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2127_Removed_unnecessary_threadlocal_StringBuilder_field_from_Mdc.xml b/src/changelog/2.11.0/LOG4J2-2127_Removed_unnecessary_threadlocal_StringBuilder_field_from_Mdc.xml
index 2eb274b..ee70702 100644
--- a/src/changelog/2.11.0/LOG4J2-2127_Removed_unnecessary_threadlocal_StringBuilder_field_from_Mdc.xml
+++ b/src/changelog/2.11.0/LOG4J2-2127_Removed_unnecessary_threadlocal_StringBuilder_field_from_Mdc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2127" link="https://issues.apache.org/jira/browse/LOG4J2-2127"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2129_Log4j2_throws_NoClassDefFoundError_in_Java_9_in_java_util_Se.xml b/src/changelog/2.11.0/LOG4J2-2129_Log4j2_throws_NoClassDefFoundError_in_Java_9_in_java_util_Se.xml
index a494c22..70c8af8 100644
--- a/src/changelog/2.11.0/LOG4J2-2129_Log4j2_throws_NoClassDefFoundError_in_Java_9_in_java_util_Se.xml
+++ b/src/changelog/2.11.0/LOG4J2-2129_Log4j2_throws_NoClassDefFoundError_in_Java_9_in_java_util_Se.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2129" link="https://issues.apache.org/jira/browse/LOG4J2-2129"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2132_Update_ZeroMQ_s_jeromq_from_0_4_2_to_0_4_3.xml b/src/changelog/2.11.0/LOG4J2-2132_Update_ZeroMQ_s_jeromq_from_0_4_2_to_0_4_3.xml
index d3f8b0a..e7221a4 100644
--- a/src/changelog/2.11.0/LOG4J2-2132_Update_ZeroMQ_s_jeromq_from_0_4_2_to_0_4_3.xml
+++ b/src/changelog/2.11.0/LOG4J2-2132_Update_ZeroMQ_s_jeromq_from_0_4_2_to_0_4_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2132" link="https://issues.apache.org/jira/browse/LOG4J2-2132"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2143_Add_missing_converters_to_PatternLayout.xml b/src/changelog/2.11.0/LOG4J2-2143_Add_missing_converters_to_PatternLayout.xml
index 586af2a..f9f7ecd 100644
--- a/src/changelog/2.11.0/LOG4J2-2143_Add_missing_converters_to_PatternLayout.xml
+++ b/src/changelog/2.11.0/LOG4J2-2143_Add_missing_converters_to_PatternLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2143" link="https://issues.apache.org/jira/browse/LOG4J2-2143"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2146_Update_version_of_maven_bundle_plugin_to_3_4_0_Convert_bund.xml b/src/changelog/2.11.0/LOG4J2-2146_Update_version_of_maven_bundle_plugin_to_3_4_0_Convert_bund.xml
index df03753..64582b7 100644
--- a/src/changelog/2.11.0/LOG4J2-2146_Update_version_of_maven_bundle_plugin_to_3_4_0_Convert_bund.xml
+++ b/src/changelog/2.11.0/LOG4J2-2146_Update_version_of_maven_bundle_plugin_to_3_4_0_Convert_bund.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2146" link="https://issues.apache.org/jira/browse/LOG4J2-2146"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2157_Don_t_create_exit_message_in_traceExit_R_when_logging_is_di.xml b/src/changelog/2.11.0/LOG4J2-2157_Don_t_create_exit_message_in_traceExit_R_when_logging_is_di.xml
index ce5a7d2..0df0cc5 100644
--- a/src/changelog/2.11.0/LOG4J2-2157_Don_t_create_exit_message_in_traceExit_R_when_logging_is_di.xml
+++ b/src/changelog/2.11.0/LOG4J2-2157_Don_t_create_exit_message_in_traceExit_R_when_logging_is_di.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2157" link="https://issues.apache.org/jira/browse/LOG4J2-2157"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2158_Fixed_bug_where_ThreadContext_map_was_cleared_resulting_in.xml b/src/changelog/2.11.0/LOG4J2-2158_Fixed_bug_where_ThreadContext_map_was_cleared_resulting_in.xml
index 7c3c3d5..5ccffa2 100644
--- a/src/changelog/2.11.0/LOG4J2-2158_Fixed_bug_where_ThreadContext_map_was_cleared_resulting_in.xml
+++ b/src/changelog/2.11.0/LOG4J2-2158_Fixed_bug_where_ThreadContext_map_was_cleared_resulting_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2158" link="https://issues.apache.org/jira/browse/LOG4J2-2158"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2160_Add_API_org_apache_logging_log4j_core_lookup_Interpolator_ge.xml b/src/changelog/2.11.0/LOG4J2-2160_Add_API_org_apache_logging_log4j_core_lookup_Interpolator_ge.xml
index 30b284b..b7f2a0e 100644
--- a/src/changelog/2.11.0/LOG4J2-2160_Add_API_org_apache_logging_log4j_core_lookup_Interpolator_ge.xml
+++ b/src/changelog/2.11.0/LOG4J2-2160_Add_API_org_apache_logging_log4j_core_lookup_Interpolator_ge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2160" link="https://issues.apache.org/jira/browse/LOG4J2-2160"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2163_Allow_SortedArrayStringMap_to_be_filtered_upon_deserializati.xml b/src/changelog/2.11.0/LOG4J2-2163_Allow_SortedArrayStringMap_to_be_filtered_upon_deserializati.xml
index 6f84ee0..1043d15 100644
--- a/src/changelog/2.11.0/LOG4J2-2163_Allow_SortedArrayStringMap_to_be_filtered_upon_deserializati.xml
+++ b/src/changelog/2.11.0/LOG4J2-2163_Allow_SortedArrayStringMap_to_be_filtered_upon_deserializati.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2163" link="https://issues.apache.org/jira/browse/LOG4J2-2163"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2165_Update_Jackson_from_2_9_2_to_2_9_3.xml b/src/changelog/2.11.0/LOG4J2-2165_Update_Jackson_from_2_9_2_to_2_9_3.xml
index 92071d9..3290f62 100644
--- a/src/changelog/2.11.0/LOG4J2-2165_Update_Jackson_from_2_9_2_to_2_9_3.xml
+++ b/src/changelog/2.11.0/LOG4J2-2165_Update_Jackson_from_2_9_2_to_2_9_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2165" link="https://issues.apache.org/jira/browse/LOG4J2-2165"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2175_Fix_typo_in_Property_Substitution_docs.xml b/src/changelog/2.11.0/LOG4J2-2175_Fix_typo_in_Property_Substitution_docs.xml
index 96caf71..76f00bc 100644
--- a/src/changelog/2.11.0/LOG4J2-2175_Fix_typo_in_Property_Substitution_docs.xml
+++ b/src/changelog/2.11.0/LOG4J2-2175_Fix_typo_in_Property_Substitution_docs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2175" link="https://issues.apache.org/jira/browse/LOG4J2-2175"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2179_The_MongoDB_Appender_should_use_a_keys_and_values_for_a_Log4.xml b/src/changelog/2.11.0/LOG4J2-2179_The_MongoDB_Appender_should_use_a_keys_and_values_for_a_Log4.xml
index fb18bcd..d30bed7 100644
--- a/src/changelog/2.11.0/LOG4J2-2179_The_MongoDB_Appender_should_use_a_keys_and_values_for_a_Log4.xml
+++ b/src/changelog/2.11.0/LOG4J2-2179_The_MongoDB_Appender_should_use_a_keys_and_values_for_a_Log4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2179" link="https://issues.apache.org/jira/browse/LOG4J2-2179"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2180_Add_a_MongoDbProvider_builder_for_and_deprecate_org_apache_l.xml b/src/changelog/2.11.0/LOG4J2-2180_Add_a_MongoDbProvider_builder_for_and_deprecate_org_apache_l.xml
index e04e407..dffd73d 100644
--- a/src/changelog/2.11.0/LOG4J2-2180_Add_a_MongoDbProvider_builder_for_and_deprecate_org_apache_l.xml
+++ b/src/changelog/2.11.0/LOG4J2-2180_Add_a_MongoDbProvider_builder_for_and_deprecate_org_apache_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2180" link="https://issues.apache.org/jira/browse/LOG4J2-2180"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2181_The_JDBC_Appender_should_use_keys_and_values_from_a_Log4j_Ma.xml b/src/changelog/2.11.0/LOG4J2-2181_The_JDBC_Appender_should_use_keys_and_values_from_a_Log4j_Ma.xml
index 383e1db..82ff31c 100644
--- a/src/changelog/2.11.0/LOG4J2-2181_The_JDBC_Appender_should_use_keys_and_values_from_a_Log4j_Ma.xml
+++ b/src/changelog/2.11.0/LOG4J2-2181_The_JDBC_Appender_should_use_keys_and_values_from_a_Log4j_Ma.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2181" link="https://issues.apache.org/jira/browse/LOG4J2-2181"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2182_NullPointerException_at_org_apache_logging_log4j_util_Activa.xml b/src/changelog/2.11.0/LOG4J2-2182_NullPointerException_at_org_apache_logging_log4j_util_Activa.xml
index 180745a..f0c83ce 100644
--- a/src/changelog/2.11.0/LOG4J2-2182_NullPointerException_at_org_apache_logging_log4j_util_Activa.xml
+++ b/src/changelog/2.11.0/LOG4J2-2182_NullPointerException_at_org_apache_logging_log4j_util_Activa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2182" link="https://issues.apache.org/jira/browse/LOG4J2-2182"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2184_Update_MongoDB_driver_from_3_0_4_to_3_6_1.xml b/src/changelog/2.11.0/LOG4J2-2184_Update_MongoDB_driver_from_3_0_4_to_3_6_1.xml
index 7fe058c..2b88ed4 100644
--- a/src/changelog/2.11.0/LOG4J2-2184_Update_MongoDB_driver_from_3_0_4_to_3_6_1.xml
+++ b/src/changelog/2.11.0/LOG4J2-2184_Update_MongoDB_driver_from_3_0_4_to_3_6_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2184" link="https://issues.apache.org/jira/browse/LOG4J2-2184"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2185_Add_a_simple_JDBC_DriverManager_based_ConnectionSource_that.xml b/src/changelog/2.11.0/LOG4J2-2185_Add_a_simple_JDBC_DriverManager_based_ConnectionSource_that.xml
index 3ef0f72..ac2b7ad 100644
--- a/src/changelog/2.11.0/LOG4J2-2185_Add_a_simple_JDBC_DriverManager_based_ConnectionSource_that.xml
+++ b/src/changelog/2.11.0/LOG4J2-2185_Add_a_simple_JDBC_DriverManager_based_ConnectionSource_that.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2185" link="https://issues.apache.org/jira/browse/LOG4J2-2185"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2186_Add_a_JDBC_ConnectionSource_that_provides_pooling_through_Ap.xml b/src/changelog/2.11.0/LOG4J2-2186_Add_a_JDBC_ConnectionSource_that_provides_pooling_through_Ap.xml
index 5950bd5..092ddff 100644
--- a/src/changelog/2.11.0/LOG4J2-2186_Add_a_JDBC_ConnectionSource_that_provides_pooling_through_Ap.xml
+++ b/src/changelog/2.11.0/LOG4J2-2186_Add_a_JDBC_ConnectionSource_that_provides_pooling_through_Ap.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2186" link="https://issues.apache.org/jira/browse/LOG4J2-2186"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2187_Add_a_hook_for_a_Connection_Source_for_a_JDBC_Appender_to_re.xml b/src/changelog/2.11.0/LOG4J2-2187_Add_a_hook_for_a_Connection_Source_for_a_JDBC_Appender_to_re.xml
index c38b85a..5df5b69 100644
--- a/src/changelog/2.11.0/LOG4J2-2187_Add_a_hook_for_a_Connection_Source_for_a_JDBC_Appender_to_re.xml
+++ b/src/changelog/2.11.0/LOG4J2-2187_Add_a_hook_for_a_Connection_Source_for_a_JDBC_Appender_to_re.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2187" link="https://issues.apache.org/jira/browse/LOG4J2-2187"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2188_Split_off_JPA_support_into_a_new_module_log4j_jpa.xml b/src/changelog/2.11.0/LOG4J2-2188_Split_off_JPA_support_into_a_new_module_log4j_jpa.xml
index 22da281..8c62223 100644
--- a/src/changelog/2.11.0/LOG4J2-2188_Split_off_JPA_support_into_a_new_module_log4j_jpa.xml
+++ b/src/changelog/2.11.0/LOG4J2-2188_Split_off_JPA_support_into_a_new_module_log4j_jpa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2188" link="https://issues.apache.org/jira/browse/LOG4J2-2188"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2190_Output_JSON_object_for_ObjectMessage_in_JsonLayout.xml b/src/changelog/2.11.0/LOG4J2-2190_Output_JSON_object_for_ObjectMessage_in_JsonLayout.xml
index b0da980..7a9e7fb 100644
--- a/src/changelog/2.11.0/LOG4J2-2190_Output_JSON_object_for_ObjectMessage_in_JsonLayout.xml
+++ b/src/changelog/2.11.0/LOG4J2-2190_Output_JSON_object_for_ObjectMessage_in_JsonLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2190" link="https://issues.apache.org/jira/browse/LOG4J2-2190"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2191_Made_log4j_core_a_multi_release_multi_version_jar_added.xml b/src/changelog/2.11.0/LOG4J2-2191_Made_log4j_core_a_multi_release_multi_version_jar_added.xml
index c532842..de5a2c2 100644
--- a/src/changelog/2.11.0/LOG4J2-2191_Made_log4j_core_a_multi_release_multi_version_jar_added.xml
+++ b/src/changelog/2.11.0/LOG4J2-2191_Made_log4j_core_a_multi_release_multi_version_jar_added.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2191" link="https://issues.apache.org/jira/browse/LOG4J2-2191"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2193_Update_JMH_to_version_1_19_from_1_1_1.xml b/src/changelog/2.11.0/LOG4J2-2193_Update_JMH_to_version_1_19_from_1_1_1.xml
index 15bd961..7c24457 100644
--- a/src/changelog/2.11.0/LOG4J2-2193_Update_JMH_to_version_1_19_from_1_1_1.xml
+++ b/src/changelog/2.11.0/LOG4J2-2193_Update_JMH_to_version_1_19_from_1_1_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2193" link="https://issues.apache.org/jira/browse/LOG4J2-2193"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2194_Require_Java_9_to_compile_the_log4j_perf_module_to_allow_ben.xml b/src/changelog/2.11.0/LOG4J2-2194_Require_Java_9_to_compile_the_log4j_perf_module_to_allow_ben.xml
index 473ccb4..b52a864 100644
--- a/src/changelog/2.11.0/LOG4J2-2194_Require_Java_9_to_compile_the_log4j_perf_module_to_allow_ben.xml
+++ b/src/changelog/2.11.0/LOG4J2-2194_Require_Java_9_to_compile_the_log4j_perf_module_to_allow_ben.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2194" link="https://issues.apache.org/jira/browse/LOG4J2-2194"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2197_Document_default_property_value_support.xml b/src/changelog/2.11.0/LOG4J2-2197_Document_default_property_value_support.xml
index f1fad15..40b9fdb 100644
--- a/src/changelog/2.11.0/LOG4J2-2197_Document_default_property_value_support.xml
+++ b/src/changelog/2.11.0/LOG4J2-2197_Document_default_property_value_support.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2197" link="https://issues.apache.org/jira/browse/LOG4J2-2197"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2198_Update_MongoDB_dependencies_from_classic_to_modern.xml b/src/changelog/2.11.0/LOG4J2-2198_Update_MongoDB_dependencies_from_classic_to_modern.xml
index 9167de5..e2f003e 100644
--- a/src/changelog/2.11.0/LOG4J2-2198_Update_MongoDB_dependencies_from_classic_to_modern.xml
+++ b/src/changelog/2.11.0/LOG4J2-2198_Update_MongoDB_dependencies_from_classic_to_modern.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2198" link="https://issues.apache.org/jira/browse/LOG4J2-2198"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2202_MarkerFilter_onMismatch_invalid_attribute_in_properties.xml b/src/changelog/2.11.0/LOG4J2-2202_MarkerFilter_onMismatch_invalid_attribute_in_properties.xml
index cd8205f..3656b88 100644
--- a/src/changelog/2.11.0/LOG4J2-2202_MarkerFilter_onMismatch_invalid_attribute_in_properties.xml
+++ b/src/changelog/2.11.0/LOG4J2-2202_MarkerFilter_onMismatch_invalid_attribute_in_properties.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2202" link="https://issues.apache.org/jira/browse/LOG4J2-2202"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2203_Add_org_apache_logging_log4j_core_util_WatchManager_unwatch.xml b/src/changelog/2.11.0/LOG4J2-2203_Add_org_apache_logging_log4j_core_util_WatchManager_unwatch.xml
index 9d20097..c5a80cb 100644
--- a/src/changelog/2.11.0/LOG4J2-2203_Add_org_apache_logging_log4j_core_util_WatchManager_unwatch.xml
+++ b/src/changelog/2.11.0/LOG4J2-2203_Add_org_apache_logging_log4j_core_util_WatchManager_unwatch.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2203" link="https://issues.apache.org/jira/browse/LOG4J2-2203"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2204_org_apache_logging_log4j_core_util_WatchManager_getWatchers.xml b/src/changelog/2.11.0/LOG4J2-2204_org_apache_logging_log4j_core_util_WatchManager_getWatchers.xml
index 22dbcd1..55c122b 100644
--- a/src/changelog/2.11.0/LOG4J2-2204_org_apache_logging_log4j_core_util_WatchManager_getWatchers.xml
+++ b/src/changelog/2.11.0/LOG4J2-2204_org_apache_logging_log4j_core_util_WatchManager_getWatchers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2204" link="https://issues.apache.org/jira/browse/LOG4J2-2204"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2205_New_module_log4j_mongodb3_Remove_use_of_deprecated_MongoDB.xml b/src/changelog/2.11.0/LOG4J2-2205_New_module_log4j_mongodb3_Remove_use_of_deprecated_MongoDB.xml
index 13a6c50..645ce02 100644
--- a/src/changelog/2.11.0/LOG4J2-2205_New_module_log4j_mongodb3_Remove_use_of_deprecated_MongoDB.xml
+++ b/src/changelog/2.11.0/LOG4J2-2205_New_module_log4j_mongodb3_Remove_use_of_deprecated_MongoDB.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2205" link="https://issues.apache.org/jira/browse/LOG4J2-2205"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2206_Add_method_org_apache_logging_log4j_core_util_WatchManager_r.xml b/src/changelog/2.11.0/LOG4J2-2206_Add_method_org_apache_logging_log4j_core_util_WatchManager_r.xml
index 69d475c..3a54c6a 100644
--- a/src/changelog/2.11.0/LOG4J2-2206_Add_method_org_apache_logging_log4j_core_util_WatchManager_r.xml
+++ b/src/changelog/2.11.0/LOG4J2-2206_Add_method_org_apache_logging_log4j_core_util_WatchManager_r.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2206" link="https://issues.apache.org/jira/browse/LOG4J2-2206"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2208_Add_debug_logging_to_org_apache_logging_log4j_mongodb_MongoD.xml b/src/changelog/2.11.0/LOG4J2-2208_Add_debug_logging_to_org_apache_logging_log4j_mongodb_MongoD.xml
index 7b1f30a..be94ce6 100644
--- a/src/changelog/2.11.0/LOG4J2-2208_Add_debug_logging_to_org_apache_logging_log4j_mongodb_MongoD.xml
+++ b/src/changelog/2.11.0/LOG4J2-2208_Add_debug_logging_to_org_apache_logging_log4j_mongodb_MongoD.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2208" link="https://issues.apache.org/jira/browse/LOG4J2-2208"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2209_Rename_existing_MongoDb_plugin_and_related_artifacts_from_Mo.xml b/src/changelog/2.11.0/LOG4J2-2209_Rename_existing_MongoDb_plugin_and_related_artifacts_from_Mo.xml
index 12bfbea..af0082f 100644
--- a/src/changelog/2.11.0/LOG4J2-2209_Rename_existing_MongoDb_plugin_and_related_artifacts_from_Mo.xml
+++ b/src/changelog/2.11.0/LOG4J2-2209_Rename_existing_MongoDb_plugin_and_related_artifacts_from_Mo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2209" link="https://issues.apache.org/jira/browse/LOG4J2-2209"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2210_Fix_error_log_message_for_Script_which_says_ScriptFile_inste.xml b/src/changelog/2.11.0/LOG4J2-2210_Fix_error_log_message_for_Script_which_says_ScriptFile_inste.xml
index 79c4933..f5de79d 100644
--- a/src/changelog/2.11.0/LOG4J2-2210_Fix_error_log_message_for_Script_which_says_ScriptFile_inste.xml
+++ b/src/changelog/2.11.0/LOG4J2-2210_Fix_error_log_message_for_Script_which_says_ScriptFile_inste.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2210" link="https://issues.apache.org/jira/browse/LOG4J2-2210"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2212_Unnecessary_contention_in_CopyOnWriteSortedArrayThreadContex.xml b/src/changelog/2.11.0/LOG4J2-2212_Unnecessary_contention_in_CopyOnWriteSortedArrayThreadContex.xml
index 8c2250c..41a52eb 100644
--- a/src/changelog/2.11.0/LOG4J2-2212_Unnecessary_contention_in_CopyOnWriteSortedArrayThreadContex.xml
+++ b/src/changelog/2.11.0/LOG4J2-2212_Unnecessary_contention_in_CopyOnWriteSortedArrayThreadContex.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2212" link="https://issues.apache.org/jira/browse/LOG4J2-2212"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2213_Unnecessary_contention_in_GarbageFreeSortedArrayThreadContex.xml b/src/changelog/2.11.0/LOG4J2-2213_Unnecessary_contention_in_GarbageFreeSortedArrayThreadContex.xml
index f6202cd..4149a62 100644
--- a/src/changelog/2.11.0/LOG4J2-2213_Unnecessary_contention_in_GarbageFreeSortedArrayThreadContex.xml
+++ b/src/changelog/2.11.0/LOG4J2-2213_Unnecessary_contention_in_GarbageFreeSortedArrayThreadContex.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2213" link="https://issues.apache.org/jira/browse/LOG4J2-2213"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2214_Unnecessary_contention_in_DefaultThreadContextMap.xml b/src/changelog/2.11.0/LOG4J2-2214_Unnecessary_contention_in_DefaultThreadContextMap.xml
index 03f185e..ef64223 100644
--- a/src/changelog/2.11.0/LOG4J2-2214_Unnecessary_contention_in_DefaultThreadContextMap.xml
+++ b/src/changelog/2.11.0/LOG4J2-2214_Unnecessary_contention_in_DefaultThreadContextMap.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2214" link="https://issues.apache.org/jira/browse/LOG4J2-2214"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2215_Reduce_compiler_warnings_in_log4j_api.xml b/src/changelog/2.11.0/LOG4J2-2215_Reduce_compiler_warnings_in_log4j_api.xml
index 24f6469..9506cea 100644
--- a/src/changelog/2.11.0/LOG4J2-2215_Reduce_compiler_warnings_in_log4j_api.xml
+++ b/src/changelog/2.11.0/LOG4J2-2215_Reduce_compiler_warnings_in_log4j_api.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2215" link="https://issues.apache.org/jira/browse/LOG4J2-2215"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2219_Configuration_builder_classes_should_look_for_onMismatch.xml b/src/changelog/2.11.0/LOG4J2-2219_Configuration_builder_classes_should_look_for_onMismatch.xml
index d06102e..c2ac678 100644
--- a/src/changelog/2.11.0/LOG4J2-2219_Configuration_builder_classes_should_look_for_onMismatch.xml
+++ b/src/changelog/2.11.0/LOG4J2-2219_Configuration_builder_classes_should_look_for_onMismatch.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2219" link="https://issues.apache.org/jira/browse/LOG4J2-2219"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2229_Update_Jackson_from_2_9_3_to_2_9_4.xml b/src/changelog/2.11.0/LOG4J2-2229_Update_Jackson_from_2_9_3_to_2_9_4.xml
index 1aacfa2..c5d286b 100644
--- a/src/changelog/2.11.0/LOG4J2-2229_Update_Jackson_from_2_9_3_to_2_9_4.xml
+++ b/src/changelog/2.11.0/LOG4J2-2229_Update_Jackson_from_2_9_3_to_2_9_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2229" link="https://issues.apache.org/jira/browse/LOG4J2-2229"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2236_Removed_unnecessary_dependency_on_jcommander_since_Log4j_use.xml b/src/changelog/2.11.0/LOG4J2-2236_Removed_unnecessary_dependency_on_jcommander_since_Log4j_use.xml
index 1c058a7..ead6b8e 100644
--- a/src/changelog/2.11.0/LOG4J2-2236_Removed_unnecessary_dependency_on_jcommander_since_Log4j_use.xml
+++ b/src/changelog/2.11.0/LOG4J2-2236_Removed_unnecessary_dependency_on_jcommander_since_Log4j_use.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2236" link="https://issues.apache.org/jira/browse/LOG4J2-2236"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2243_Cannot_see_or_copy_all_of_certain_JAnsi_exception_messages_o.xml b/src/changelog/2.11.0/LOG4J2-2243_Cannot_see_or_copy_all_of_certain_JAnsi_exception_messages_o.xml
index 3de24dd..8a1167f 100644
--- a/src/changelog/2.11.0/LOG4J2-2243_Cannot_see_or_copy_all_of_certain_JAnsi_exception_messages_o.xml
+++ b/src/changelog/2.11.0/LOG4J2-2243_Cannot_see_or_copy_all_of_certain_JAnsi_exception_messages_o.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2243" link="https://issues.apache.org/jira/browse/LOG4J2-2243"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2245_Update_Apache_Commons_Compress_from_1_15_to_1_16_1.xml b/src/changelog/2.11.0/LOG4J2-2245_Update_Apache_Commons_Compress_from_1_15_to_1_16_1.xml
index 7c888ba..c58a2e9 100644
--- a/src/changelog/2.11.0/LOG4J2-2245_Update_Apache_Commons_Compress_from_1_15_to_1_16_1.xml
+++ b/src/changelog/2.11.0/LOG4J2-2245_Update_Apache_Commons_Compress_from_1_15_to_1_16_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2245" link="https://issues.apache.org/jira/browse/LOG4J2-2245"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2247_NullPointerException_would_occur_when_header_was_provided_to.xml b/src/changelog/2.11.0/LOG4J2-2247_NullPointerException_would_occur_when_header_was_provided_to.xml
index 8f6d30b..a693883 100644
--- a/src/changelog/2.11.0/LOG4J2-2247_NullPointerException_would_occur_when_header_was_provided_to.xml
+++ b/src/changelog/2.11.0/LOG4J2-2247_NullPointerException_would_occur_when_header_was_provided_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2247" link="https://issues.apache.org/jira/browse/LOG4J2-2247"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2250_The_internal_status_logger_timestamp_format_is_now_configura.xml b/src/changelog/2.11.0/LOG4J2-2250_The_internal_status_logger_timestamp_format_is_now_configura.xml
index ce2d428..2a7b325 100644
--- a/src/changelog/2.11.0/LOG4J2-2250_The_internal_status_logger_timestamp_format_is_now_configura.xml
+++ b/src/changelog/2.11.0/LOG4J2-2250_The_internal_status_logger_timestamp_format_is_now_configura.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2250" link="https://issues.apache.org/jira/browse/LOG4J2-2250"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2252_Reusable_LogEvents_now_pass_the_original_format_string_to_do.xml b/src/changelog/2.11.0/LOG4J2-2252_Reusable_LogEvents_now_pass_the_original_format_string_to_do.xml
index bbccea2..a77380b 100644
--- a/src/changelog/2.11.0/LOG4J2-2252_Reusable_LogEvents_now_pass_the_original_format_string_to_do.xml
+++ b/src/changelog/2.11.0/LOG4J2-2252_Reusable_LogEvents_now_pass_the_original_format_string_to_do.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2252" link="https://issues.apache.org/jira/browse/LOG4J2-2252"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2253_Add_API_to_enable_iterating_over_message_parameters_without.xml b/src/changelog/2.11.0/LOG4J2-2253_Add_API_to_enable_iterating_over_message_parameters_without.xml
index 2d46009..fd25438 100644
--- a/src/changelog/2.11.0/LOG4J2-2253_Add_API_to_enable_iterating_over_message_parameters_without.xml
+++ b/src/changelog/2.11.0/LOG4J2-2253_Add_API_to_enable_iterating_over_message_parameters_without.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2253" link="https://issues.apache.org/jira/browse/LOG4J2-2253"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2254_Incorrect_automatics_module_name_header_was_being_included_i.xml b/src/changelog/2.11.0/LOG4J2-2254_Incorrect_automatics_module_name_header_was_being_included_i.xml
index 82e9638..554d49f 100644
--- a/src/changelog/2.11.0/LOG4J2-2254_Incorrect_automatics_module_name_header_was_being_included_i.xml
+++ b/src/changelog/2.11.0/LOG4J2-2254_Incorrect_automatics_module_name_header_was_being_included_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2254" link="https://issues.apache.org/jira/browse/LOG4J2-2254"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2259_Update_MongoDB_3_module_from_driver_3_6_1_to_3_6_3.xml b/src/changelog/2.11.0/LOG4J2-2259_Update_MongoDB_3_module_from_driver_3_6_1_to_3_6_3.xml
index 5edeb27..22d0c16 100644
--- a/src/changelog/2.11.0/LOG4J2-2259_Update_MongoDB_3_module_from_driver_3_6_1_to_3_6_3.xml
+++ b/src/changelog/2.11.0/LOG4J2-2259_Update_MongoDB_3_module_from_driver_3_6_1_to_3_6_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2259" link="https://issues.apache.org/jira/browse/LOG4J2-2259"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2260__SMTP_Update_javax_mail_from_1_6_0_to_1_6_1.xml b/src/changelog/2.11.0/LOG4J2-2260__SMTP_Update_javax_mail_from_1_6_0_to_1_6_1.xml
index 503c99a..795f47f 100644
--- a/src/changelog/2.11.0/LOG4J2-2260__SMTP_Update_javax_mail_from_1_6_0_to_1_6_1.xml
+++ b/src/changelog/2.11.0/LOG4J2-2260__SMTP_Update_javax_mail_from_1_6_0_to_1_6_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2260" link="https://issues.apache.org/jira/browse/LOG4J2-2260"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2264_Update_JAnsi_from_1_16_to_1_17.xml b/src/changelog/2.11.0/LOG4J2-2264_Update_JAnsi_from_1_16_to_1_17.xml
index b90d148..d1bfa58 100644
--- a/src/changelog/2.11.0/LOG4J2-2264_Update_JAnsi_from_1_16_to_1_17.xml
+++ b/src/changelog/2.11.0/LOG4J2-2264_Update_JAnsi_from_1_16_to_1_17.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2264" link="https://issues.apache.org/jira/browse/LOG4J2-2264"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2270_Strings_join_when_called_with_null_returns_null_instea.xml b/src/changelog/2.11.0/LOG4J2-2270_Strings_join_when_called_with_null_returns_null_instea.xml
index b31ee54..9a966e2 100644
--- a/src/changelog/2.11.0/LOG4J2-2270_Strings_join_when_called_with_null_returns_null_instea.xml
+++ b/src/changelog/2.11.0/LOG4J2-2270_Strings_join_when_called_with_null_returns_null_instea.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2270" link="https://issues.apache.org/jira/browse/LOG4J2-2270"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2271_Move_module_info_class_to_META_INF_versions_9_directory.xml b/src/changelog/2.11.0/LOG4J2-2271_Move_module_info_class_to_META_INF_versions_9_directory.xml
index 23cba89..1826bb8 100644
--- a/src/changelog/2.11.0/LOG4J2-2271_Move_module_info_class_to_META_INF_versions_9_directory.xml
+++ b/src/changelog/2.11.0/LOG4J2-2271_Move_module_info_class_to_META_INF_versions_9_directory.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2271" link="https://issues.apache.org/jira/browse/LOG4J2-2271"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2273_Documentation_fix_in_manual_page_for_custom_configurations.xml b/src/changelog/2.11.0/LOG4J2-2273_Documentation_fix_in_manual_page_for_custom_configurations.xml
index be698d7..b069961 100644
--- a/src/changelog/2.11.0/LOG4J2-2273_Documentation_fix_in_manual_page_for_custom_configurations.xml
+++ b/src/changelog/2.11.0/LOG4J2-2273_Documentation_fix_in_manual_page_for_custom_configurations.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2273" link="https://issues.apache.org/jira/browse/LOG4J2-2273"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2274_Allow_EnvironmentPropertySource_to_run_with_a_SecurityManage.xml b/src/changelog/2.11.0/LOG4J2-2274_Allow_EnvironmentPropertySource_to_run_with_a_SecurityManage.xml
index 3418dc5..c9b23d3 100644
--- a/src/changelog/2.11.0/LOG4J2-2274_Allow_EnvironmentPropertySource_to_run_with_a_SecurityManage.xml
+++ b/src/changelog/2.11.0/LOG4J2-2274_Allow_EnvironmentPropertySource_to_run_with_a_SecurityManage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2274" link="https://issues.apache.org/jira/browse/LOG4J2-2274"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2276_ConcurrentModificationException_from_org_apache_logging_log4.xml b/src/changelog/2.11.0/LOG4J2-2276_ConcurrentModificationException_from_org_apache_logging_log4.xml
index 76d94c4..b649201 100644
--- a/src/changelog/2.11.0/LOG4J2-2276_ConcurrentModificationException_from_org_apache_logging_log4.xml
+++ b/src/changelog/2.11.0/LOG4J2-2276_ConcurrentModificationException_from_org_apache_logging_log4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2276" link="https://issues.apache.org/jira/browse/LOG4J2-2276"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.0/LOG4J2-2279_Allow_SystemPropertiesPropertySource_to_run_with_a_SecurityM.xml b/src/changelog/2.11.0/LOG4J2-2279_Allow_SystemPropertiesPropertySource_to_run_with_a_SecurityM.xml
index f264730..f3f4ec5 100644
--- a/src/changelog/2.11.0/LOG4J2-2279_Allow_SystemPropertiesPropertySource_to_run_with_a_SecurityM.xml
+++ b/src/changelog/2.11.0/LOG4J2-2279_Allow_SystemPropertiesPropertySource_to_run_with_a_SecurityM.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2279" link="https://issues.apache.org/jira/browse/LOG4J2-2279"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/.release.xml b/src/changelog/2.11.1/.release.xml
index a917c27..c75282b 100644
--- a/src/changelog/2.11.1/.release.xml
+++ b/src/changelog/2.11.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2018-07-22"
          version="2.11.1"/>
diff --git a/src/changelog/2.11.1/LOG4J2-1721_Allow_composite_configuration_for_context_parameter.xml b/src/changelog/2.11.1/LOG4J2-1721_Allow_composite_configuration_for_context_parameter.xml
index 2b30fff..c88846b 100644
--- a/src/changelog/2.11.1/LOG4J2-1721_Allow_composite_configuration_for_context_parameter.xml
+++ b/src/changelog/2.11.1/LOG4J2-1721_Allow_composite_configuration_for_context_parameter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1721" link="https://issues.apache.org/jira/browse/LOG4J2-1721"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2032_Curly_braces_in_parameters_are_not_treated_as_placeholders.xml b/src/changelog/2.11.1/LOG4J2-2032_Curly_braces_in_parameters_are_not_treated_as_placeholders.xml
index 2ffb6ee..1f8b0e0 100644
--- a/src/changelog/2.11.1/LOG4J2-2032_Curly_braces_in_parameters_are_not_treated_as_placeholders.xml
+++ b/src/changelog/2.11.1/LOG4J2-2032_Curly_braces_in_parameters_are_not_treated_as_placeholders.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2032" link="https://issues.apache.org/jira/browse/LOG4J2-2032"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2268_Improve_plugin_error_message_when_elements_are_missing.xml b/src/changelog/2.11.1/LOG4J2-2268_Improve_plugin_error_message_when_elements_are_missing.xml
index 93f87cf..5d6d59d 100644
--- a/src/changelog/2.11.1/LOG4J2-2268_Improve_plugin_error_message_when_elements_are_missing.xml
+++ b/src/changelog/2.11.1/LOG4J2-2268_Improve_plugin_error_message_when_elements_are_missing.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2268" link="https://issues.apache.org/jira/browse/LOG4J2-2268"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2269_MutableLogEvent_references_to_other_objects_are_cleared_afte.xml b/src/changelog/2.11.1/LOG4J2-2269_MutableLogEvent_references_to_other_objects_are_cleared_afte.xml
index a185f1b..c0ebbe2 100644
--- a/src/changelog/2.11.1/LOG4J2-2269_MutableLogEvent_references_to_other_objects_are_cleared_afte.xml
+++ b/src/changelog/2.11.1/LOG4J2-2269_MutableLogEvent_references_to_other_objects_are_cleared_afte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2269" link="https://issues.apache.org/jira/browse/LOG4J2-2269"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2283_ParserConfigurationException_when_using_Log4j_with_oracle_xm.xml b/src/changelog/2.11.1/LOG4J2-2283_ParserConfigurationException_when_using_Log4j_with_oracle_xm.xml
index 28b4d29..b6d65aa 100644
--- a/src/changelog/2.11.1/LOG4J2-2283_ParserConfigurationException_when_using_Log4j_with_oracle_xm.xml
+++ b/src/changelog/2.11.1/LOG4J2-2283_ParserConfigurationException_when_using_Log4j_with_oracle_xm.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2283" link="https://issues.apache.org/jira/browse/LOG4J2-2283"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2300_PoolingDriverConnectionSource_does_not_take_into_account_pro.xml b/src/changelog/2.11.1/LOG4J2-2300_PoolingDriverConnectionSource_does_not_take_into_account_pro.xml
index 9c137f4..fb7a7ec 100644
--- a/src/changelog/2.11.1/LOG4J2-2300_PoolingDriverConnectionSource_does_not_take_into_account_pro.xml
+++ b/src/changelog/2.11.1/LOG4J2-2300_PoolingDriverConnectionSource_does_not_take_into_account_pro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2300" link="https://issues.apache.org/jira/browse/LOG4J2-2300"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2301_Mixed_async_loggers_no_longer_forget_parameter_values_provi.xml b/src/changelog/2.11.1/LOG4J2-2301_Mixed_async_loggers_no_longer_forget_parameter_values_provi.xml
index 368c2eb..fcdcad2 100644
--- a/src/changelog/2.11.1/LOG4J2-2301_Mixed_async_loggers_no_longer_forget_parameter_values_provi.xml
+++ b/src/changelog/2.11.1/LOG4J2-2301_Mixed_async_loggers_no_longer_forget_parameter_values_provi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2301" link="https://issues.apache.org/jira/browse/LOG4J2-2301"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2302_Status_logger_should_show_the_Log4j_name_and_version_when_in.xml b/src/changelog/2.11.1/LOG4J2-2302_Status_logger_should_show_the_Log4j_name_and_version_when_in.xml
index 167a237..68bef3a 100644
--- a/src/changelog/2.11.1/LOG4J2-2302_Status_logger_should_show_the_Log4j_name_and_version_when_in.xml
+++ b/src/changelog/2.11.1/LOG4J2-2302_Status_logger_should_show_the_Log4j_name_and_version_when_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2302" link="https://issues.apache.org/jira/browse/LOG4J2-2302"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2304_Log4j2_2_8_2_JMX_unregister_NullPointerException.xml b/src/changelog/2.11.1/LOG4J2-2304_Log4j2_2_8_2_JMX_unregister_NullPointerException.xml
index 4b8f066..f91a58c 100644
--- a/src/changelog/2.11.1/LOG4J2-2304_Log4j2_2_8_2_JMX_unregister_NullPointerException.xml
+++ b/src/changelog/2.11.1/LOG4J2-2304_Log4j2_2_8_2_JMX_unregister_NullPointerException.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2304" link="https://issues.apache.org/jira/browse/LOG4J2-2304"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2305_Make_java_util_ServiceLoader_properly_work_in_OSGi_by_using.xml b/src/changelog/2.11.1/LOG4J2-2305_Make_java_util_ServiceLoader_properly_work_in_OSGi_by_using.xml
index 07400f8..25612d2 100644
--- a/src/changelog/2.11.1/LOG4J2-2305_Make_java_util_ServiceLoader_properly_work_in_OSGi_by_using.xml
+++ b/src/changelog/2.11.1/LOG4J2-2305_Make_java_util_ServiceLoader_properly_work_in_OSGi_by_using.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2305" link="https://issues.apache.org/jira/browse/LOG4J2-2305"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2305_Split_the_SLF4J_binding_into_2_implementations_one_for_SLF.xml b/src/changelog/2.11.1/LOG4J2-2305_Split_the_SLF4J_binding_into_2_implementations_one_for_SLF.xml
index c5733ad..894ea0e 100644
--- a/src/changelog/2.11.1/LOG4J2-2305_Split_the_SLF4J_binding_into_2_implementations_one_for_SLF.xml
+++ b/src/changelog/2.11.1/LOG4J2-2305_Split_the_SLF4J_binding_into_2_implementations_one_for_SLF.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2305" link="https://issues.apache.org/jira/browse/LOG4J2-2305"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2307_MutableLogEvent_and_RingBufferLogEvent_message_mementos_reta.xml b/src/changelog/2.11.1/LOG4J2-2307_MutableLogEvent_and_RingBufferLogEvent_message_mementos_reta.xml
index 9a8523b..cb175d3 100644
--- a/src/changelog/2.11.1/LOG4J2-2307_MutableLogEvent_and_RingBufferLogEvent_message_mementos_reta.xml
+++ b/src/changelog/2.11.1/LOG4J2-2307_MutableLogEvent_and_RingBufferLogEvent_message_mementos_reta.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2307" link="https://issues.apache.org/jira/browse/LOG4J2-2307"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2311_Update_Jackson_from_2_9_4_to_2_9_5.xml b/src/changelog/2.11.1/LOG4J2-2311_Update_Jackson_from_2_9_4_to_2_9_5.xml
index d79e5f6..1b8f65b 100644
--- a/src/changelog/2.11.1/LOG4J2-2311_Update_Jackson_from_2_9_4_to_2_9_5.xml
+++ b/src/changelog/2.11.1/LOG4J2-2311_Update_Jackson_from_2_9_4_to_2_9_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2311" link="https://issues.apache.org/jira/browse/LOG4J2-2311"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2312_Jackson_layouts_used_with_AsyncLoggerContextSelector_output.xml b/src/changelog/2.11.1/LOG4J2-2312_Jackson_layouts_used_with_AsyncLoggerContextSelector_output.xml
index 73b42a4..ee5aa55 100644
--- a/src/changelog/2.11.1/LOG4J2-2312_Jackson_layouts_used_with_AsyncLoggerContextSelector_output.xml
+++ b/src/changelog/2.11.1/LOG4J2-2312_Jackson_layouts_used_with_AsyncLoggerContextSelector_output.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2312" link="https://issues.apache.org/jira/browse/LOG4J2-2312"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2313_Update_LMAX_Disruptor_from_3_3_7_to_3_4_2.xml b/src/changelog/2.11.1/LOG4J2-2313_Update_LMAX_Disruptor_from_3_3_7_to_3_4_2.xml
index c7d044b..4717ef6 100644
--- a/src/changelog/2.11.1/LOG4J2-2313_Update_LMAX_Disruptor_from_3_3_7_to_3_4_2.xml
+++ b/src/changelog/2.11.1/LOG4J2-2313_Update_LMAX_Disruptor_from_3_3_7_to_3_4_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2313" link="https://issues.apache.org/jira/browse/LOG4J2-2313"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2316_If_root_LoggerConfig_does_not_have_a_Level_return_ERROR.xml b/src/changelog/2.11.1/LOG4J2-2316_If_root_LoggerConfig_does_not_have_a_Level_return_ERROR.xml
index 2e55d1d..c9d056a 100644
--- a/src/changelog/2.11.1/LOG4J2-2316_If_root_LoggerConfig_does_not_have_a_Level_return_ERROR.xml
+++ b/src/changelog/2.11.1/LOG4J2-2316_If_root_LoggerConfig_does_not_have_a_Level_return_ERROR.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2316" link="https://issues.apache.org/jira/browse/LOG4J2-2316"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2317_MutableLogEvent_getNonNullImmutableMessage_and_Log4jLogEvent.xml b/src/changelog/2.11.1/LOG4J2-2317_MutableLogEvent_getNonNullImmutableMessage_and_Log4jLogEvent.xml
index 712a7e8..3717495 100644
--- a/src/changelog/2.11.1/LOG4J2-2317_MutableLogEvent_getNonNullImmutableMessage_and_Log4jLogEvent.xml
+++ b/src/changelog/2.11.1/LOG4J2-2317_MutableLogEvent_getNonNullImmutableMessage_and_Log4jLogEvent.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2317" link="https://issues.apache.org/jira/browse/LOG4J2-2317"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2318_Messages_are_no_longer_mutated_when_the_asynchronous_queue_i.xml b/src/changelog/2.11.1/LOG4J2-2318_Messages_are_no_longer_mutated_when_the_asynchronous_queue_i.xml
index c1c2ae8..7cd0b39 100644
--- a/src/changelog/2.11.1/LOG4J2-2318_Messages_are_no_longer_mutated_when_the_asynchronous_queue_i.xml
+++ b/src/changelog/2.11.1/LOG4J2-2318_Messages_are_no_longer_mutated_when_the_asynchronous_queue_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2318" link="https://issues.apache.org/jira/browse/LOG4J2-2318"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2320_Fix_NPE_in_AbstractLogger_when_another_exception_is_thrown.xml b/src/changelog/2.11.1/LOG4J2-2320_Fix_NPE_in_AbstractLogger_when_another_exception_is_thrown.xml
index 37aed5f..3f455d3 100644
--- a/src/changelog/2.11.1/LOG4J2-2320_Fix_NPE_in_AbstractLogger_when_another_exception_is_thrown.xml
+++ b/src/changelog/2.11.1/LOG4J2-2320_Fix_NPE_in_AbstractLogger_when_another_exception_is_thrown.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2320" link="https://issues.apache.org/jira/browse/LOG4J2-2320"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2321_AsyncLogger_uses_the_correct_level_when_unspecified_This_pr.xml b/src/changelog/2.11.1/LOG4J2-2321_AsyncLogger_uses_the_correct_level_when_unspecified_This_pr.xml
index a58d77e..6a52a9e 100644
--- a/src/changelog/2.11.1/LOG4J2-2321_AsyncLogger_uses_the_correct_level_when_unspecified_This_pr.xml
+++ b/src/changelog/2.11.1/LOG4J2-2321_AsyncLogger_uses_the_correct_level_when_unspecified_This_pr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2321" link="https://issues.apache.org/jira/browse/LOG4J2-2321"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2322_Custom_ContextSelector_implementations_which_select_an_Async.xml b/src/changelog/2.11.1/LOG4J2-2322_Custom_ContextSelector_implementations_which_select_an_Async.xml
index 85630bb..620b65d 100644
--- a/src/changelog/2.11.1/LOG4J2-2322_Custom_ContextSelector_implementations_which_select_an_Async.xml
+++ b/src/changelog/2.11.1/LOG4J2-2322_Custom_ContextSelector_implementations_which_select_an_Async.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2322" link="https://issues.apache.org/jira/browse/LOG4J2-2322"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2328_Update_JAnsi_from_1_17_to_1_17_1.xml b/src/changelog/2.11.1/LOG4J2-2328_Update_JAnsi_from_1_17_to_1_17_1.xml
index 0c66443..ac3a3d2 100644
--- a/src/changelog/2.11.1/LOG4J2-2328_Update_JAnsi_from_1_17_to_1_17_1.xml
+++ b/src/changelog/2.11.1/LOG4J2-2328_Update_JAnsi_from_1_17_to_1_17_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2328" link="https://issues.apache.org/jira/browse/LOG4J2-2328"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2331_RollingFileManager_debug_logging_avoids_string_concatenation.xml b/src/changelog/2.11.1/LOG4J2-2331_RollingFileManager_debug_logging_avoids_string_concatenation.xml
index da1f919..136be58 100644
--- a/src/changelog/2.11.1/LOG4J2-2331_RollingFileManager_debug_logging_avoids_string_concatenation.xml
+++ b/src/changelog/2.11.1/LOG4J2-2331_RollingFileManager_debug_logging_avoids_string_concatenation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2331" link="https://issues.apache.org/jira/browse/LOG4J2-2331"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2333_Handle_errors_thrown_in_default_disruptor_ExceptionHandler_i.xml b/src/changelog/2.11.1/LOG4J2-2333_Handle_errors_thrown_in_default_disruptor_ExceptionHandler_i.xml
index 6ac283a..7cca8eb 100644
--- a/src/changelog/2.11.1/LOG4J2-2333_Handle_errors_thrown_in_default_disruptor_ExceptionHandler_i.xml
+++ b/src/changelog/2.11.1/LOG4J2-2333_Handle_errors_thrown_in_default_disruptor_ExceptionHandler_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2333" link="https://issues.apache.org/jira/browse/LOG4J2-2333"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2334_Add_API_org_apache_logging_log4j_core_appender_AsyncAppender.xml b/src/changelog/2.11.1/LOG4J2-2334_Add_API_org_apache_logging_log4j_core_appender_AsyncAppender.xml
index 3d3f7a2..b155aa6 100644
--- a/src/changelog/2.11.1/LOG4J2-2334_Add_API_org_apache_logging_log4j_core_appender_AsyncAppender.xml
+++ b/src/changelog/2.11.1/LOG4J2-2334_Add_API_org_apache_logging_log4j_core_appender_AsyncAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2334" link="https://issues.apache.org/jira/browse/LOG4J2-2334"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2336_Remove_duplicate_hyphen_from_the_AsyncLoggerConfig_backgroun.xml b/src/changelog/2.11.1/LOG4J2-2336_Remove_duplicate_hyphen_from_the_AsyncLoggerConfig_backgroun.xml
index 1faae6f..3ec8c95 100644
--- a/src/changelog/2.11.1/LOG4J2-2336_Remove_duplicate_hyphen_from_the_AsyncLoggerConfig_backgroun.xml
+++ b/src/changelog/2.11.1/LOG4J2-2336_Remove_duplicate_hyphen_from_the_AsyncLoggerConfig_backgroun.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2336" link="https://issues.apache.org/jira/browse/LOG4J2-2336"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2343_The_OSGi_Activator_specified_an_incorrect_version.xml b/src/changelog/2.11.1/LOG4J2-2343_The_OSGi_Activator_specified_an_incorrect_version.xml
index fd3d055..527e3c9 100644
--- a/src/changelog/2.11.1/LOG4J2-2343_The_OSGi_Activator_specified_an_incorrect_version.xml
+++ b/src/changelog/2.11.1/LOG4J2-2343_The_OSGi_Activator_specified_an_incorrect_version.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2343" link="https://issues.apache.org/jira/browse/LOG4J2-2343"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2347_Update_Apache_Commons_Compress_from_1_16_1_to_1_17.xml b/src/changelog/2.11.1/LOG4J2-2347_Update_Apache_Commons_Compress_from_1_16_1_to_1_17.xml
index 53a10e9..a49872e 100644
--- a/src/changelog/2.11.1/LOG4J2-2347_Update_Apache_Commons_Compress_from_1_16_1_to_1_17.xml
+++ b/src/changelog/2.11.1/LOG4J2-2347_Update_Apache_Commons_Compress_from_1_16_1_to_1_17.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2347" link="https://issues.apache.org/jira/browse/LOG4J2-2347"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2351_Added_AbstractLogEvent_getMutableInstant_to_allow_the_Mutabl.xml b/src/changelog/2.11.1/LOG4J2-2351_Added_AbstractLogEvent_getMutableInstant_to_allow_the_Mutabl.xml
index 272b8fd..839244d 100644
--- a/src/changelog/2.11.1/LOG4J2-2351_Added_AbstractLogEvent_getMutableInstant_to_allow_the_Mutabl.xml
+++ b/src/changelog/2.11.1/LOG4J2-2351_Added_AbstractLogEvent_getMutableInstant_to_allow_the_Mutabl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2351" link="https://issues.apache.org/jira/browse/LOG4J2-2351"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2352_RingBufferLogEvent_memento_messages_provide_the_expected_for.xml b/src/changelog/2.11.1/LOG4J2-2352_RingBufferLogEvent_memento_messages_provide_the_expected_for.xml
index e576c71..d10f65a 100644
--- a/src/changelog/2.11.1/LOG4J2-2352_RingBufferLogEvent_memento_messages_provide_the_expected_for.xml
+++ b/src/changelog/2.11.1/LOG4J2-2352_RingBufferLogEvent_memento_messages_provide_the_expected_for.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2352" link="https://issues.apache.org/jira/browse/LOG4J2-2352"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2355_PropertiesUtil_ignores_non_string_system_properties_Fixes_a.xml b/src/changelog/2.11.1/LOG4J2-2355_PropertiesUtil_ignores_non_string_system_properties_Fixes_a.xml
index 1edc17a..a60a646 100644
--- a/src/changelog/2.11.1/LOG4J2-2355_PropertiesUtil_ignores_non_string_system_properties_Fixes_a.xml
+++ b/src/changelog/2.11.1/LOG4J2-2355_PropertiesUtil_ignores_non_string_system_properties_Fixes_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2355" link="https://issues.apache.org/jira/browse/LOG4J2-2355"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2357_Update_Jackson_from_2_9_5_to_2_9_6.xml b/src/changelog/2.11.1/LOG4J2-2357_Update_Jackson_from_2_9_5_to_2_9_6.xml
index 6363984..17742bb 100644
--- a/src/changelog/2.11.1/LOG4J2-2357_Update_Jackson_from_2_9_5_to_2_9_6.xml
+++ b/src/changelog/2.11.1/LOG4J2-2357_Update_Jackson_from_2_9_5_to_2_9_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2357" link="https://issues.apache.org/jira/browse/LOG4J2-2357"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2358_Update_Kafka_client_from_1_0_0_to_1_1_0.xml b/src/changelog/2.11.1/LOG4J2-2358_Update_Kafka_client_from_1_0_0_to_1_1_0.xml
index 898b5f5..c411a4a 100644
--- a/src/changelog/2.11.1/LOG4J2-2358_Update_Kafka_client_from_1_0_0_to_1_1_0.xml
+++ b/src/changelog/2.11.1/LOG4J2-2358_Update_Kafka_client_from_1_0_0_to_1_1_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2358" link="https://issues.apache.org/jira/browse/LOG4J2-2358"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2362_Fixed_a_memory_leak_in_which_ReusableObjectMessage_would_hol.xml b/src/changelog/2.11.1/LOG4J2-2362_Fixed_a_memory_leak_in_which_ReusableObjectMessage_would_hol.xml
index 31bc9bc..8086ce6 100644
--- a/src/changelog/2.11.1/LOG4J2-2362_Fixed_a_memory_leak_in_which_ReusableObjectMessage_would_hol.xml
+++ b/src/changelog/2.11.1/LOG4J2-2362_Fixed_a_memory_leak_in_which_ReusableObjectMessage_would_hol.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2362" link="https://issues.apache.org/jira/browse/LOG4J2-2362"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2364_Fixed_a_memory_leak_in_which_ReusableParameterizedMessage_wo.xml b/src/changelog/2.11.1/LOG4J2-2364_Fixed_a_memory_leak_in_which_ReusableParameterizedMessage_wo.xml
index d8447ac..ddf17a9 100644
--- a/src/changelog/2.11.1/LOG4J2-2364_Fixed_a_memory_leak_in_which_ReusableParameterizedMessage_wo.xml
+++ b/src/changelog/2.11.1/LOG4J2-2364_Fixed_a_memory_leak_in_which_ReusableParameterizedMessage_wo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2364" link="https://issues.apache.org/jira/browse/LOG4J2-2364"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2368_Nested_logging_doesn_t_clobber_AbstractStringLayout_cached_S.xml b/src/changelog/2.11.1/LOG4J2-2368_Nested_logging_doesn_t_clobber_AbstractStringLayout_cached_S.xml
index d305cf3..e1382e5 100644
--- a/src/changelog/2.11.1/LOG4J2-2368_Nested_logging_doesn_t_clobber_AbstractStringLayout_cached_S.xml
+++ b/src/changelog/2.11.1/LOG4J2-2368_Nested_logging_doesn_t_clobber_AbstractStringLayout_cached_S.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2368" link="https://issues.apache.org/jira/browse/LOG4J2-2368"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2373_StringBuilders_escapeJson_implementation_runs_in_linear_time.xml b/src/changelog/2.11.1/LOG4J2-2373_StringBuilders_escapeJson_implementation_runs_in_linear_time.xml
index 977b411..7dbff5b 100644
--- a/src/changelog/2.11.1/LOG4J2-2373_StringBuilders_escapeJson_implementation_runs_in_linear_time.xml
+++ b/src/changelog/2.11.1/LOG4J2-2373_StringBuilders_escapeJson_implementation_runs_in_linear_time.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2373" link="https://issues.apache.org/jira/browse/LOG4J2-2373"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2376_StringBuilders_escapeXml_implementation_runs_in_linear_time.xml b/src/changelog/2.11.1/LOG4J2-2376_StringBuilders_escapeXml_implementation_runs_in_linear_time.xml
index a58d8bf..05d5d0d 100644
--- a/src/changelog/2.11.1/LOG4J2-2376_StringBuilders_escapeXml_implementation_runs_in_linear_time.xml
+++ b/src/changelog/2.11.1/LOG4J2-2376_StringBuilders_escapeXml_implementation_runs_in_linear_time.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2376" link="https://issues.apache.org/jira/browse/LOG4J2-2376"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2377_NullPointerException_in_org_apache_logging_log4j_util_Loader.xml b/src/changelog/2.11.1/LOG4J2-2377_NullPointerException_in_org_apache_logging_log4j_util_Loader.xml
index 2944e1b..e55017f 100644
--- a/src/changelog/2.11.1/LOG4J2-2377_NullPointerException_in_org_apache_logging_log4j_util_Loader.xml
+++ b/src/changelog/2.11.1/LOG4J2-2377_NullPointerException_in_org_apache_logging_log4j_util_Loader.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2377" link="https://issues.apache.org/jira/browse/LOG4J2-2377"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2382_Update_Mongodb_3_driver_from_3_6_3_to_3_8_0.xml b/src/changelog/2.11.1/LOG4J2-2382_Update_Mongodb_3_driver_from_3_6_3_to_3_8_0.xml
index 72fbcfd..bd79c90 100644
--- a/src/changelog/2.11.1/LOG4J2-2382_Update_Mongodb_3_driver_from_3_6_3_to_3_8_0.xml
+++ b/src/changelog/2.11.1/LOG4J2-2382_Update_Mongodb_3_driver_from_3_6_3_to_3_8_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2382" link="https://issues.apache.org/jira/browse/LOG4J2-2382"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2384_Update_Kafka_client_from_1_1_0_to_1_1_1.xml b/src/changelog/2.11.1/LOG4J2-2384_Update_Kafka_client_from_1_1_0_to_1_1_1.xml
index 1be4cf3..67d8fb0 100644
--- a/src/changelog/2.11.1/LOG4J2-2384_Update_Kafka_client_from_1_1_0_to_1_1_1.xml
+++ b/src/changelog/2.11.1/LOG4J2-2384_Update_Kafka_client_from_1_1_0_to_1_1_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2384" link="https://issues.apache.org/jira/browse/LOG4J2-2384"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2385_Update_Groovy_from_2_4_13_to_2_5_1.xml b/src/changelog/2.11.1/LOG4J2-2385_Update_Groovy_from_2_4_13_to_2_5_1.xml
index 164f071..5c8e570 100644
--- a/src/changelog/2.11.1/LOG4J2-2385_Update_Groovy_from_2_4_13_to_2_5_1.xml
+++ b/src/changelog/2.11.1/LOG4J2-2385_Update_Groovy_from_2_4_13_to_2_5_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2385" link="https://issues.apache.org/jira/browse/LOG4J2-2385"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2386_Update_optional_Apache_Commons_DBCP_from_2_2_0_to_2_4_0.xml b/src/changelog/2.11.1/LOG4J2-2386_Update_optional_Apache_Commons_DBCP_from_2_2_0_to_2_4_0.xml
index e72eb9f..256c7ea 100644
--- a/src/changelog/2.11.1/LOG4J2-2386_Update_optional_Apache_Commons_DBCP_from_2_2_0_to_2_4_0.xml
+++ b/src/changelog/2.11.1/LOG4J2-2386_Update_optional_Apache_Commons_DBCP_from_2_2_0_to_2_4_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2386" link="https://issues.apache.org/jira/browse/LOG4J2-2386"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2388_Thread_indefinitely_blocked_when_logging_a_message_in_an_int.xml b/src/changelog/2.11.1/LOG4J2-2388_Thread_indefinitely_blocked_when_logging_a_message_in_an_int.xml
index 66a6822..83594d4 100644
--- a/src/changelog/2.11.1/LOG4J2-2388_Thread_indefinitely_blocked_when_logging_a_message_in_an_int.xml
+++ b/src/changelog/2.11.1/LOG4J2-2388_Thread_indefinitely_blocked_when_logging_a_message_in_an_int.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2388" link="https://issues.apache.org/jira/browse/LOG4J2-2388"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2389_ThrowableProxy_was_saving_and_retrieving_cache_entries_using.xml b/src/changelog/2.11.1/LOG4J2-2389_ThrowableProxy_was_saving_and_retrieving_cache_entries_using.xml
index 1ea224e..0968b2b 100644
--- a/src/changelog/2.11.1/LOG4J2-2389_ThrowableProxy_was_saving_and_retrieving_cache_entries_using.xml
+++ b/src/changelog/2.11.1/LOG4J2-2389_ThrowableProxy_was_saving_and_retrieving_cache_entries_using.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2389" link="https://issues.apache.org/jira/browse/LOG4J2-2389"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-2390_Fix_broken_links_in_log4j_web_documentation.xml b/src/changelog/2.11.1/LOG4J2-2390_Fix_broken_links_in_log4j_web_documentation.xml
index b05f29b..34596ed 100644
--- a/src/changelog/2.11.1/LOG4J2-2390_Fix_broken_links_in_log4j_web_documentation.xml
+++ b/src/changelog/2.11.1/LOG4J2-2390_Fix_broken_links_in_log4j_web_documentation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2390" link="https://issues.apache.org/jira/browse/LOG4J2-2390"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.1/LOG4J2-548_Log4j_2_0_ERROR_Could_not_search_jar_with_JBoss_EAP_6_2.xml b/src/changelog/2.11.1/LOG4J2-548_Log4j_2_0_ERROR_Could_not_search_jar_with_JBoss_EAP_6_2.xml
index b8311e5..75c636e 100644
--- a/src/changelog/2.11.1/LOG4J2-548_Log4j_2_0_ERROR_Could_not_search_jar_with_JBoss_EAP_6_2.xml
+++ b/src/changelog/2.11.1/LOG4J2-548_Log4j_2_0_ERROR_Could_not_search_jar_with_JBoss_EAP_6_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-548" link="https://issues.apache.org/jira/browse/LOG4J2-548"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/.release.xml b/src/changelog/2.11.2/.release.xml
index 9420a66..dba04dc 100644
--- a/src/changelog/2.11.2/.release.xml
+++ b/src/changelog/2.11.2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2019-02-04"
          version="2.11.2"/>
diff --git a/src/changelog/2.11.2/LOG4J2-1246_PatternLayout_date_conversion_pattern_should_render_time_zo.xml b/src/changelog/2.11.2/LOG4J2-1246_PatternLayout_date_conversion_pattern_should_render_time_zo.xml
index ad252a8..2047592 100644
--- a/src/changelog/2.11.2/LOG4J2-1246_PatternLayout_date_conversion_pattern_should_render_time_zo.xml
+++ b/src/changelog/2.11.2/LOG4J2-1246_PatternLayout_date_conversion_pattern_should_render_time_zo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1246" link="https://issues.apache.org/jira/browse/LOG4J2-1246"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-1570_Logging_with_a_lambda_expression_with_a_method_call_that_als.xml b/src/changelog/2.11.2/LOG4J2-1570_Logging_with_a_lambda_expression_with_a_method_call_that_als.xml
index 6fc1f35..73c54e0 100644
--- a/src/changelog/2.11.2/LOG4J2-1570_Logging_with_a_lambda_expression_with_a_method_call_that_als.xml
+++ b/src/changelog/2.11.2/LOG4J2-1570_Logging_with_a_lambda_expression_with_a_method_call_that_als.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1570" link="https://issues.apache.org/jira/browse/LOG4J2-1570"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-1571_Fixed_Appenders_section_in_Extending_Log4j.xml b/src/changelog/2.11.2/LOG4J2-1571_Fixed_Appenders_section_in_Extending_Log4j.xml
index 72b4896..6403958 100644
--- a/src/changelog/2.11.2/LOG4J2-1571_Fixed_Appenders_section_in_Extending_Log4j.xml
+++ b/src/changelog/2.11.2/LOG4J2-1571_Fixed_Appenders_section_in_Extending_Log4j.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1571" link="https://issues.apache.org/jira/browse/LOG4J2-1571"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-1576_Switch_from_CLIRR_to_RevAPI_for_detecting_API_changes.xml b/src/changelog/2.11.2/LOG4J2-1576_Switch_from_CLIRR_to_RevAPI_for_detecting_API_changes.xml
index 523106a..ebdd5fc 100644
--- a/src/changelog/2.11.2/LOG4J2-1576_Switch_from_CLIRR_to_RevAPI_for_detecting_API_changes.xml
+++ b/src/changelog/2.11.2/LOG4J2-1576_Switch_from_CLIRR_to_RevAPI_for_detecting_API_changes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1576" link="https://issues.apache.org/jira/browse/LOG4J2-1576"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-1906_Direct_write_was_creating_files_with_the_wrong_date_time.xml b/src/changelog/2.11.2/LOG4J2-1906_Direct_write_was_creating_files_with_the_wrong_date_time.xml
index 59086ea..29f6883 100644
--- a/src/changelog/2.11.2/LOG4J2-1906_Direct_write_was_creating_files_with_the_wrong_date_time.xml
+++ b/src/changelog/2.11.2/LOG4J2-1906_Direct_write_was_creating_files_with_the_wrong_date_time.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1906" link="https://issues.apache.org/jira/browse/LOG4J2-1906"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2009_Expose_LoggerContext_setConfiguration_as_a_public_method.xml b/src/changelog/2.11.2/LOG4J2-2009_Expose_LoggerContext_setConfiguration_as_a_public_method.xml
index e94155a..a9d5eec 100644
--- a/src/changelog/2.11.2/LOG4J2-2009_Expose_LoggerContext_setConfiguration_as_a_public_method.xml
+++ b/src/changelog/2.11.2/LOG4J2-2009_Expose_LoggerContext_setConfiguration_as_a_public_method.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2009" link="https://issues.apache.org/jira/browse/LOG4J2-2009"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2061_Use_the_file_pattern_as_the_FileManager_name_when_no_filen.xml b/src/changelog/2.11.2/LOG4J2-2061_Use_the_file_pattern_as_the_FileManager_name_when_no_filen.xml
index d70f913..ee5186a 100644
--- a/src/changelog/2.11.2/LOG4J2-2061_Use_the_file_pattern_as_the_FileManager_name_when_no_filen.xml
+++ b/src/changelog/2.11.2/LOG4J2-2061_Use_the_file_pattern_as_the_FileManager_name_when_no_filen.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2061" link="https://issues.apache.org/jira/browse/LOG4J2-2061"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2134_StackOverflowError_at_AwaitCompletionReliabilityStrategy.xml b/src/changelog/2.11.2/LOG4J2-2134_StackOverflowError_at_AwaitCompletionReliabilityStrategy.xml
index b836ecc..016739d 100644
--- a/src/changelog/2.11.2/LOG4J2-2134_StackOverflowError_at_AwaitCompletionReliabilityStrategy.xml
+++ b/src/changelog/2.11.2/LOG4J2-2134_StackOverflowError_at_AwaitCompletionReliabilityStrategy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2134" link="https://issues.apache.org/jira/browse/LOG4J2-2134"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2201_Fix_memory_leak_in_ReusableParameterizedMessage.xml b/src/changelog/2.11.2/LOG4J2-2201_Fix_memory_leak_in_ReusableParameterizedMessage.xml
index 93b34f6..cbc3d87 100644
--- a/src/changelog/2.11.2/LOG4J2-2201_Fix_memory_leak_in_ReusableParameterizedMessage.xml
+++ b/src/changelog/2.11.2/LOG4J2-2201_Fix_memory_leak_in_ReusableParameterizedMessage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2201" link="https://issues.apache.org/jira/browse/LOG4J2-2201"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2266_Load_PropertySources_from_any_accessible_ClassLoader_Hide_a.xml b/src/changelog/2.11.2/LOG4J2-2266_Load_PropertySources_from_any_accessible_ClassLoader_Hide_a.xml
index 3be2bea..3de4783 100644
--- a/src/changelog/2.11.2/LOG4J2-2266_Load_PropertySources_from_any_accessible_ClassLoader_Hide_a.xml
+++ b/src/changelog/2.11.2/LOG4J2-2266_Load_PropertySources_from_any_accessible_ClassLoader_Hide_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2266" link="https://issues.apache.org/jira/browse/LOG4J2-2266"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2363_ReusableObjectMessage_parameter_is_properly_passed_to_append.xml b/src/changelog/2.11.2/LOG4J2-2363_ReusableObjectMessage_parameter_is_properly_passed_to_append.xml
index d43a437..5d69e7f 100644
--- a/src/changelog/2.11.2/LOG4J2-2363_ReusableObjectMessage_parameter_is_properly_passed_to_append.xml
+++ b/src/changelog/2.11.2/LOG4J2-2363_ReusableObjectMessage_parameter_is_properly_passed_to_append.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2363" link="https://issues.apache.org/jira/browse/LOG4J2-2363"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2365_NameAbbreviator_correctly_abbreviates_first_fragments_188.xml b/src/changelog/2.11.2/LOG4J2-2365_NameAbbreviator_correctly_abbreviates_first_fragments_188.xml
index 8f1defe..2b56516 100644
--- a/src/changelog/2.11.2/LOG4J2-2365_NameAbbreviator_correctly_abbreviates_first_fragments_188.xml
+++ b/src/changelog/2.11.2/LOG4J2-2365_NameAbbreviator_correctly_abbreviates_first_fragments_188.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2365" link="https://issues.apache.org/jira/browse/LOG4J2-2365"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2391_Improve_exception_logging_performance_ThrowableProxy_constr.xml b/src/changelog/2.11.2/LOG4J2-2391_Improve_exception_logging_performance_ThrowableProxy_constr.xml
index 8473585..9b2f201 100644
--- a/src/changelog/2.11.2/LOG4J2-2391_Improve_exception_logging_performance_ThrowableProxy_constr.xml
+++ b/src/changelog/2.11.2/LOG4J2-2391_Improve_exception_logging_performance_ThrowableProxy_constr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2391" link="https://issues.apache.org/jira/browse/LOG4J2-2391"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2397_Pre_deployment_of_PersistenceUnit_that_using_Log4j_as_sessio.xml b/src/changelog/2.11.2/LOG4J2-2397_Pre_deployment_of_PersistenceUnit_that_using_Log4j_as_sessio.xml
index 760515a..ade7dcd 100644
--- a/src/changelog/2.11.2/LOG4J2-2397_Pre_deployment_of_PersistenceUnit_that_using_Log4j_as_sessio.xml
+++ b/src/changelog/2.11.2/LOG4J2-2397_Pre_deployment_of_PersistenceUnit_that_using_Log4j_as_sessio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2397" link="https://issues.apache.org/jira/browse/LOG4J2-2397"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2405_Better_handling_of_highlight_pattern_when_using_jul_bridge.xml b/src/changelog/2.11.2/LOG4J2-2405_Better_handling_of_highlight_pattern_when_using_jul_bridge.xml
index ade3e29..74048d1 100644
--- a/src/changelog/2.11.2/LOG4J2-2405_Better_handling_of_highlight_pattern_when_using_jul_bridge.xml
+++ b/src/changelog/2.11.2/LOG4J2-2405_Better_handling_of_highlight_pattern_when_using_jul_bridge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2405" link="https://issues.apache.org/jira/browse/LOG4J2-2405"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2413_Exceptions_are_added_to_all_columns_when_a_JDBC_Appender_s_C.xml b/src/changelog/2.11.2/LOG4J2-2413_Exceptions_are_added_to_all_columns_when_a_JDBC_Appender_s_C.xml
index 7e61323..ffb4d14 100644
--- a/src/changelog/2.11.2/LOG4J2-2413_Exceptions_are_added_to_all_columns_when_a_JDBC_Appender_s_C.xml
+++ b/src/changelog/2.11.2/LOG4J2-2413_Exceptions_are_added_to_all_columns_when_a_JDBC_Appender_s_C.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2413" link="https://issues.apache.org/jira/browse/LOG4J2-2413"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2418_NullPointerException_when_closing_never_used_RollingRandomAc.xml b/src/changelog/2.11.2/LOG4J2-2418_NullPointerException_when_closing_never_used_RollingRandomAc.xml
index a11d0da..50af1ac 100644
--- a/src/changelog/2.11.2/LOG4J2-2418_NullPointerException_when_closing_never_used_RollingRandomAc.xml
+++ b/src/changelog/2.11.2/LOG4J2-2418_NullPointerException_when_closing_never_used_RollingRandomAc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2418" link="https://issues.apache.org/jira/browse/LOG4J2-2418"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2422_Handle_some_unchecked_exceptions_while_loading_plugins.xml b/src/changelog/2.11.2/LOG4J2-2422_Handle_some_unchecked_exceptions_while_loading_plugins.xml
index 19ce5a4..b862a1f 100644
--- a/src/changelog/2.11.2/LOG4J2-2422_Handle_some_unchecked_exceptions_while_loading_plugins.xml
+++ b/src/changelog/2.11.2/LOG4J2-2422_Handle_some_unchecked_exceptions_while_loading_plugins.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2422" link="https://issues.apache.org/jira/browse/LOG4J2-2422"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2441_Setting_a_null_ErrorHandler_on_AbstractAppender_is_not_allow.xml b/src/changelog/2.11.2/LOG4J2-2441_Setting_a_null_ErrorHandler_on_AbstractAppender_is_not_allow.xml
index 27016b9..ad528ea 100644
--- a/src/changelog/2.11.2/LOG4J2-2441_Setting_a_null_ErrorHandler_on_AbstractAppender_is_not_allow.xml
+++ b/src/changelog/2.11.2/LOG4J2-2441_Setting_a_null_ErrorHandler_on_AbstractAppender_is_not_allow.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2441" link="https://issues.apache.org/jira/browse/LOG4J2-2441"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2444_ErrorHandler_is_invoked_with_a_LogEvent_and_Throwable_when_p.xml b/src/changelog/2.11.2/LOG4J2-2444_ErrorHandler_is_invoked_with_a_LogEvent_and_Throwable_when_p.xml
index 2cc8e49..4193095 100644
--- a/src/changelog/2.11.2/LOG4J2-2444_ErrorHandler_is_invoked_with_a_LogEvent_and_Throwable_when_p.xml
+++ b/src/changelog/2.11.2/LOG4J2-2444_ErrorHandler_is_invoked_with_a_LogEvent_and_Throwable_when_p.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2444" link="https://issues.apache.org/jira/browse/LOG4J2-2444"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2447_Let_the_NullAppender_default_its_name_to_null.xml b/src/changelog/2.11.2/LOG4J2-2447_Let_the_NullAppender_default_its_name_to_null.xml
index 9c450c0..ec46ff4 100644
--- a/src/changelog/2.11.2/LOG4J2-2447_Let_the_NullAppender_default_its_name_to_null.xml
+++ b/src/changelog/2.11.2/LOG4J2-2447_Let_the_NullAppender_default_its_name_to_null.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2447" link="https://issues.apache.org/jira/browse/LOG4J2-2447"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2453_Add_Log4j_slf4j18_impl_dependency_to_BOM_POM.xml b/src/changelog/2.11.2/LOG4J2-2453_Add_Log4j_slf4j18_impl_dependency_to_BOM_POM.xml
index 61bfda4..380cb3a 100644
--- a/src/changelog/2.11.2/LOG4J2-2453_Add_Log4j_slf4j18_impl_dependency_to_BOM_POM.xml
+++ b/src/changelog/2.11.2/LOG4J2-2453_Add_Log4j_slf4j18_impl_dependency_to_BOM_POM.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2453" link="https://issues.apache.org/jira/browse/LOG4J2-2453"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2457_RollingRandomAccessFileManager_ignores_new_file_patterns_fro.xml b/src/changelog/2.11.2/LOG4J2-2457_RollingRandomAccessFileManager_ignores_new_file_patterns_fro.xml
index 1b3ff5c..51cc0f4 100644
--- a/src/changelog/2.11.2/LOG4J2-2457_RollingRandomAccessFileManager_ignores_new_file_patterns_fro.xml
+++ b/src/changelog/2.11.2/LOG4J2-2457_RollingRandomAccessFileManager_ignores_new_file_patterns_fro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2457" link="https://issues.apache.org/jira/browse/LOG4J2-2457"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2466_ColumnMapping_literal_not_working.xml b/src/changelog/2.11.2/LOG4J2-2466_ColumnMapping_literal_not_working.xml
index 148a2a6..a8a5a52 100644
--- a/src/changelog/2.11.2/LOG4J2-2466_ColumnMapping_literal_not_working.xml
+++ b/src/changelog/2.11.2/LOG4J2-2466_ColumnMapping_literal_not_working.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2466" link="https://issues.apache.org/jira/browse/LOG4J2-2466"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2468_Update_Jackson_from_2_9_6_to_2_9_7.xml b/src/changelog/2.11.2/LOG4J2-2468_Update_Jackson_from_2_9_6_to_2_9_7.xml
index 9510a95..b280117 100644
--- a/src/changelog/2.11.2/LOG4J2-2468_Update_Jackson_from_2_9_6_to_2_9_7.xml
+++ b/src/changelog/2.11.2/LOG4J2-2468_Update_Jackson_from_2_9_6_to_2_9_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2468" link="https://issues.apache.org/jira/browse/LOG4J2-2468"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2469_Update_Apache_Commons_Compress_from_1_17_to_1_18.xml b/src/changelog/2.11.2/LOG4J2-2469_Update_Apache_Commons_Compress_from_1_17_to_1_18.xml
index 301bbd7..d2d7d43 100644
--- a/src/changelog/2.11.2/LOG4J2-2469_Update_Apache_Commons_Compress_from_1_17_to_1_18.xml
+++ b/src/changelog/2.11.2/LOG4J2-2469_Update_Apache_Commons_Compress_from_1_17_to_1_18.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2469" link="https://issues.apache.org/jira/browse/LOG4J2-2469"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2470_Update_Apache_Commons_CSV_from_1_5_to_1_6.xml b/src/changelog/2.11.2/LOG4J2-2470_Update_Apache_Commons_CSV_from_1_5_to_1_6.xml
index 5afe941..cd72d10 100644
--- a/src/changelog/2.11.2/LOG4J2-2470_Update_Apache_Commons_CSV_from_1_5_to_1_6.xml
+++ b/src/changelog/2.11.2/LOG4J2-2470_Update_Apache_Commons_CSV_from_1_5_to_1_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2470" link="https://issues.apache.org/jira/browse/LOG4J2-2470"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2471_Update_javax_mail_from_1_6_1_to_1_6_2.xml b/src/changelog/2.11.2/LOG4J2-2471_Update_javax_mail_from_1_6_1_to_1_6_2.xml
index 39f8133..f987a59 100644
--- a/src/changelog/2.11.2/LOG4J2-2471_Update_javax_mail_from_1_6_1_to_1_6_2.xml
+++ b/src/changelog/2.11.2/LOG4J2-2471_Update_javax_mail_from_1_6_1_to_1_6_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2471" link="https://issues.apache.org/jira/browse/LOG4J2-2471"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2472_Update_mongo_java_driver_3_from_3_8_0_to_3_8_2.xml b/src/changelog/2.11.2/LOG4J2-2472_Update_mongo_java_driver_3_from_3_8_0_to_3_8_2.xml
index f0089ac..1543478 100644
--- a/src/changelog/2.11.2/LOG4J2-2472_Update_mongo_java_driver_3_from_3_8_0_to_3_8_2.xml
+++ b/src/changelog/2.11.2/LOG4J2-2472_Update_mongo_java_driver_3_from_3_8_0_to_3_8_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2472" link="https://issues.apache.org/jira/browse/LOG4J2-2472"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2476_org_apache_log4j_SimpleLayout_and_ConsoleAppender_missing_in.xml b/src/changelog/2.11.2/LOG4J2-2476_org_apache_log4j_SimpleLayout_and_ConsoleAppender_missing_in.xml
index 41cadb4..b403b05 100644
--- a/src/changelog/2.11.2/LOG4J2-2476_org_apache_log4j_SimpleLayout_and_ConsoleAppender_missing_in.xml
+++ b/src/changelog/2.11.2/LOG4J2-2476_org_apache_log4j_SimpleLayout_and_ConsoleAppender_missing_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2476" link="https://issues.apache.org/jira/browse/LOG4J2-2476"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2478_AbstractStringLayoutStringEncodingBenchmark_returns_the_comp.xml b/src/changelog/2.11.2/LOG4J2-2478_AbstractStringLayoutStringEncodingBenchmark_returns_the_comp.xml
index bf8d9af..80220b2 100644
--- a/src/changelog/2.11.2/LOG4J2-2478_AbstractStringLayoutStringEncodingBenchmark_returns_the_comp.xml
+++ b/src/changelog/2.11.2/LOG4J2-2478_AbstractStringLayoutStringEncodingBenchmark_returns_the_comp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2478" link="https://issues.apache.org/jira/browse/LOG4J2-2478"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2481_Avoid_NullPointerExceptions_in_org_apache_logging_log4j_core.xml b/src/changelog/2.11.2/LOG4J2-2481_Avoid_NullPointerExceptions_in_org_apache_logging_log4j_core.xml
index 6ef5957..905ecb4 100644
--- a/src/changelog/2.11.2/LOG4J2-2481_Avoid_NullPointerExceptions_in_org_apache_logging_log4j_core.xml
+++ b/src/changelog/2.11.2/LOG4J2-2481_Avoid_NullPointerExceptions_in_org_apache_logging_log4j_core.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2481" link="https://issues.apache.org/jira/browse/LOG4J2-2481"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2482_BasicContextSelector_cannot_be_used_in_a_OSGI_application.xml b/src/changelog/2.11.2/LOG4J2-2482_BasicContextSelector_cannot_be_used_in_a_OSGI_application.xml
index 62d7bd3..c72b3256 100644
--- a/src/changelog/2.11.2/LOG4J2-2482_BasicContextSelector_cannot_be_used_in_a_OSGI_application.xml
+++ b/src/changelog/2.11.2/LOG4J2-2482_BasicContextSelector_cannot_be_used_in_a_OSGI_application.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2482" link="https://issues.apache.org/jira/browse/LOG4J2-2482"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2485_SizeBasedTriggeringPolicy_was_not_honored_when_using_the_Dir.xml b/src/changelog/2.11.2/LOG4J2-2485_SizeBasedTriggeringPolicy_was_not_honored_when_using_the_Dir.xml
index 77c3d6a..c65fbae 100644
--- a/src/changelog/2.11.2/LOG4J2-2485_SizeBasedTriggeringPolicy_was_not_honored_when_using_the_Dir.xml
+++ b/src/changelog/2.11.2/LOG4J2-2485_SizeBasedTriggeringPolicy_was_not_honored_when_using_the_Dir.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2485" link="https://issues.apache.org/jira/browse/LOG4J2-2485"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2489_JDBC_Appender_should_release_parameter_resources_ASAP.xml b/src/changelog/2.11.2/LOG4J2-2489_JDBC_Appender_should_release_parameter_resources_ASAP.xml
index 0db7e1d..df8858f 100644
--- a/src/changelog/2.11.2/LOG4J2-2489_JDBC_Appender_should_release_parameter_resources_ASAP.xml
+++ b/src/changelog/2.11.2/LOG4J2-2489_JDBC_Appender_should_release_parameter_resources_ASAP.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2489" link="https://issues.apache.org/jira/browse/LOG4J2-2489"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2491_Allow_all_Appenders_to_optionally_carry_a_Property_array.xml b/src/changelog/2.11.2/LOG4J2-2491_Allow_all_Appenders_to_optionally_carry_a_Property_array.xml
index dfcdd1e..7d3239c 100644
--- a/src/changelog/2.11.2/LOG4J2-2491_Allow_all_Appenders_to_optionally_carry_a_Property_array.xml
+++ b/src/changelog/2.11.2/LOG4J2-2491_Allow_all_Appenders_to_optionally_carry_a_Property_array.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2491" link="https://issues.apache.org/jira/browse/LOG4J2-2491"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2496_JDBC_Appender_should_reconnect_to_the_database_when_a_connec.xml b/src/changelog/2.11.2/LOG4J2-2496_JDBC_Appender_should_reconnect_to_the_database_when_a_connec.xml
index b55edae..341f254 100644
--- a/src/changelog/2.11.2/LOG4J2-2496_JDBC_Appender_should_reconnect_to_the_database_when_a_connec.xml
+++ b/src/changelog/2.11.2/LOG4J2-2496_JDBC_Appender_should_reconnect_to_the_database_when_a_connec.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2496" link="https://issues.apache.org/jira/browse/LOG4J2-2496"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2497_JmsAppender_reconnectIntervalMillis_cannot_be_set_from_a_con.xml b/src/changelog/2.11.2/LOG4J2-2497_JmsAppender_reconnectIntervalMillis_cannot_be_set_from_a_con.xml
index 5cecdb9..99c28a1 100644
--- a/src/changelog/2.11.2/LOG4J2-2497_JmsAppender_reconnectIntervalMillis_cannot_be_set_from_a_con.xml
+++ b/src/changelog/2.11.2/LOG4J2-2497_JmsAppender_reconnectIntervalMillis_cannot_be_set_from_a_con.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2497" link="https://issues.apache.org/jira/browse/LOG4J2-2497"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2499_JMS_Appender_may_throw_a_NullPointerException_when_JMS_is_no.xml b/src/changelog/2.11.2/LOG4J2-2499_JMS_Appender_may_throw_a_NullPointerException_when_JMS_is_no.xml
index 6cc359f..2b7f79a 100644
--- a/src/changelog/2.11.2/LOG4J2-2499_JMS_Appender_may_throw_a_NullPointerException_when_JMS_is_no.xml
+++ b/src/changelog/2.11.2/LOG4J2-2499_JMS_Appender_may_throw_a_NullPointerException_when_JMS_is_no.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2499" link="https://issues.apache.org/jira/browse/LOG4J2-2499"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2500_Document_that_Properties_element_must_be_the_first_configura.xml b/src/changelog/2.11.2/LOG4J2-2500_Document_that_Properties_element_must_be_the_first_configura.xml
index d8be1c5..158a88f 100644
--- a/src/changelog/2.11.2/LOG4J2-2500_Document_that_Properties_element_must_be_the_first_configura.xml
+++ b/src/changelog/2.11.2/LOG4J2-2500_Document_that_Properties_element_must_be_the_first_configura.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2500" link="https://issues.apache.org/jira/browse/LOG4J2-2500"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2503_Update_MongoDB_driver_from_3_8_2_to_3_9_0_for_log4j_mongodb3.xml b/src/changelog/2.11.2/LOG4J2-2503_Update_MongoDB_driver_from_3_8_2_to_3_9_0_for_log4j_mongodb3.xml
index f736ee1..76f7f3f 100644
--- a/src/changelog/2.11.2/LOG4J2-2503_Update_MongoDB_driver_from_3_8_2_to_3_9_0_for_log4j_mongodb3.xml
+++ b/src/changelog/2.11.2/LOG4J2-2503_Update_MongoDB_driver_from_3_8_2_to_3_9_0_for_log4j_mongodb3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2503" link="https://issues.apache.org/jira/browse/LOG4J2-2503"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2505_Let_JDBC_PoolingDriverConnectionSource_with_Apache_Commons_D.xml b/src/changelog/2.11.2/LOG4J2-2505_Let_JDBC_PoolingDriverConnectionSource_with_Apache_Commons_D.xml
index ce60cb9..5ee741c 100644
--- a/src/changelog/2.11.2/LOG4J2-2505_Let_JDBC_PoolingDriverConnectionSource_with_Apache_Commons_D.xml
+++ b/src/changelog/2.11.2/LOG4J2-2505_Let_JDBC_PoolingDriverConnectionSource_with_Apache_Commons_D.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2505" link="https://issues.apache.org/jira/browse/LOG4J2-2505"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2508_JDBC_Appender_fails_when_using_both_parameter_source_and_l.xml b/src/changelog/2.11.2/LOG4J2-2508_JDBC_Appender_fails_when_using_both_parameter_source_and_l.xml
index 24980dc..c6457f4 100644
--- a/src/changelog/2.11.2/LOG4J2-2508_JDBC_Appender_fails_when_using_both_parameter_source_and_l.xml
+++ b/src/changelog/2.11.2/LOG4J2-2508_JDBC_Appender_fails_when_using_both_parameter_source_and_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2508" link="https://issues.apache.org/jira/browse/LOG4J2-2508"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2509_Allow_a_JDBC_Appender_to_truncate_strings_to_match_a_table_s.xml b/src/changelog/2.11.2/LOG4J2-2509_Allow_a_JDBC_Appender_to_truncate_strings_to_match_a_table_s.xml
index 13b5cfb..e4270cb 100644
--- a/src/changelog/2.11.2/LOG4J2-2509_Allow_a_JDBC_Appender_to_truncate_strings_to_match_a_table_s.xml
+++ b/src/changelog/2.11.2/LOG4J2-2509_Allow_a_JDBC_Appender_to_truncate_strings_to_match_a_table_s.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2509" link="https://issues.apache.org/jira/browse/LOG4J2-2509"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2514_Make_Strings_toRootUpperCase_a_static_method_so_it_can_be_ac.xml b/src/changelog/2.11.2/LOG4J2-2514_Make_Strings_toRootUpperCase_a_static_method_so_it_can_be_ac.xml
index 71ce309..9f6beb5 100644
--- a/src/changelog/2.11.2/LOG4J2-2514_Make_Strings_toRootUpperCase_a_static_method_so_it_can_be_ac.xml
+++ b/src/changelog/2.11.2/LOG4J2-2514_Make_Strings_toRootUpperCase_a_static_method_so_it_can_be_ac.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2514" link="https://issues.apache.org/jira/browse/LOG4J2-2514"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2515_Configuration_documentation_referenced_incorrect_method_name.xml b/src/changelog/2.11.2/LOG4J2-2515_Configuration_documentation_referenced_incorrect_method_name.xml
index 3de975a..1745190 100644
--- a/src/changelog/2.11.2/LOG4J2-2515_Configuration_documentation_referenced_incorrect_method_name.xml
+++ b/src/changelog/2.11.2/LOG4J2-2515_Configuration_documentation_referenced_incorrect_method_name.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2515" link="https://issues.apache.org/jira/browse/LOG4J2-2515"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2522_Fix_regression_using_MapMessageLookup_lookup_with_MapMessage.xml b/src/changelog/2.11.2/LOG4J2-2522_Fix_regression_using_MapMessageLookup_lookup_with_MapMessage.xml
index fe7b2d0..ccc39b8 100644
--- a/src/changelog/2.11.2/LOG4J2-2522_Fix_regression_using_MapMessageLookup_lookup_with_MapMessage.xml
+++ b/src/changelog/2.11.2/LOG4J2-2522_Fix_regression_using_MapMessageLookup_lookup_with_MapMessage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2522" link="https://issues.apache.org/jira/browse/LOG4J2-2522"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2527_Prevent_ConcurrentModificationException_while_iterating_over.xml b/src/changelog/2.11.2/LOG4J2-2527_Prevent_ConcurrentModificationException_while_iterating_over.xml
index 2b6c241..7c80afe 100644
--- a/src/changelog/2.11.2/LOG4J2-2527_Prevent_ConcurrentModificationException_while_iterating_over.xml
+++ b/src/changelog/2.11.2/LOG4J2-2527_Prevent_ConcurrentModificationException_while_iterating_over.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2527" link="https://issues.apache.org/jira/browse/LOG4J2-2527"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2530_Generalize_checks_using_MapMessage_implementations_with_do_n.xml b/src/changelog/2.11.2/LOG4J2-2530_Generalize_checks_using_MapMessage_implementations_with_do_n.xml
index f4f7980..6b73ab0 100644
--- a/src/changelog/2.11.2/LOG4J2-2530_Generalize_checks_using_MapMessage_implementations_with_do_n.xml
+++ b/src/changelog/2.11.2/LOG4J2-2530_Generalize_checks_using_MapMessage_implementations_with_do_n.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2530" link="https://issues.apache.org/jira/browse/LOG4J2-2530"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2533_Fix_a_regression_introduced_by_LOG4J2_2301_in_2_11_1_allowin.xml b/src/changelog/2.11.2/LOG4J2-2533_Fix_a_regression_introduced_by_LOG4J2_2301_in_2_11_1_allowin.xml
index b73986d..3454f3b 100644
--- a/src/changelog/2.11.2/LOG4J2-2533_Fix_a_regression_introduced_by_LOG4J2_2301_in_2_11_1_allowin.xml
+++ b/src/changelog/2.11.2/LOG4J2-2533_Fix_a_regression_introduced_by_LOG4J2_2301_in_2_11_1_allowin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2533" link="https://issues.apache.org/jira/browse/LOG4J2-2533"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2542_CronTriggeringPolicy_was_not_rolling_properly_especially_wh.xml b/src/changelog/2.11.2/LOG4J2-2542_CronTriggeringPolicy_was_not_rolling_properly_especially_wh.xml
index 708e67b..a1e8f70 100644
--- a/src/changelog/2.11.2/LOG4J2-2542_CronTriggeringPolicy_was_not_rolling_properly_especially_wh.xml
+++ b/src/changelog/2.11.2/LOG4J2-2542_CronTriggeringPolicy_was_not_rolling_properly_especially_wh.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2542" link="https://issues.apache.org/jira/browse/LOG4J2-2542"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.11.2/LOG4J2-2543_Add_Log4j_to_SLF4J_to_BOM_pom_xml.xml b/src/changelog/2.11.2/LOG4J2-2543_Add_Log4j_to_SLF4J_to_BOM_pom_xml.xml
index ba3f67c..5c8fba2 100644
--- a/src/changelog/2.11.2/LOG4J2-2543_Add_Log4j_to_SLF4J_to_BOM_pom_xml.xml
+++ b/src/changelog/2.11.2/LOG4J2-2543_Add_Log4j_to_SLF4J_to_BOM_pom_xml.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2543" link="https://issues.apache.org/jira/browse/LOG4J2-2543"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/.release.xml b/src/changelog/2.12.0/.release.xml
index c68282b..8a34e73 100644
--- a/src/changelog/2.12.0/.release.xml
+++ b/src/changelog/2.12.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2019-06-23"
          version="2.12.0"/>
diff --git a/src/changelog/2.12.0/LOG4J2-1103_FailoverAppender_was_failing_with_ERROR_appender_Failover_ha.xml b/src/changelog/2.12.0/LOG4J2-1103_FailoverAppender_was_failing_with_ERROR_appender_Failover_ha.xml
index 1427954..a7d65d2 100644
--- a/src/changelog/2.12.0/LOG4J2-1103_FailoverAppender_was_failing_with_ERROR_appender_Failover_ha.xml
+++ b/src/changelog/2.12.0/LOG4J2-1103_FailoverAppender_was_failing_with_ERROR_appender_Failover_ha.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1103" link="https://issues.apache.org/jira/browse/LOG4J2-1103"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-1143_Lookups_were_not_found_if_the_plugin_key_was_not_lower_case.xml b/src/changelog/2.12.0/LOG4J2-1143_Lookups_were_not_found_if_the_plugin_key_was_not_lower_case.xml
index c14bfe9..823aeaf 100644
--- a/src/changelog/2.12.0/LOG4J2-1143_Lookups_were_not_found_if_the_plugin_key_was_not_lower_case.xml
+++ b/src/changelog/2.12.0/LOG4J2-1143_Lookups_were_not_found_if_the_plugin_key_was_not_lower_case.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1143" link="https://issues.apache.org/jira/browse/LOG4J2-1143"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-1852_Locate_plugins_within_a_Jar_using_a_URL_Connection.xml b/src/changelog/2.12.0/LOG4J2-1852_Locate_plugins_within_a_Jar_using_a_URL_Connection.xml
index 044688d..baffd98 100644
--- a/src/changelog/2.12.0/LOG4J2-1852_Locate_plugins_within_a_Jar_using_a_URL_Connection.xml
+++ b/src/changelog/2.12.0/LOG4J2-1852_Locate_plugins_within_a_Jar_using_a_URL_Connection.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1852" link="https://issues.apache.org/jira/browse/LOG4J2-1852"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2337_Allow_custom_end_of_line_with_JsonLayout.xml b/src/changelog/2.12.0/LOG4J2-2337_Allow_custom_end_of_line_with_JsonLayout.xml
index 86afdc9..60f918a 100644
--- a/src/changelog/2.12.0/LOG4J2-2337_Allow_custom_end_of_line_with_JsonLayout.xml
+++ b/src/changelog/2.12.0/LOG4J2-2337_Allow_custom_end_of_line_with_JsonLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2337" link="https://issues.apache.org/jira/browse/LOG4J2-2337"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2403_Allow_zero_padding_the_counter_of_a_RollingFileAppender.xml b/src/changelog/2.12.0/LOG4J2-2403_Allow_zero_padding_the_counter_of_a_RollingFileAppender.xml
index a0ef8c1..4e7eb32 100644
--- a/src/changelog/2.12.0/LOG4J2-2403_Allow_zero_padding_the_counter_of_a_RollingFileAppender.xml
+++ b/src/changelog/2.12.0/LOG4J2-2403_Allow_zero_padding_the_counter_of_a_RollingFileAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2403" link="https://issues.apache.org/jira/browse/LOG4J2-2403"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2406_Add_reconfiguration_methods_to_Configurator.xml b/src/changelog/2.12.0/LOG4J2-2406_Add_reconfiguration_methods_to_Configurator.xml
index f777858..b99b75b 100644
--- a/src/changelog/2.12.0/LOG4J2-2406_Add_reconfiguration_methods_to_Configurator.xml
+++ b/src/changelog/2.12.0/LOG4J2-2406_Add_reconfiguration_methods_to_Configurator.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2406" link="https://issues.apache.org/jira/browse/LOG4J2-2406"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2427_Add_filter_that_will_match_events_when_no_marker_is_present.xml b/src/changelog/2.12.0/LOG4J2-2427_Add_filter_that_will_match_events_when_no_marker_is_present.xml
index 8d8cd71..733c294 100644
--- a/src/changelog/2.12.0/LOG4J2-2427_Add_filter_that_will_match_events_when_no_marker_is_present.xml
+++ b/src/changelog/2.12.0/LOG4J2-2427_Add_filter_that_will_match_events_when_no_marker_is_present.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2427" link="https://issues.apache.org/jira/browse/LOG4J2-2427"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2547_RollingRandomAccessFileAppender_error_message_referenced_inc.xml b/src/changelog/2.12.0/LOG4J2-2547_RollingRandomAccessFileAppender_error_message_referenced_inc.xml
index d80f33a..431ec75 100644
--- a/src/changelog/2.12.0/LOG4J2-2547_RollingRandomAccessFileAppender_error_message_referenced_inc.xml
+++ b/src/changelog/2.12.0/LOG4J2-2547_RollingRandomAccessFileAppender_error_message_referenced_inc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2547" link="https://issues.apache.org/jira/browse/LOG4J2-2547"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2559_NullPointerException_in_JdbcAppender_createAppender.xml b/src/changelog/2.12.0/LOG4J2-2559_NullPointerException_in_JdbcAppender_createAppender.xml
index 1d0e03c..ee621be 100644
--- a/src/changelog/2.12.0/LOG4J2-2559_NullPointerException_in_JdbcAppender_createAppender.xml
+++ b/src/changelog/2.12.0/LOG4J2-2559_NullPointerException_in_JdbcAppender_createAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2559" link="https://issues.apache.org/jira/browse/LOG4J2-2559"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2561_JEP223_version_detection_fix_for_JDK_9_and_up.xml b/src/changelog/2.12.0/LOG4J2-2561_JEP223_version_detection_fix_for_JDK_9_and_up.xml
index c0e4bd9..4aec39e 100644
--- a/src/changelog/2.12.0/LOG4J2-2561_JEP223_version_detection_fix_for_JDK_9_and_up.xml
+++ b/src/changelog/2.12.0/LOG4J2-2561_JEP223_version_detection_fix_for_JDK_9_and_up.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2561" link="https://issues.apache.org/jira/browse/LOG4J2-2561"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2564_MapPatternConverter_is_properly_created_from_the_K_map.xml b/src/changelog/2.12.0/LOG4J2-2564_MapPatternConverter_is_properly_created_from_the_K_map.xml
index 9211043..f0c020f 100644
--- a/src/changelog/2.12.0/LOG4J2-2564_MapPatternConverter_is_properly_created_from_the_K_map.xml
+++ b/src/changelog/2.12.0/LOG4J2-2564_MapPatternConverter_is_properly_created_from_the_K_map.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2564" link="https://issues.apache.org/jira/browse/LOG4J2-2564"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2570_Update_Jackson_from_2_9_7_to_2_9_8.xml b/src/changelog/2.12.0/LOG4J2-2570_Update_Jackson_from_2_9_7_to_2_9_8.xml
index cd0a246..e38810a 100644
--- a/src/changelog/2.12.0/LOG4J2-2570_Update_Jackson_from_2_9_7_to_2_9_8.xml
+++ b/src/changelog/2.12.0/LOG4J2-2570_Update_Jackson_from_2_9_7_to_2_9_8.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2570" link="https://issues.apache.org/jira/browse/LOG4J2-2570"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2574_Update_MongoDB_3_module_driver_from_3_9_0_to_3_10_1.xml b/src/changelog/2.12.0/LOG4J2-2574_Update_MongoDB_3_module_driver_from_3_9_0_to_3_10_1.xml
index 28b8f87..e179399 100644
--- a/src/changelog/2.12.0/LOG4J2-2574_Update_MongoDB_3_module_driver_from_3_9_0_to_3_10_1.xml
+++ b/src/changelog/2.12.0/LOG4J2-2574_Update_MongoDB_3_module_driver_from_3_9_0_to_3_10_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2574" link="https://issues.apache.org/jira/browse/LOG4J2-2574"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2586_TCP_Appender_should_support_a_host_name_resolving_to_multipl.xml b/src/changelog/2.12.0/LOG4J2-2586_TCP_Appender_should_support_a_host_name_resolving_to_multipl.xml
index bd1c28c..36ed72b 100644
--- a/src/changelog/2.12.0/LOG4J2-2586_TCP_Appender_should_support_a_host_name_resolving_to_multipl.xml
+++ b/src/changelog/2.12.0/LOG4J2-2586_TCP_Appender_should_support_a_host_name_resolving_to_multipl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2586" link="https://issues.apache.org/jira/browse/LOG4J2-2586"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2592_StackOverflowException_when_server_not_reachable_with_Socket.xml b/src/changelog/2.12.0/LOG4J2-2592_StackOverflowException_when_server_not_reachable_with_Socket.xml
index 2e0c03d..853819d 100644
--- a/src/changelog/2.12.0/LOG4J2-2592_StackOverflowException_when_server_not_reachable_with_Socket.xml
+++ b/src/changelog/2.12.0/LOG4J2-2592_StackOverflowException_when_server_not_reachable_with_Socket.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2592" link="https://issues.apache.org/jira/browse/LOG4J2-2592"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2597_Throw_better_exception_message_when_both_log4j_slf4j_impl_an.xml b/src/changelog/2.12.0/LOG4J2-2597_Throw_better_exception_message_when_both_log4j_slf4j_impl_an.xml
index 6c560c0..9d45f0a 100644
--- a/src/changelog/2.12.0/LOG4J2-2597_Throw_better_exception_message_when_both_log4j_slf4j_impl_an.xml
+++ b/src/changelog/2.12.0/LOG4J2-2597_Throw_better_exception_message_when_both_log4j_slf4j_impl_an.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2597" link="https://issues.apache.org/jira/browse/LOG4J2-2597"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2598_GZIP_compression_on_rollover_supports_configurable_compressi.xml b/src/changelog/2.12.0/LOG4J2-2598_GZIP_compression_on_rollover_supports_configurable_compressi.xml
index 13a0e0c..c7839f5 100644
--- a/src/changelog/2.12.0/LOG4J2-2598_GZIP_compression_on_rollover_supports_configurable_compressi.xml
+++ b/src/changelog/2.12.0/LOG4J2-2598_GZIP_compression_on_rollover_supports_configurable_compressi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2598" link="https://issues.apache.org/jira/browse/LOG4J2-2598"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2598_java_lang_StackOverflowError_at_org_apache_logging_log4j_jun.xml b/src/changelog/2.12.0/LOG4J2-2598_java_lang_StackOverflowError_at_org_apache_logging_log4j_jun.xml
index 86099bc..fc9c54a 100644
--- a/src/changelog/2.12.0/LOG4J2-2598_java_lang_StackOverflowError_at_org_apache_logging_log4j_jun.xml
+++ b/src/changelog/2.12.0/LOG4J2-2598_java_lang_StackOverflowError_at_org_apache_logging_log4j_jun.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2598" link="https://issues.apache.org/jira/browse/LOG4J2-2598"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2602_Update_file_time_when_size_based_triggering_policy_is_used_w.xml b/src/changelog/2.12.0/LOG4J2-2602_Update_file_time_when_size_based_triggering_policy_is_used_w.xml
index b948f98..7d6252d 100644
--- a/src/changelog/2.12.0/LOG4J2-2602_Update_file_time_when_size_based_triggering_policy_is_used_w.xml
+++ b/src/changelog/2.12.0/LOG4J2-2602_Update_file_time_when_size_based_triggering_policy_is_used_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2602" link="https://issues.apache.org/jira/browse/LOG4J2-2602"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2606_Asynchronous_logging_when_the_queue_is_full_no_longer_result.xml b/src/changelog/2.12.0/LOG4J2-2606_Asynchronous_logging_when_the_queue_is_full_no_longer_result.xml
index be32723..f62c431 100644
--- a/src/changelog/2.12.0/LOG4J2-2606_Asynchronous_logging_when_the_queue_is_full_no_longer_result.xml
+++ b/src/changelog/2.12.0/LOG4J2-2606_Asynchronous_logging_when_the_queue_is_full_no_longer_result.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2606" link="https://issues.apache.org/jira/browse/LOG4J2-2606"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2610_Explicitly_set_file_creation_time.xml b/src/changelog/2.12.0/LOG4J2-2610_Explicitly_set_file_creation_time.xml
index 8ea4e75..623f366 100644
--- a/src/changelog/2.12.0/LOG4J2-2610_Explicitly_set_file_creation_time.xml
+++ b/src/changelog/2.12.0/LOG4J2-2610_Explicitly_set_file_creation_time.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2610" link="https://issues.apache.org/jira/browse/LOG4J2-2610"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2611_AsyncQueueFullPolicy_configuration_short_values_Default_an.xml b/src/changelog/2.12.0/LOG4J2-2611_AsyncQueueFullPolicy_configuration_short_values_Default_an.xml
index 87e5980..269adf7 100644
--- a/src/changelog/2.12.0/LOG4J2-2611_AsyncQueueFullPolicy_configuration_short_values_Default_an.xml
+++ b/src/changelog/2.12.0/LOG4J2-2611_AsyncQueueFullPolicy_configuration_short_values_Default_an.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2611" link="https://issues.apache.org/jira/browse/LOG4J2-2611"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2612_NullPointerException_at_org_apache_logging_log4j_core_append.xml b/src/changelog/2.12.0/LOG4J2-2612_NullPointerException_at_org_apache_logging_log4j_core_append.xml
index 9c594ef..2c8ddcb 100644
--- a/src/changelog/2.12.0/LOG4J2-2612_NullPointerException_at_org_apache_logging_log4j_core_append.xml
+++ b/src/changelog/2.12.0/LOG4J2-2612_NullPointerException_at_org_apache_logging_log4j_core_append.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2612" link="https://issues.apache.org/jira/browse/LOG4J2-2612"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2616_Restore_constructor_to_ThrowablePatternConverter_that_was_re.xml b/src/changelog/2.12.0/LOG4J2-2616_Restore_constructor_to_ThrowablePatternConverter_that_was_re.xml
index fee9f15..b188c1f 100644
--- a/src/changelog/2.12.0/LOG4J2-2616_Restore_constructor_to_ThrowablePatternConverter_that_was_re.xml
+++ b/src/changelog/2.12.0/LOG4J2-2616_Restore_constructor_to_ThrowablePatternConverter_that_was_re.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2616" link="https://issues.apache.org/jira/browse/LOG4J2-2616"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2618_Possible_ClassCastException_in_org_apache_logging_log4j_core.xml b/src/changelog/2.12.0/LOG4J2-2618_Possible_ClassCastException_in_org_apache_logging_log4j_core.xml
index 42cb4dc..7da43e4 100644
--- a/src/changelog/2.12.0/LOG4J2-2618_Possible_ClassCastException_in_org_apache_logging_log4j_core.xml
+++ b/src/changelog/2.12.0/LOG4J2-2618_Possible_ClassCastException_in_org_apache_logging_log4j_core.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2618" link="https://issues.apache.org/jira/browse/LOG4J2-2618"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2619_Update_Jackson_from_2_9_8_to_2_9_9.xml b/src/changelog/2.12.0/LOG4J2-2619_Update_Jackson_from_2_9_8_to_2_9_9.xml
index f7fca1d..f52a27f 100644
--- a/src/changelog/2.12.0/LOG4J2-2619_Update_Jackson_from_2_9_8_to_2_9_9.xml
+++ b/src/changelog/2.12.0/LOG4J2-2619_Update_Jackson_from_2_9_8_to_2_9_9.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2619" link="https://issues.apache.org/jira/browse/LOG4J2-2619"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2622_StructuredDataId_was_ignoring_maxLength_attribute.xml b/src/changelog/2.12.0/LOG4J2-2622_StructuredDataId_was_ignoring_maxLength_attribute.xml
index f93c855..e10a821 100644
--- a/src/changelog/2.12.0/LOG4J2-2622_StructuredDataId_was_ignoring_maxLength_attribute.xml
+++ b/src/changelog/2.12.0/LOG4J2-2622_StructuredDataId_was_ignoring_maxLength_attribute.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2622" link="https://issues.apache.org/jira/browse/LOG4J2-2622"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2629_Fix_a_race_allowing_events_not_to_be_recorded_when_a_Routing.xml b/src/changelog/2.12.0/LOG4J2-2629_Fix_a_race_allowing_events_not_to_be_recorded_when_a_Routing.xml
index 94d560d..8a53dcf 100644
--- a/src/changelog/2.12.0/LOG4J2-2629_Fix_a_race_allowing_events_not_to_be_recorded_when_a_Routing.xml
+++ b/src/changelog/2.12.0/LOG4J2-2629_Fix_a_race_allowing_events_not_to_be_recorded_when_a_Routing.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2629" link="https://issues.apache.org/jira/browse/LOG4J2-2629"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2631_RoutingAppender_PurgePolicy_implementations_no_longer_stop_a.xml b/src/changelog/2.12.0/LOG4J2-2631_RoutingAppender_PurgePolicy_implementations_no_longer_stop_a.xml
index 4c83f3a..40f6b67 100644
--- a/src/changelog/2.12.0/LOG4J2-2631_RoutingAppender_PurgePolicy_implementations_no_longer_stop_a.xml
+++ b/src/changelog/2.12.0/LOG4J2-2631_RoutingAppender_PurgePolicy_implementations_no_longer_stop_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2631" link="https://issues.apache.org/jira/browse/LOG4J2-2631"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2634_Add_and_use_method_org_apache_logging_log4j_message_MapMessa.xml b/src/changelog/2.12.0/LOG4J2-2634_Add_and_use_method_org_apache_logging_log4j_message_MapMessa.xml
index df234ec..431c475 100644
--- a/src/changelog/2.12.0/LOG4J2-2634_Add_and_use_method_org_apache_logging_log4j_message_MapMessa.xml
+++ b/src/changelog/2.12.0/LOG4J2-2634_Add_and_use_method_org_apache_logging_log4j_message_MapMessa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2634" link="https://issues.apache.org/jira/browse/LOG4J2-2634"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2634_Refactor_several_AsyncLogger_methods_below_the_35_byte_thres.xml b/src/changelog/2.12.0/LOG4J2-2634_Refactor_several_AsyncLogger_methods_below_the_35_byte_thres.xml
index 0f6a913..2f1702a 100644
--- a/src/changelog/2.12.0/LOG4J2-2634_Refactor_several_AsyncLogger_methods_below_the_35_byte_thres.xml
+++ b/src/changelog/2.12.0/LOG4J2-2634_Refactor_several_AsyncLogger_methods_below_the_35_byte_thres.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2634" link="https://issues.apache.org/jira/browse/LOG4J2-2634"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.0/LOG4J2-2636_RFC5424Layout_was_not_properly_setting_default_Structured_El.xml b/src/changelog/2.12.0/LOG4J2-2636_RFC5424Layout_was_not_properly_setting_default_Structured_El.xml
index d66aff5..d5a8f33 100644
--- a/src/changelog/2.12.0/LOG4J2-2636_RFC5424Layout_was_not_properly_setting_default_Structured_El.xml
+++ b/src/changelog/2.12.0/LOG4J2-2636_RFC5424Layout_was_not_properly_setting_default_Structured_El.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2636" link="https://issues.apache.org/jira/browse/LOG4J2-2636"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/LOG4J2-913_Add_support_for_reconfiguration_via_HTTP_S_Docker_and_Spr.xml b/src/changelog/2.12.0/LOG4J2-913_Add_support_for_reconfiguration_via_HTTP_S_Docker_and_Spr.xml
index c2db262..f968e0c 100644
--- a/src/changelog/2.12.0/LOG4J2-913_Add_support_for_reconfiguration_via_HTTP_S_Docker_and_Spr.xml
+++ b/src/changelog/2.12.0/LOG4J2-913_Add_support_for_reconfiguration_via_HTTP_S_Docker_and_Spr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-913" link="https://issues.apache.org/jira/browse/LOG4J2-913"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.0/Update_tests_from_H2_1_4_197_to_1_4_199.xml b/src/changelog/2.12.0/Update_tests_from_H2_1_4_197_to_1_4_199.xml
index 27e8667..ec615cf 100644
--- a/src/changelog/2.12.0/Update_tests_from_H2_1_4_197_to_1_4_199.xml
+++ b/src/changelog/2.12.0/Update_tests_from_H2_1_4_197_to_1_4_199.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update tests from H2 1.4.197 to 1.4.199.</description>
diff --git a/src/changelog/2.12.1/.release.xml b/src/changelog/2.12.1/.release.xml
index 042c995..d134b78 100644
--- a/src/changelog/2.12.1/.release.xml
+++ b/src/changelog/2.12.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2019-08-06"
          version="2.12.1"/>
diff --git a/src/changelog/2.12.1/LOG4J2-1946_Allow_file_renames_to_work_when_files_are_missing_from_the_s.xml b/src/changelog/2.12.1/LOG4J2-1946_Allow_file_renames_to_work_when_files_are_missing_from_the_s.xml
index ce97426..ed9e21a 100644
--- a/src/changelog/2.12.1/LOG4J2-1946_Allow_file_renames_to_work_when_files_are_missing_from_the_s.xml
+++ b/src/changelog/2.12.1/LOG4J2-1946_Allow_file_renames_to_work_when_files_are_missing_from_the_s.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1946" link="https://issues.apache.org/jira/browse/LOG4J2-1946"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2366_Remove_references_to_LoggerContext_when_it_is_shutdown.xml b/src/changelog/2.12.1/LOG4J2-2366_Remove_references_to_LoggerContext_when_it_is_shutdown.xml
index cce70c8..5e2cea8 100644
--- a/src/changelog/2.12.1/LOG4J2-2366_Remove_references_to_LoggerContext_when_it_is_shutdown.xml
+++ b/src/changelog/2.12.1/LOG4J2-2366_Remove_references_to_LoggerContext_when_it_is_shutdown.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2366" link="https://issues.apache.org/jira/browse/LOG4J2-2366"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2556_Make_Log4j_Core_optional_for_Log4j_1_2_API.xml b/src/changelog/2.12.1/LOG4J2-2556_Make_Log4j_Core_optional_for_Log4j_1_2_API.xml
index 43757e9..5a8509b 100644
--- a/src/changelog/2.12.1/LOG4J2-2556_Make_Log4j_Core_optional_for_Log4j_1_2_API.xml
+++ b/src/changelog/2.12.1/LOG4J2-2556_Make_Log4j_Core_optional_for_Log4j_1_2_API.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2556" link="https://issues.apache.org/jira/browse/LOG4J2-2556"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2644_Improve_the_performance_of_capturing_location_information.xml b/src/changelog/2.12.1/LOG4J2-2644_Improve_the_performance_of_capturing_location_information.xml
index 8ef6a9c..be15a12 100644
--- a/src/changelog/2.12.1/LOG4J2-2644_Improve_the_performance_of_capturing_location_information.xml
+++ b/src/changelog/2.12.1/LOG4J2-2644_Improve_the_performance_of_capturing_location_information.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2644" link="https://issues.apache.org/jira/browse/LOG4J2-2644"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2646_Update_MongoDB_3_driver_from_3_10_1_to_3_10_2.xml b/src/changelog/2.12.1/LOG4J2-2646_Update_MongoDB_3_driver_from_3_10_1_to_3_10_2.xml
index 1272058..10d0094 100644
--- a/src/changelog/2.12.1/LOG4J2-2646_Update_MongoDB_3_driver_from_3_10_1_to_3_10_2.xml
+++ b/src/changelog/2.12.1/LOG4J2-2646_Update_MongoDB_3_driver_from_3_10_1_to_3_10_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2646" link="https://issues.apache.org/jira/browse/LOG4J2-2646"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2650_Support_emulating_a_MAC_address_when_using_ipv6.xml b/src/changelog/2.12.1/LOG4J2-2650_Support_emulating_a_MAC_address_when_using_ipv6.xml
index 038972e..9258020 100644
--- a/src/changelog/2.12.1/LOG4J2-2650_Support_emulating_a_MAC_address_when_using_ipv6.xml
+++ b/src/changelog/2.12.1/LOG4J2-2650_Support_emulating_a_MAC_address_when_using_ipv6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2650" link="https://issues.apache.org/jira/browse/LOG4J2-2650"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2657_Improve_exception_messages_in_the_JDBC_appender.xml b/src/changelog/2.12.1/LOG4J2-2657_Improve_exception_messages_in_the_JDBC_appender.xml
index 74aa03c..ddc8827 100644
--- a/src/changelog/2.12.1/LOG4J2-2657_Improve_exception_messages_in_the_JDBC_appender.xml
+++ b/src/changelog/2.12.1/LOG4J2-2657_Improve_exception_messages_in_the_JDBC_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2657" link="https://issues.apache.org/jira/browse/LOG4J2-2657"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2658_AbstractAction_reportException_records_a_warning_to_the_stat.xml b/src/changelog/2.12.1/LOG4J2-2658_AbstractAction_reportException_records_a_warning_to_the_stat.xml
index 391f383..31d4cbf 100644
--- a/src/changelog/2.12.1/LOG4J2-2658_AbstractAction_reportException_records_a_warning_to_the_stat.xml
+++ b/src/changelog/2.12.1/LOG4J2-2658_AbstractAction_reportException_records_a_warning_to_the_stat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2658" link="https://issues.apache.org/jira/browse/LOG4J2-2658"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2659_AbstractAction_handles_and_records_unchecked_RuntimeExceptio.xml b/src/changelog/2.12.1/LOG4J2-2659_AbstractAction_handles_and_records_unchecked_RuntimeExceptio.xml
index 38b71e1..edc42bb 100644
--- a/src/changelog/2.12.1/LOG4J2-2659_AbstractAction_handles_and_records_unchecked_RuntimeExceptio.xml
+++ b/src/changelog/2.12.1/LOG4J2-2659_AbstractAction_handles_and_records_unchecked_RuntimeExceptio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2659" link="https://issues.apache.org/jira/browse/LOG4J2-2659"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2660_Retry_when_JDBC_throws_a_java_sql_SQLTransactionRollbackExce.xml b/src/changelog/2.12.1/LOG4J2-2660_Retry_when_JDBC_throws_a_java_sql_SQLTransactionRollbackExce.xml
index 70689a7..a8c021f 100644
--- a/src/changelog/2.12.1/LOG4J2-2660_Retry_when_JDBC_throws_a_java_sql_SQLTransactionRollbackExce.xml
+++ b/src/changelog/2.12.1/LOG4J2-2660_Retry_when_JDBC_throws_a_java_sql_SQLTransactionRollbackExce.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2660" link="https://issues.apache.org/jira/browse/LOG4J2-2660"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.12.1/LOG4J2-2667__Values_not_bound_to_statement_when_using_JDBC_appender_ap.xml b/src/changelog/2.12.1/LOG4J2-2667__Values_not_bound_to_statement_when_using_JDBC_appender_ap.xml
index 27b5cd3..0174d36 100644
--- a/src/changelog/2.12.1/LOG4J2-2667__Values_not_bound_to_statement_when_using_JDBC_appender_ap.xml
+++ b/src/changelog/2.12.1/LOG4J2-2667__Values_not_bound_to_statement_when_using_JDBC_appender_ap.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2667" link="https://issues.apache.org/jira/browse/LOG4J2-2667"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.13.0/.release.xml b/src/changelog/2.13.0/.release.xml
index 83e9844..8a9a565 100644
--- a/src/changelog/2.13.0/.release.xml
+++ b/src/changelog/2.13.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2019-12-11"
          version="2.13.0"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2058_Prevent_recursive_calls_to_java_util_LogManager_getLogger.xml b/src/changelog/2.13.0/LOG4J2-2058_Prevent_recursive_calls_to_java_util_LogManager_getLogger.xml
index 6866899..6abb7e3 100644
--- a/src/changelog/2.13.0/LOG4J2-2058_Prevent_recursive_calls_to_java_util_LogManager_getLogger.xml
+++ b/src/changelog/2.13.0/LOG4J2-2058_Prevent_recursive_calls_to_java_util_LogManager_getLogger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2058" link="https://issues.apache.org/jira/browse/LOG4J2-2058"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2635_Wrong_java_version_check_in_ThreadNameCachingStrategy.xml b/src/changelog/2.13.0/LOG4J2-2635_Wrong_java_version_check_in_ThreadNameCachingStrategy.xml
index 8e0dbc1..9f5aef0 100644
--- a/src/changelog/2.13.0/LOG4J2-2635_Wrong_java_version_check_in_ThreadNameCachingStrategy.xml
+++ b/src/changelog/2.13.0/LOG4J2-2635_Wrong_java_version_check_in_ThreadNameCachingStrategy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2635" link="https://issues.apache.org/jira/browse/LOG4J2-2635"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2639_Add_builder_pattern_to_Logger_interface.xml b/src/changelog/2.13.0/LOG4J2-2639_Add_builder_pattern_to_Logger_interface.xml
index bc1e59a..fdb9e89 100644
--- a/src/changelog/2.13.0/LOG4J2-2639_Add_builder_pattern_to_Logger_interface.xml
+++ b/src/changelog/2.13.0/LOG4J2-2639_Add_builder_pattern_to_Logger_interface.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2639" link="https://issues.apache.org/jira/browse/LOG4J2-2639"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2647_Validation_blocks_definition_of_script_in_properties_configu.xml b/src/changelog/2.13.0/LOG4J2-2647_Validation_blocks_definition_of_script_in_properties_configu.xml
index 4c6f2dc..fa80dc1 100644
--- a/src/changelog/2.13.0/LOG4J2-2647_Validation_blocks_definition_of_script_in_properties_configu.xml
+++ b/src/changelog/2.13.0/LOG4J2-2647_Validation_blocks_definition_of_script_in_properties_configu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2647" link="https://issues.apache.org/jira/browse/LOG4J2-2647"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2672_Add_automatic_module_names_where_missing.xml b/src/changelog/2.13.0/LOG4J2-2672_Add_automatic_module_names_where_missing.xml
index b494007..e3b37ca 100644
--- a/src/changelog/2.13.0/LOG4J2-2672_Add_automatic_module_names_where_missing.xml
+++ b/src/changelog/2.13.0/LOG4J2-2672_Add_automatic_module_names_where_missing.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2672" link="https://issues.apache.org/jira/browse/LOG4J2-2672"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2673_OutputStreamAppender_Builder_ignores_setFilter.xml b/src/changelog/2.13.0/LOG4J2-2673_OutputStreamAppender_Builder_ignores_setFilter.xml
index bf2c637..c9f45bf 100644
--- a/src/changelog/2.13.0/LOG4J2-2673_OutputStreamAppender_Builder_ignores_setFilter.xml
+++ b/src/changelog/2.13.0/LOG4J2-2673_OutputStreamAppender_Builder_ignores_setFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2673" link="https://issues.apache.org/jira/browse/LOG4J2-2673"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2674_Use_a_less_confusing_name_for_the_CompositeConfiguration_sou.xml b/src/changelog/2.13.0/LOG4J2-2674_Use_a_less_confusing_name_for_the_CompositeConfiguration_sou.xml
index ff0ec5c..129eb3e 100644
--- a/src/changelog/2.13.0/LOG4J2-2674_Use_a_less_confusing_name_for_the_CompositeConfiguration_sou.xml
+++ b/src/changelog/2.13.0/LOG4J2-2674_Use_a_less_confusing_name_for_the_CompositeConfiguration_sou.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2674" link="https://issues.apache.org/jira/browse/LOG4J2-2674"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2680_Set_result_of_rename_action_to_true_if_file_was_copied.xml b/src/changelog/2.13.0/LOG4J2-2680_Set_result_of_rename_action_to_true_if_file_was_copied.xml
index 10c45de..8ab4736 100644
--- a/src/changelog/2.13.0/LOG4J2-2680_Set_result_of_rename_action_to_true_if_file_was_copied.xml
+++ b/src/changelog/2.13.0/LOG4J2-2680_Set_result_of_rename_action_to_true_if_file_was_copied.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2680" link="https://issues.apache.org/jira/browse/LOG4J2-2680"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2693__PluginValue_does_not_support_attribute_names_besides_value.xml b/src/changelog/2.13.0/LOG4J2-2693__PluginValue_does_not_support_attribute_names_besides_value.xml
index 1d03a73..1d61309 100644
--- a/src/changelog/2.13.0/LOG4J2-2693__PluginValue_does_not_support_attribute_names_besides_value.xml
+++ b/src/changelog/2.13.0/LOG4J2-2693__PluginValue_does_not_support_attribute_names_besides_value.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2693" link="https://issues.apache.org/jira/browse/LOG4J2-2693"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2701_Update_Jackson_to_2_9_10.xml b/src/changelog/2.13.0/LOG4J2-2701_Update_Jackson_to_2_9_10.xml
index 8263595..d2770bd 100644
--- a/src/changelog/2.13.0/LOG4J2-2701_Update_Jackson_to_2_9_10.xml
+++ b/src/changelog/2.13.0/LOG4J2-2701_Update_Jackson_to_2_9_10.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2701" link="https://issues.apache.org/jira/browse/LOG4J2-2701"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2707_ArrayIndexOutOfBoundsException_could_occur_with_MAC_address.xml b/src/changelog/2.13.0/LOG4J2-2707_ArrayIndexOutOfBoundsException_could_occur_with_MAC_address.xml
index cdcd572..c9c5464 100644
--- a/src/changelog/2.13.0/LOG4J2-2707_ArrayIndexOutOfBoundsException_could_occur_with_MAC_address.xml
+++ b/src/changelog/2.13.0/LOG4J2-2707_ArrayIndexOutOfBoundsException_could_occur_with_MAC_address.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2707" link="https://issues.apache.org/jira/browse/LOG4J2-2707"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2709_Allow_message_portion_of_GELF_layout_to_be_formatted_using_a.xml b/src/changelog/2.13.0/LOG4J2-2709_Allow_message_portion_of_GELF_layout_to_be_formatted_using_a.xml
index ec0143f..fca50a2 100644
--- a/src/changelog/2.13.0/LOG4J2-2709_Allow_message_portion_of_GELF_layout_to_be_formatted_using_a.xml
+++ b/src/changelog/2.13.0/LOG4J2-2709_Allow_message_portion_of_GELF_layout_to_be_formatted_using_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2709" link="https://issues.apache.org/jira/browse/LOG4J2-2709"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2710_Allow_Spring_Boot_application_properties_to_be_accessed_in_t.xml b/src/changelog/2.13.0/LOG4J2-2710_Allow_Spring_Boot_application_properties_to_be_accessed_in_t.xml
index 042ca7e..a08ba4e 100644
--- a/src/changelog/2.13.0/LOG4J2-2710_Allow_Spring_Boot_application_properties_to_be_accessed_in_t.xml
+++ b/src/changelog/2.13.0/LOG4J2-2710_Allow_Spring_Boot_application_properties_to_be_accessed_in_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2710" link="https://issues.apache.org/jira/browse/LOG4J2-2710"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2712_The_rolling_file_appenders_would_fail_to_compress_the_file_a.xml b/src/changelog/2.13.0/LOG4J2-2712_The_rolling_file_appenders_would_fail_to_compress_the_file_a.xml
index 3f330e4..52dc5e6 100644
--- a/src/changelog/2.13.0/LOG4J2-2712_The_rolling_file_appenders_would_fail_to_compress_the_file_a.xml
+++ b/src/changelog/2.13.0/LOG4J2-2712_The_rolling_file_appenders_would_fail_to_compress_the_file_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2712" link="https://issues.apache.org/jira/browse/LOG4J2-2712"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2716_Add_the_ability_to_lookup_Kubernetes_attributes_in_the_Log4j.xml b/src/changelog/2.13.0/LOG4J2-2716_Add_the_ability_to_lookup_Kubernetes_attributes_in_the_Log4j.xml
index 27d659f..0890d1b 100644
--- a/src/changelog/2.13.0/LOG4J2-2716_Add_the_ability_to_lookup_Kubernetes_attributes_in_the_Log4j.xml
+++ b/src/changelog/2.13.0/LOG4J2-2716_Add_the_ability_to_lookup_Kubernetes_attributes_in_the_Log4j.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2716" link="https://issues.apache.org/jira/browse/LOG4J2-2716"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2725_LOG4J2_2725_Added_try_finally_around_event_execute_for_R.xml b/src/changelog/2.13.0/LOG4J2-2725_LOG4J2_2725_Added_try_finally_around_event_execute_for_R.xml
index 92e7eda..909ff20 100644
--- a/src/changelog/2.13.0/LOG4J2-2725_LOG4J2_2725_Added_try_finally_around_event_execute_for_R.xml
+++ b/src/changelog/2.13.0/LOG4J2-2725_LOG4J2_2725_Added_try_finally_around_event_execute_for_R.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2725" link="https://issues.apache.org/jira/browse/LOG4J2-2725"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2725_Prevent_a_memory_leak_when_async_loggers_throw_errors.xml b/src/changelog/2.13.0/LOG4J2-2725_Prevent_a_memory_leak_when_async_loggers_throw_errors.xml
index 7613ac2..558c2d2 100644
--- a/src/changelog/2.13.0/LOG4J2-2725_Prevent_a_memory_leak_when_async_loggers_throw_errors.xml
+++ b/src/changelog/2.13.0/LOG4J2-2725_Prevent_a_memory_leak_when_async_loggers_throw_errors.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2725" link="https://issues.apache.org/jira/browse/LOG4J2-2725"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2727_Add_setKey_method_to_Kafka_Appender_Builder.xml b/src/changelog/2.13.0/LOG4J2-2727_Add_setKey_method_to_Kafka_Appender_Builder.xml
index 58f6087..c2d4d89 100644
--- a/src/changelog/2.13.0/LOG4J2-2727_Add_setKey_method_to_Kafka_Appender_Builder.xml
+++ b/src/changelog/2.13.0/LOG4J2-2727_Add_setKey_method_to_Kafka_Appender_Builder.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2727" link="https://issues.apache.org/jira/browse/LOG4J2-2727"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2731_Add_a_Level_Pattern_Selector.xml b/src/changelog/2.13.0/LOG4J2-2731_Add_a_Level_Pattern_Selector.xml
index 0013946..854dd19 100644
--- a/src/changelog/2.13.0/LOG4J2-2731_Add_a_Level_Pattern_Selector.xml
+++ b/src/changelog/2.13.0/LOG4J2-2731_Add_a_Level_Pattern_Selector.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2731" link="https://issues.apache.org/jira/browse/LOG4J2-2731"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-2732_Add_ThreadContext_putIfNotNull_method.xml b/src/changelog/2.13.0/LOG4J2-2732_Add_ThreadContext_putIfNotNull_method.xml
index 3d53f3f..4ed7814 100644
--- a/src/changelog/2.13.0/LOG4J2-2732_Add_ThreadContext_putIfNotNull_method.xml
+++ b/src/changelog/2.13.0/LOG4J2-2732_Add_ThreadContext_putIfNotNull_method.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2732" link="https://issues.apache.org/jira/browse/LOG4J2-2732"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.0/LOG4J2-63_Add_experimental_support_for_Log4j_1_configuration_files.xml b/src/changelog/2.13.0/LOG4J2-63_Add_experimental_support_for_Log4j_1_configuration_files.xml
index 48c44b8..73dc3d2 100644
--- a/src/changelog/2.13.0/LOG4J2-63_Add_experimental_support_for_Log4j_1_configuration_files.xml
+++ b/src/changelog/2.13.0/LOG4J2-63_Add_experimental_support_for_Log4j_1_configuration_files.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-63" link="https://issues.apache.org/jira/browse/LOG4J2-63"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/.release.xml b/src/changelog/2.13.1/.release.xml
index c5b9796..3cc1531 100644
--- a/src/changelog/2.13.1/.release.xml
+++ b/src/changelog/2.13.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2020-02-25"
          version="2.13.1"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2039_Rollover_fails_when_file_matches_pattern_but_index_is_too_la.xml b/src/changelog/2.13.1/LOG4J2-2039_Rollover_fails_when_file_matches_pattern_but_index_is_too_la.xml
index e0bbae5..11eed98 100644
--- a/src/changelog/2.13.1/LOG4J2-2039_Rollover_fails_when_file_matches_pattern_but_index_is_too_la.xml
+++ b/src/changelog/2.13.1/LOG4J2-2039_Rollover_fails_when_file_matches_pattern_but_index_is_too_la.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2039" link="https://issues.apache.org/jira/browse/LOG4J2-2039"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2211_Allow_Lookup_keys_with_leading_dashes_by_using_a_slash_as_an.xml b/src/changelog/2.13.1/LOG4J2-2211_Allow_Lookup_keys_with_leading_dashes_by_using_a_slash_as_an.xml
index 7eb7a84..9f1bf24 100644
--- a/src/changelog/2.13.1/LOG4J2-2211_Allow_Lookup_keys_with_leading_dashes_by_using_a_slash_as_an.xml
+++ b/src/changelog/2.13.1/LOG4J2-2211_Allow_Lookup_keys_with_leading_dashes_by_using_a_slash_as_an.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2211" link="https://issues.apache.org/jira/browse/LOG4J2-2211"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2415_Fix_lock_contention_in_the_classloader_using_new_versions_of.xml b/src/changelog/2.13.1/LOG4J2-2415_Fix_lock_contention_in_the_classloader_using_new_versions_of.xml
index fabae15..516ea05 100644
--- a/src/changelog/2.13.1/LOG4J2-2415_Fix_lock_contention_in_the_classloader_using_new_versions_of.xml
+++ b/src/changelog/2.13.1/LOG4J2-2415_Fix_lock_contention_in_the_classloader_using_new_versions_of.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2415" link="https://issues.apache.org/jira/browse/LOG4J2-2415"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2575_CronExpression_getBeforeTime_would_sometimes_return_incorr.xml b/src/changelog/2.13.1/LOG4J2-2575_CronExpression_getBeforeTime_would_sometimes_return_incorr.xml
index 0d10039..bc142a8 100644
--- a/src/changelog/2.13.1/LOG4J2-2575_CronExpression_getBeforeTime_would_sometimes_return_incorr.xml
+++ b/src/changelog/2.13.1/LOG4J2-2575_CronExpression_getBeforeTime_would_sometimes_return_incorr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2575" link="https://issues.apache.org/jira/browse/LOG4J2-2575"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2649_GraalVM_does_not_allow_use_of_MethodHandles.xml b/src/changelog/2.13.1/LOG4J2-2649_GraalVM_does_not_allow_use_of_MethodHandles.xml
index 2809a31..87b6b0e 100644
--- a/src/changelog/2.13.1/LOG4J2-2649_GraalVM_does_not_allow_use_of_MethodHandles.xml
+++ b/src/changelog/2.13.1/LOG4J2-2649_GraalVM_does_not_allow_use_of_MethodHandles.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2649" link="https://issues.apache.org/jira/browse/LOG4J2-2649"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2652_JSON_output_wrong_when_using_additional_fields.xml b/src/changelog/2.13.1/LOG4J2-2652_JSON_output_wrong_when_using_additional_fields.xml
index ff8d65c..0647450 100644
--- a/src/changelog/2.13.1/LOG4J2-2652_JSON_output_wrong_when_using_additional_fields.xml
+++ b/src/changelog/2.13.1/LOG4J2-2652_JSON_output_wrong_when_using_additional_fields.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2652" link="https://issues.apache.org/jira/browse/LOG4J2-2652"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2676_PluginProcessor_should_use_Messager_instead_of_System_out.xml b/src/changelog/2.13.1/LOG4J2-2676_PluginProcessor_should_use_Messager_instead_of_System_out.xml
index cf4f146..e2c3252 100644
--- a/src/changelog/2.13.1/LOG4J2-2676_PluginProcessor_should_use_Messager_instead_of_System_out.xml
+++ b/src/changelog/2.13.1/LOG4J2-2676_PluginProcessor_should_use_Messager_instead_of_System_out.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2676" link="https://issues.apache.org/jira/browse/LOG4J2-2676"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2677_Rollover_handles_parallel_file_deletion_gracefully.xml b/src/changelog/2.13.1/LOG4J2-2677_Rollover_handles_parallel_file_deletion_gracefully.xml
index d90ecd7..dc7aaac 100644
--- a/src/changelog/2.13.1/LOG4J2-2677_Rollover_handles_parallel_file_deletion_gracefully.xml
+++ b/src/changelog/2.13.1/LOG4J2-2677_Rollover_handles_parallel_file_deletion_gracefully.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2677" link="https://issues.apache.org/jira/browse/LOG4J2-2677"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2703_MapMessage_getFormattedMessage_would_incorrectly_format_ob.xml b/src/changelog/2.13.1/LOG4J2-2703_MapMessage_getFormattedMessage_would_incorrectly_format_ob.xml
index d5d9b80..3c83048 100644
--- a/src/changelog/2.13.1/LOG4J2-2703_MapMessage_getFormattedMessage_would_incorrectly_format_ob.xml
+++ b/src/changelog/2.13.1/LOG4J2-2703_MapMessage_getFormattedMessage_would_incorrectly_format_ob.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2703" link="https://issues.apache.org/jira/browse/LOG4J2-2703"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2717_Slow_initialization_on_Windows_due_to_accessing_network_inte.xml b/src/changelog/2.13.1/LOG4J2-2717_Slow_initialization_on_Windows_due_to_accessing_network_inte.xml
index 15f9943..93310ec 100644
--- a/src/changelog/2.13.1/LOG4J2-2717_Slow_initialization_on_Windows_due_to_accessing_network_inte.xml
+++ b/src/changelog/2.13.1/LOG4J2-2717_Slow_initialization_on_Windows_due_to_accessing_network_inte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2717" link="https://issues.apache.org/jira/browse/LOG4J2-2717"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2735_PluginCache_output_is_reproducible_allowing_the_annotation_p.xml b/src/changelog/2.13.1/LOG4J2-2735_PluginCache_output_is_reproducible_allowing_the_annotation_p.xml
index 81ead8e..fc68c1e 100644
--- a/src/changelog/2.13.1/LOG4J2-2735_PluginCache_output_is_reproducible_allowing_the_annotation_p.xml
+++ b/src/changelog/2.13.1/LOG4J2-2735_PluginCache_output_is_reproducible_allowing_the_annotation_p.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2735" link="https://issues.apache.org/jira/browse/LOG4J2-2735"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2739_Fix_erroneous_log4j_jul_recursive_logger_detection_resulting.xml b/src/changelog/2.13.1/LOG4J2-2739_Fix_erroneous_log4j_jul_recursive_logger_detection_resulting.xml
index 6ff988d..0e61df0 100644
--- a/src/changelog/2.13.1/LOG4J2-2739_Fix_erroneous_log4j_jul_recursive_logger_detection_resulting.xml
+++ b/src/changelog/2.13.1/LOG4J2-2739_Fix_erroneous_log4j_jul_recursive_logger_detection_resulting.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2739" link="https://issues.apache.org/jira/browse/LOG4J2-2739"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2744_Remove_unnecessary_EventLogger_references_from_log4j_slf4j18.xml b/src/changelog/2.13.1/LOG4J2-2744_Remove_unnecessary_EventLogger_references_from_log4j_slf4j18.xml
index 80f1db8..9277d16 100644
--- a/src/changelog/2.13.1/LOG4J2-2744_Remove_unnecessary_EventLogger_references_from_log4j_slf4j18.xml
+++ b/src/changelog/2.13.1/LOG4J2-2744_Remove_unnecessary_EventLogger_references_from_log4j_slf4j18.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2744" link="https://issues.apache.org/jira/browse/LOG4J2-2744"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2745_Update_log4j_slf4j18_impl_slf4j_version_to_1_8_0_beta4_from.xml b/src/changelog/2.13.1/LOG4J2-2745_Update_log4j_slf4j18_impl_slf4j_version_to_1_8_0_beta4_from.xml
index ffa0f01..c75f4b1 100644
--- a/src/changelog/2.13.1/LOG4J2-2745_Update_log4j_slf4j18_impl_slf4j_version_to_1_8_0_beta4_from.xml
+++ b/src/changelog/2.13.1/LOG4J2-2745_Update_log4j_slf4j18_impl_slf4j_version_to_1_8_0_beta4_from.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2745" link="https://issues.apache.org/jira/browse/LOG4J2-2745"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2746_ClassLoaderContextSelector_was_not_locating_the_LoggerContex.xml b/src/changelog/2.13.1/LOG4J2-2746_ClassLoaderContextSelector_was_not_locating_the_LoggerContex.xml
index d3fb272..6c249f7 100644
--- a/src/changelog/2.13.1/LOG4J2-2746_ClassLoaderContextSelector_was_not_locating_the_LoggerContex.xml
+++ b/src/changelog/2.13.1/LOG4J2-2746_ClassLoaderContextSelector_was_not_locating_the_LoggerContex.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2746" link="https://issues.apache.org/jira/browse/LOG4J2-2746"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2747_Fix_a_memory_leak_using_fully_asynchronous_logging_when_the.xml b/src/changelog/2.13.1/LOG4J2-2747_Fix_a_memory_leak_using_fully_asynchronous_logging_when_the.xml
index 691300a..41efa39 100644
--- a/src/changelog/2.13.1/LOG4J2-2747_Fix_a_memory_leak_using_fully_asynchronous_logging_when_the.xml
+++ b/src/changelog/2.13.1/LOG4J2-2747_Fix_a_memory_leak_using_fully_asynchronous_logging_when_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2747" link="https://issues.apache.org/jira/browse/LOG4J2-2747"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2748_Implement_ISO8601_PERIOD_MICROS_fixed_date_format_matching_I.xml b/src/changelog/2.13.1/LOG4J2-2748_Implement_ISO8601_PERIOD_MICROS_fixed_date_format_matching_I.xml
index 014d775..907deb2 100644
--- a/src/changelog/2.13.1/LOG4J2-2748_Implement_ISO8601_PERIOD_MICROS_fixed_date_format_matching_I.xml
+++ b/src/changelog/2.13.1/LOG4J2-2748_Implement_ISO8601_PERIOD_MICROS_fixed_date_format_matching_I.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2748" link="https://issues.apache.org/jira/browse/LOG4J2-2748"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2751_Fix_StackLocator_getCallerClass_performance_in_cases_where_R.xml b/src/changelog/2.13.1/LOG4J2-2751_Fix_StackLocator_getCallerClass_performance_in_cases_where_R.xml
index b95139a..9b91a5f 100644
--- a/src/changelog/2.13.1/LOG4J2-2751_Fix_StackLocator_getCallerClass_performance_in_cases_where_R.xml
+++ b/src/changelog/2.13.1/LOG4J2-2751_Fix_StackLocator_getCallerClass_performance_in_cases_where_R.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2751" link="https://issues.apache.org/jira/browse/LOG4J2-2751"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2752_MutableLogEvent_and_RingBufferLogEvent_avoid_StringBuffer_an.xml b/src/changelog/2.13.1/LOG4J2-2752_MutableLogEvent_and_RingBufferLogEvent_avoid_StringBuffer_an.xml
index 0c509e6..dbd2d49 100644
--- a/src/changelog/2.13.1/LOG4J2-2752_MutableLogEvent_and_RingBufferLogEvent_avoid_StringBuffer_an.xml
+++ b/src/changelog/2.13.1/LOG4J2-2752_MutableLogEvent_and_RingBufferLogEvent_avoid_StringBuffer_an.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2752" link="https://issues.apache.org/jira/browse/LOG4J2-2752"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2754_LoaderUtil_getClassLoaders_may_discover_additional_loaders_a.xml b/src/changelog/2.13.1/LOG4J2-2754_LoaderUtil_getClassLoaders_may_discover_additional_loaders_a.xml
index 0dfcbec..24e9500 100644
--- a/src/changelog/2.13.1/LOG4J2-2754_LoaderUtil_getClassLoaders_may_discover_additional_loaders_a.xml
+++ b/src/changelog/2.13.1/LOG4J2-2754_LoaderUtil_getClassLoaders_may_discover_additional_loaders_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2754" link="https://issues.apache.org/jira/browse/LOG4J2-2754"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2756_Prevent_LoggerContext_from_being_garbage_collected_while_bei.xml b/src/changelog/2.13.1/LOG4J2-2756_Prevent_LoggerContext_from_being_garbage_collected_while_bei.xml
index 77a3391..664e779 100644
--- a/src/changelog/2.13.1/LOG4J2-2756_Prevent_LoggerContext_from_being_garbage_collected_while_bei.xml
+++ b/src/changelog/2.13.1/LOG4J2-2756_Prevent_LoggerContext_from_being_garbage_collected_while_bei.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2756" link="https://issues.apache.org/jira/browse/LOG4J2-2756"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2758_NullPointerException_when_using_a_custom_DirectFileRolloverS.xml b/src/changelog/2.13.1/LOG4J2-2758_NullPointerException_when_using_a_custom_DirectFileRolloverS.xml
index c1ad63e..6133197 100644
--- a/src/changelog/2.13.1/LOG4J2-2758_NullPointerException_when_using_a_custom_DirectFileRolloverS.xml
+++ b/src/changelog/2.13.1/LOG4J2-2758_NullPointerException_when_using_a_custom_DirectFileRolloverS.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2758" link="https://issues.apache.org/jira/browse/LOG4J2-2758"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2759_RollingFileAppender_was_not_rolling_on_startup_if_createOnDe.xml b/src/changelog/2.13.1/LOG4J2-2759_RollingFileAppender_was_not_rolling_on_startup_if_createOnDe.xml
index 17ca0b2..554c176 100644
--- a/src/changelog/2.13.1/LOG4J2-2759_RollingFileAppender_was_not_rolling_on_startup_if_createOnDe.xml
+++ b/src/changelog/2.13.1/LOG4J2-2759_RollingFileAppender_was_not_rolling_on_startup_if_createOnDe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2759" link="https://issues.apache.org/jira/browse/LOG4J2-2759"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2760_Always_write_header_on_a_new_OutputStream.xml b/src/changelog/2.13.1/LOG4J2-2760_Always_write_header_on_a_new_OutputStream.xml
index a88b844..aa4a411 100644
--- a/src/changelog/2.13.1/LOG4J2-2760_Always_write_header_on_a_new_OutputStream.xml
+++ b/src/changelog/2.13.1/LOG4J2-2760_Always_write_header_on_a_new_OutputStream.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2760" link="https://issues.apache.org/jira/browse/LOG4J2-2760"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2762__JDBC_MS_SQL_Server_JDBC_driver_throws_SQLServerException_w.xml b/src/changelog/2.13.1/LOG4J2-2762__JDBC_MS_SQL_Server_JDBC_driver_throws_SQLServerException_w.xml
index 8004e4b..7a37d38 100644
--- a/src/changelog/2.13.1/LOG4J2-2762__JDBC_MS_SQL_Server_JDBC_driver_throws_SQLServerException_w.xml
+++ b/src/changelog/2.13.1/LOG4J2-2762__JDBC_MS_SQL_Server_JDBC_driver_throws_SQLServerException_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2762" link="https://issues.apache.org/jira/browse/LOG4J2-2762"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2763_Update_dependencies.xml b/src/changelog/2.13.1/LOG4J2-2763_Update_dependencies.xml
index 6ff8332..7f79c11 100644
--- a/src/changelog/2.13.1/LOG4J2-2763_Update_dependencies.xml
+++ b/src/changelog/2.13.1/LOG4J2-2763_Update_dependencies.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2763" link="https://issues.apache.org/jira/browse/LOG4J2-2763"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2767_Warn_if_pattern_is_missing_on_Routes_element_Use_default_ro.xml b/src/changelog/2.13.1/LOG4J2-2767_Warn_if_pattern_is_missing_on_Routes_element_Use_default_ro.xml
index d226380..d5199bd 100644
--- a/src/changelog/2.13.1/LOG4J2-2767_Warn_if_pattern_is_missing_on_Routes_element_Use_default_ro.xml
+++ b/src/changelog/2.13.1/LOG4J2-2767_Warn_if_pattern_is_missing_on_Routes_element_Use_default_ro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2767" link="https://issues.apache.org/jira/browse/LOG4J2-2767"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2768_Add_multi_parameter_overloads_to_LogBuilder.xml b/src/changelog/2.13.1/LOG4J2-2768_Add_multi_parameter_overloads_to_LogBuilder.xml
index 5c9b3a9..e754faf 100644
--- a/src/changelog/2.13.1/LOG4J2-2768_Add_multi_parameter_overloads_to_LogBuilder.xml
+++ b/src/changelog/2.13.1/LOG4J2-2768_Add_multi_parameter_overloads_to_LogBuilder.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2768" link="https://issues.apache.org/jira/browse/LOG4J2-2768"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2769_Do_not_log_an_error_if_Files_move_does_not_work.xml b/src/changelog/2.13.1/LOG4J2-2769_Do_not_log_an_error_if_Files_move_does_not_work.xml
index fc61da0..68664d9 100644
--- a/src/changelog/2.13.1/LOG4J2-2769_Do_not_log_an_error_if_Files_move_does_not_work.xml
+++ b/src/changelog/2.13.1/LOG4J2-2769_Do_not_log_an_error_if_Files_move_does_not_work.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2769" link="https://issues.apache.org/jira/browse/LOG4J2-2769"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2770_Fixed_NullPointerException_after_reconfiguring_via_JMX.xml b/src/changelog/2.13.1/LOG4J2-2770_Fixed_NullPointerException_after_reconfiguring_via_JMX.xml
index adc6ae7..85cbe47 100644
--- a/src/changelog/2.13.1/LOG4J2-2770_Fixed_NullPointerException_after_reconfiguring_via_JMX.xml
+++ b/src/changelog/2.13.1/LOG4J2-2770_Fixed_NullPointerException_after_reconfiguring_via_JMX.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2770" link="https://issues.apache.org/jira/browse/LOG4J2-2770"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2770_NullPointerException_after_reconfiguring_via_JMX.xml b/src/changelog/2.13.1/LOG4J2-2770_NullPointerException_after_reconfiguring_via_JMX.xml
index 9d41d18..47459d3 100644
--- a/src/changelog/2.13.1/LOG4J2-2770_NullPointerException_after_reconfiguring_via_JMX.xml
+++ b/src/changelog/2.13.1/LOG4J2-2770_NullPointerException_after_reconfiguring_via_JMX.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2770" link="https://issues.apache.org/jira/browse/LOG4J2-2770"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2776_An_error_message_in_RollingFileAppender_uses_a_placeholder_f.xml b/src/changelog/2.13.1/LOG4J2-2776_An_error_message_in_RollingFileAppender_uses_a_placeholder_f.xml
index 43e7cdd..009ff59 100644
--- a/src/changelog/2.13.1/LOG4J2-2776_An_error_message_in_RollingFileAppender_uses_a_placeholder_f.xml
+++ b/src/changelog/2.13.1/LOG4J2-2776_An_error_message_in_RollingFileAppender_uses_a_placeholder_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2776" link="https://issues.apache.org/jira/browse/LOG4J2-2776"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2777_Add_a_retry_count_attribute_to_the_KafkaAppender.xml b/src/changelog/2.13.1/LOG4J2-2777_Add_a_retry_count_attribute_to_the_KafkaAppender.xml
index fb99f77..297ebee 100644
--- a/src/changelog/2.13.1/LOG4J2-2777_Add_a_retry_count_attribute_to_the_KafkaAppender.xml
+++ b/src/changelog/2.13.1/LOG4J2-2777_Add_a_retry_count_attribute_to_the_KafkaAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2777" link="https://issues.apache.org/jira/browse/LOG4J2-2777"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2781_ServletContainerInitializer_was_obtaining_the_StatusLogger_t.xml b/src/changelog/2.13.1/LOG4J2-2781_ServletContainerInitializer_was_obtaining_the_StatusLogger_t.xml
index c4c0f09c..21bb6e0 100644
--- a/src/changelog/2.13.1/LOG4J2-2781_ServletContainerInitializer_was_obtaining_the_StatusLogger_t.xml
+++ b/src/changelog/2.13.1/LOG4J2-2781_ServletContainerInitializer_was_obtaining_the_StatusLogger_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2781" link="https://issues.apache.org/jira/browse/LOG4J2-2781"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2782_Use_LinkedBlockingQueue_instead_of_synchronized_collection_i.xml b/src/changelog/2.13.1/LOG4J2-2782_Use_LinkedBlockingQueue_instead_of_synchronized_collection_i.xml
index 77255ac..7e78595 100644
--- a/src/changelog/2.13.1/LOG4J2-2782_Use_LinkedBlockingQueue_instead_of_synchronized_collection_i.xml
+++ b/src/changelog/2.13.1/LOG4J2-2782_Use_LinkedBlockingQueue_instead_of_synchronized_collection_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2782" link="https://issues.apache.org/jira/browse/LOG4J2-2782"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2784_Counter_stuck_at_10_and_overwriting_files_when_leading_zeros.xml b/src/changelog/2.13.1/LOG4J2-2784_Counter_stuck_at_10_and_overwriting_files_when_leading_zeros.xml
index f4183be..1663bc2 100644
--- a/src/changelog/2.13.1/LOG4J2-2784_Counter_stuck_at_10_and_overwriting_files_when_leading_zeros.xml
+++ b/src/changelog/2.13.1/LOG4J2-2784_Counter_stuck_at_10_and_overwriting_files_when_leading_zeros.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2784" link="https://issues.apache.org/jira/browse/LOG4J2-2784"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.1/LOG4J2-2789_Conditionally_perform_status_logging_calculations_in_PluginR.xml b/src/changelog/2.13.1/LOG4J2-2789_Conditionally_perform_status_logging_calculations_in_PluginR.xml
index 7a70641..09426f8 100644
--- a/src/changelog/2.13.1/LOG4J2-2789_Conditionally_perform_status_logging_calculations_in_PluginR.xml
+++ b/src/changelog/2.13.1/LOG4J2-2789_Conditionally_perform_status_logging_calculations_in_PluginR.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2789" link="https://issues.apache.org/jira/browse/LOG4J2-2789"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/.release.xml b/src/changelog/2.13.2/.release.xml
index 4b683f4..426a057 100644
--- a/src/changelog/2.13.2/.release.xml
+++ b/src/changelog/2.13.2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2020-04-23"
          version="2.13.2"/>
diff --git a/src/changelog/2.13.2/LOG4J2-1360_Provide_a_Log4j_implementation_of_System_Logger.xml b/src/changelog/2.13.2/LOG4J2-1360_Provide_a_Log4j_implementation_of_System_Logger.xml
index 187d39f..ba4070d 100644
--- a/src/changelog/2.13.2/LOG4J2-1360_Provide_a_Log4j_implementation_of_System_Logger.xml
+++ b/src/changelog/2.13.2/LOG4J2-1360_Provide_a_Log4j_implementation_of_System_Logger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1360" link="https://issues.apache.org/jira/browse/LOG4J2-1360"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2457_Allow_the_file_extension_in_the_file_pattern_to_be_modified.xml b/src/changelog/2.13.2/LOG4J2-2457_Allow_the_file_extension_in_the_file_pattern_to_be_modified.xml
index 2bc62de..eb84f44 100644
--- a/src/changelog/2.13.2/LOG4J2-2457_Allow_the_file_extension_in_the_file_pattern_to_be_modified.xml
+++ b/src/changelog/2.13.2/LOG4J2-2457_Allow_the_file_extension_in_the_file_pattern_to_be_modified.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2457" link="https://issues.apache.org/jira/browse/LOG4J2-2457"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2520_Allow_servlet_context_path_to_be_retrieved_without.xml b/src/changelog/2.13.2/LOG4J2-2520_Allow_servlet_context_path_to_be_retrieved_without.xml
index 70f4152..219d493 100644
--- a/src/changelog/2.13.2/LOG4J2-2520_Allow_servlet_context_path_to_be_retrieved_without.xml
+++ b/src/changelog/2.13.2/LOG4J2-2520_Allow_servlet_context_path_to_be_retrieved_without.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2520" link="https://issues.apache.org/jira/browse/LOG4J2-2520"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2588_Add_option_to_restore_printing_timeMillis_in_the_JsonLayout.xml b/src/changelog/2.13.2/LOG4J2-2588_Add_option_to_restore_printing_timeMillis_in_the_JsonLayout.xml
index 9d87a5e..84dabf8 100644
--- a/src/changelog/2.13.2/LOG4J2-2588_Add_option_to_restore_printing_timeMillis_in_the_JsonLayout.xml
+++ b/src/changelog/2.13.2/LOG4J2-2588_Add_option_to_restore_printing_timeMillis_in_the_JsonLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2588" link="https://issues.apache.org/jira/browse/LOG4J2-2588"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2761_Fix_Exceptions_when_whitespace_is_in_the_file_path_and_Java.xml b/src/changelog/2.13.2/LOG4J2-2761_Fix_Exceptions_when_whitespace_is_in_the_file_path_and_Java.xml
index 962f591..d6af2f2 100644
--- a/src/changelog/2.13.2/LOG4J2-2761_Fix_Exceptions_when_whitespace_is_in_the_file_path_and_Java.xml
+++ b/src/changelog/2.13.2/LOG4J2-2761_Fix_Exceptions_when_whitespace_is_in_the_file_path_and_Java.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2761" link="https://issues.apache.org/jira/browse/LOG4J2-2761"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2766_Initialize_pattern_processor_before_triggering_policy_during.xml b/src/changelog/2.13.2/LOG4J2-2766_Initialize_pattern_processor_before_triggering_policy_during.xml
index fe634c7..19a35be 100644
--- a/src/changelog/2.13.2/LOG4J2-2766_Initialize_pattern_processor_before_triggering_policy_during.xml
+++ b/src/changelog/2.13.2/LOG4J2-2766_Initialize_pattern_processor_before_triggering_policy_during.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2766" link="https://issues.apache.org/jira/browse/LOG4J2-2766"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2779_Add_ContextDataProviders_as_an_alternative_to_having_to_impl.xml b/src/changelog/2.13.2/LOG4J2-2779_Add_ContextDataProviders_as_an_alternative_to_having_to_impl.xml
index 48b6ac0..6a82463 100644
--- a/src/changelog/2.13.2/LOG4J2-2779_Add_ContextDataProviders_as_an_alternative_to_having_to_impl.xml
+++ b/src/changelog/2.13.2/LOG4J2-2779_Add_ContextDataProviders_as_an_alternative_to_having_to_impl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2779" link="https://issues.apache.org/jira/browse/LOG4J2-2779"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2790_Conditionally_allocate_PluginEntry_during_PluginCache_loadin.xml b/src/changelog/2.13.2/LOG4J2-2790_Conditionally_allocate_PluginEntry_during_PluginCache_loadin.xml
index b80484a..3eb93e1 100644
--- a/src/changelog/2.13.2/LOG4J2-2790_Conditionally_allocate_PluginEntry_during_PluginCache_loadin.xml
+++ b/src/changelog/2.13.2/LOG4J2-2790_Conditionally_allocate_PluginEntry_during_PluginCache_loadin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2790" link="https://issues.apache.org/jira/browse/LOG4J2-2790"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2791_Correct_JsonLayout_timestamp_sorting_issue.xml b/src/changelog/2.13.2/LOG4J2-2791_Correct_JsonLayout_timestamp_sorting_issue.xml
index 8f88a83..60d5fe5 100644
--- a/src/changelog/2.13.2/LOG4J2-2791_Correct_JsonLayout_timestamp_sorting_issue.xml
+++ b/src/changelog/2.13.2/LOG4J2-2791_Correct_JsonLayout_timestamp_sorting_issue.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2791" link="https://issues.apache.org/jira/browse/LOG4J2-2791"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2793_Allow_trailing_and_leading_spaces_in_log_level.xml b/src/changelog/2.13.2/LOG4J2-2793_Allow_trailing_and_leading_spaces_in_log_level.xml
index 21c3828..3fe1dfe 100644
--- a/src/changelog/2.13.2/LOG4J2-2793_Allow_trailing_and_leading_spaces_in_log_level.xml
+++ b/src/changelog/2.13.2/LOG4J2-2793_Allow_trailing_and_leading_spaces_in_log_level.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2793" link="https://issues.apache.org/jira/browse/LOG4J2-2793"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2794_Make_YamlLayoutTest_more_resilient_to_environmental_differen.xml b/src/changelog/2.13.2/LOG4J2-2794_Make_YamlLayoutTest_more_resilient_to_environmental_differen.xml
index 350e219..a379f8e 100644
--- a/src/changelog/2.13.2/LOG4J2-2794_Make_YamlLayoutTest_more_resilient_to_environmental_differen.xml
+++ b/src/changelog/2.13.2/LOG4J2-2794_Make_YamlLayoutTest_more_resilient_to_environmental_differen.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2794" link="https://issues.apache.org/jira/browse/LOG4J2-2794"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2805_TimeFilter_did_not_handle_daylight_saving_time_transitions_a.xml b/src/changelog/2.13.2/LOG4J2-2805_TimeFilter_did_not_handle_daylight_saving_time_transitions_a.xml
index e850f6c..5bb4b7c 100644
--- a/src/changelog/2.13.2/LOG4J2-2805_TimeFilter_did_not_handle_daylight_saving_time_transitions_a.xml
+++ b/src/changelog/2.13.2/LOG4J2-2805_TimeFilter_did_not_handle_daylight_saving_time_transitions_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2805" link="https://issues.apache.org/jira/browse/LOG4J2-2805"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2807_Added_EventLookup_to_retrieve_fields_from_the_log_event.xml b/src/changelog/2.13.2/LOG4J2-2807_Added_EventLookup_to_retrieve_fields_from_the_log_event.xml
index a0bfdd9..0bf26e0 100644
--- a/src/changelog/2.13.2/LOG4J2-2807_Added_EventLookup_to_retrieve_fields_from_the_log_event.xml
+++ b/src/changelog/2.13.2/LOG4J2-2807_Added_EventLookup_to_retrieve_fields_from_the_log_event.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2807" link="https://issues.apache.org/jira/browse/LOG4J2-2807"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2809_Avoid_NullPointerException_when_StackWalker_returns_null.xml b/src/changelog/2.13.2/LOG4J2-2809_Avoid_NullPointerException_when_StackWalker_returns_null.xml
index 00e1af0..e45a175 100644
--- a/src/changelog/2.13.2/LOG4J2-2809_Avoid_NullPointerException_when_StackWalker_returns_null.xml
+++ b/src/changelog/2.13.2/LOG4J2-2809_Avoid_NullPointerException_when_StackWalker_returns_null.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2809" link="https://issues.apache.org/jira/browse/LOG4J2-2809"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2810_Add_information_about_using_a_url_in_log4j_configurationFile.xml b/src/changelog/2.13.2/LOG4J2-2810_Add_information_about_using_a_url_in_log4j_configurationFile.xml
index aa0b38d..aa53703 100644
--- a/src/changelog/2.13.2/LOG4J2-2810_Add_information_about_using_a_url_in_log4j_configurationFile.xml
+++ b/src/changelog/2.13.2/LOG4J2-2810_Add_information_about_using_a_url_in_log4j_configurationFile.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2810" link="https://issues.apache.org/jira/browse/LOG4J2-2810"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2811_Add_missing_includeLocation_parameter_when_creating_AsyncLog.xml b/src/changelog/2.13.2/LOG4J2-2811_Add_missing_includeLocation_parameter_when_creating_AsyncLog.xml
index 9cadc83..d90dc9e 100644
--- a/src/changelog/2.13.2/LOG4J2-2811_Add_missing_includeLocation_parameter_when_creating_AsyncLog.xml
+++ b/src/changelog/2.13.2/LOG4J2-2811_Add_missing_includeLocation_parameter_when_creating_AsyncLog.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2811" link="https://issues.apache.org/jira/browse/LOG4J2-2811"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2812__JDBC_Throw_a_AppenderLoggingException_instead_of_an_NPE_in.xml b/src/changelog/2.13.2/LOG4J2-2812__JDBC_Throw_a_AppenderLoggingException_instead_of_an_NPE_in.xml
index b4878df..463dc1a 100644
--- a/src/changelog/2.13.2/LOG4J2-2812__JDBC_Throw_a_AppenderLoggingException_instead_of_an_NPE_in.xml
+++ b/src/changelog/2.13.2/LOG4J2-2812__JDBC_Throw_a_AppenderLoggingException_instead_of_an_NPE_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2812" link="https://issues.apache.org/jira/browse/LOG4J2-2812"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2813_serializeToBytes_was_checking_wrong_variable_for_null.xml b/src/changelog/2.13.2/LOG4J2-2813_serializeToBytes_was_checking_wrong_variable_for_null.xml
index 807845d..ae03bb8 100644
--- a/src/changelog/2.13.2/LOG4J2-2813_serializeToBytes_was_checking_wrong_variable_for_null.xml
+++ b/src/changelog/2.13.2/LOG4J2-2813_serializeToBytes_was_checking_wrong_variable_for_null.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2813" link="https://issues.apache.org/jira/browse/LOG4J2-2813"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2814_Fix_Javadoc_for_ScriptPatternSelector.xml b/src/changelog/2.13.2/LOG4J2-2814_Fix_Javadoc_for_ScriptPatternSelector.xml
index a8b7024..df96c3d 100644
--- a/src/changelog/2.13.2/LOG4J2-2814_Fix_Javadoc_for_ScriptPatternSelector.xml
+++ b/src/changelog/2.13.2/LOG4J2-2814_Fix_Javadoc_for_ScriptPatternSelector.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2814" link="https://issues.apache.org/jira/browse/LOG4J2-2814"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2815_Allow_Spring_Boot_applications_to_use_composite_configuratio.xml b/src/changelog/2.13.2/LOG4J2-2815_Allow_Spring_Boot_applications_to_use_composite_configuratio.xml
index 53c6067..74dfc2c 100644
--- a/src/changelog/2.13.2/LOG4J2-2815_Allow_Spring_Boot_applications_to_use_composite_configuratio.xml
+++ b/src/changelog/2.13.2/LOG4J2-2815_Allow_Spring_Boot_applications_to_use_composite_configuratio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2815" link="https://issues.apache.org/jira/browse/LOG4J2-2815"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2817_Allow_the_file_size_action_to_parse_the_value_without_being.xml b/src/changelog/2.13.2/LOG4J2-2817_Allow_the_file_size_action_to_parse_the_value_without_being.xml
index 0723ec6..74644e3 100644
--- a/src/changelog/2.13.2/LOG4J2-2817_Allow_the_file_size_action_to_parse_the_value_without_being.xml
+++ b/src/changelog/2.13.2/LOG4J2-2817_Allow_the_file_size_action_to_parse_the_value_without_being.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2817" link="https://issues.apache.org/jira/browse/LOG4J2-2817"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2818_Allow_Spring_Lookup_to_return_default_and_active_profiles.xml b/src/changelog/2.13.2/LOG4J2-2818_Allow_Spring_Lookup_to_return_default_and_active_profiles.xml
index 7578539..a014c46 100644
--- a/src/changelog/2.13.2/LOG4J2-2818_Allow_Spring_Lookup_to_return_default_and_active_profiles.xml
+++ b/src/changelog/2.13.2/LOG4J2-2818_Allow_Spring_Lookup_to_return_default_and_active_profiles.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2818" link="https://issues.apache.org/jira/browse/LOG4J2-2818"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2819_Add_support_for_specifying_an_SSL_configuration_for_SmtpAppe.xml b/src/changelog/2.13.2/LOG4J2-2819_Add_support_for_specifying_an_SSL_configuration_for_SmtpAppe.xml
index c4a6270..eeeb52f 100644
--- a/src/changelog/2.13.2/LOG4J2-2819_Add_support_for_specifying_an_SSL_configuration_for_SmtpAppe.xml
+++ b/src/changelog/2.13.2/LOG4J2-2819_Add_support_for_specifying_an_SSL_configuration_for_SmtpAppe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2819" link="https://issues.apache.org/jira/browse/LOG4J2-2819"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.13.2/LOG4J2-2824_Implement_requiresLocation_in_GelfLayout_to_reflect_whether.xml b/src/changelog/2.13.2/LOG4J2-2824_Implement_requiresLocation_in_GelfLayout_to_reflect_whether.xml
index 255c34b..2c7d7ad 100644
--- a/src/changelog/2.13.2/LOG4J2-2824_Implement_requiresLocation_in_GelfLayout_to_reflect_whether.xml
+++ b/src/changelog/2.13.2/LOG4J2-2824_Implement_requiresLocation_in_GelfLayout_to_reflect_whether.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2824" link="https://issues.apache.org/jira/browse/LOG4J2-2824"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.13.3/.release.xml b/src/changelog/2.13.3/.release.xml
index c5d9635..f9e55c6 100644
--- a/src/changelog/2.13.3/.release.xml
+++ b/src/changelog/2.13.3/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2020-05-10"
          version="2.13.3"/>
diff --git a/src/changelog/2.13.3/LOG4J2-2838_Fix_NullPointerException_in_ThreadContextDataInjector.xml b/src/changelog/2.13.3/LOG4J2-2838_Fix_NullPointerException_in_ThreadContextDataInjector.xml
index 4e25d3d..962652a 100644
--- a/src/changelog/2.13.3/LOG4J2-2838_Fix_NullPointerException_in_ThreadContextDataInjector.xml
+++ b/src/changelog/2.13.3/LOG4J2-2838_Fix_NullPointerException_in_ThreadContextDataInjector.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2838" link="https://issues.apache.org/jira/browse/LOG4J2-2838"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/.release.xml b/src/changelog/2.14.0/.release.xml
index cc8afd5..8b6ece5 100644
--- a/src/changelog/2.14.0/.release.xml
+++ b/src/changelog/2.14.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2020-11-06"
          version="2.14.0"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2822_Javadoc_link_in_ThreadContext_description_was_incorrect.xml b/src/changelog/2.14.0/LOG4J2-2822_Javadoc_link_in_ThreadContext_description_was_incorrect.xml
index c40f81b..2e55550 100644
--- a/src/changelog/2.14.0/LOG4J2-2822_Javadoc_link_in_ThreadContext_description_was_incorrect.xml
+++ b/src/changelog/2.14.0/LOG4J2-2822_Javadoc_link_in_ThreadContext_description_was_incorrect.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2822" link="https://issues.apache.org/jira/browse/LOG4J2-2822"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2832_Correct_class_name_printed_in_error_message_in_RollingFileAp.xml b/src/changelog/2.14.0/LOG4J2-2832_Correct_class_name_printed_in_error_message_in_RollingFileAp.xml
index 74c3b93..2bfbd78 100644
--- a/src/changelog/2.14.0/LOG4J2-2832_Correct_class_name_printed_in_error_message_in_RollingFileAp.xml
+++ b/src/changelog/2.14.0/LOG4J2-2832_Correct_class_name_printed_in_error_message_in_RollingFileAp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2832" link="https://issues.apache.org/jira/browse/LOG4J2-2832"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2837_Disruptor_and_JUL_no_longer_recursively_start_the_AsyncLogge.xml b/src/changelog/2.14.0/LOG4J2-2837_Disruptor_and_JUL_no_longer_recursively_start_the_AsyncLogge.xml
index 464cf71..cb158d7 100644
--- a/src/changelog/2.14.0/LOG4J2-2837_Disruptor_and_JUL_no_longer_recursively_start_the_AsyncLogge.xml
+++ b/src/changelog/2.14.0/LOG4J2-2837_Disruptor_and_JUL_no_longer_recursively_start_the_AsyncLogge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2837" link="https://issues.apache.org/jira/browse/LOG4J2-2837"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2844_Null_pointer_exception_when_no_network_interfaces_are_availa.xml b/src/changelog/2.14.0/LOG4J2-2844_Null_pointer_exception_when_no_network_interfaces_are_availa.xml
index f0b434a..4dcbfa6 100644
--- a/src/changelog/2.14.0/LOG4J2-2844_Null_pointer_exception_when_no_network_interfaces_are_availa.xml
+++ b/src/changelog/2.14.0/LOG4J2-2844_Null_pointer_exception_when_no_network_interfaces_are_availa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2844" link="https://issues.apache.org/jira/browse/LOG4J2-2844"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2848_Create_module_log4j_mongodb4_to_use_new_major_version_4_Mong.xml b/src/changelog/2.14.0/LOG4J2-2848_Create_module_log4j_mongodb4_to_use_new_major_version_4_Mong.xml
index 7a640a5..2da8017 100644
--- a/src/changelog/2.14.0/LOG4J2-2848_Create_module_log4j_mongodb4_to_use_new_major_version_4_Mong.xml
+++ b/src/changelog/2.14.0/LOG4J2-2848_Create_module_log4j_mongodb4_to_use_new_major_version_4_Mong.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2848" link="https://issues.apache.org/jira/browse/LOG4J2-2848"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2851_Drop_log4j_mongodb2_module.xml b/src/changelog/2.14.0/LOG4J2-2851_Drop_log4j_mongodb2_module.xml
index 3e74e1f..0239555 100644
--- a/src/changelog/2.14.0/LOG4J2-2851_Drop_log4j_mongodb2_module.xml
+++ b/src/changelog/2.14.0/LOG4J2-2851_Drop_log4j_mongodb2_module.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="removed">
   <issue id="LOG4J2-2851" link="https://issues.apache.org/jira/browse/LOG4J2-2851"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2858_More_flexible_configuration_of_the_Disruptor_WaitStrategy.xml b/src/changelog/2.14.0/LOG4J2-2858_More_flexible_configuration_of_the_Disruptor_WaitStrategy.xml
index 9440c24..df91703 100644
--- a/src/changelog/2.14.0/LOG4J2-2858_More_flexible_configuration_of_the_Disruptor_WaitStrategy.xml
+++ b/src/changelog/2.14.0/LOG4J2-2858_More_flexible_configuration_of_the_Disruptor_WaitStrategy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2858" link="https://issues.apache.org/jira/browse/LOG4J2-2858"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2859_Fixed_typos_where_mergeFactory_should_be_mergeStrategy.xml b/src/changelog/2.14.0/LOG4J2-2859_Fixed_typos_where_mergeFactory_should_be_mergeStrategy.xml
index 50ef208..c36bf11 100644
--- a/src/changelog/2.14.0/LOG4J2-2859_Fixed_typos_where_mergeFactory_should_be_mergeStrategy.xml
+++ b/src/changelog/2.14.0/LOG4J2-2859_Fixed_typos_where_mergeFactory_should_be_mergeStrategy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2859" link="https://issues.apache.org/jira/browse/LOG4J2-2859"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2867_Obtain_ContextDataProviders_asynchronously.xml b/src/changelog/2.14.0/LOG4J2-2867_Obtain_ContextDataProviders_asynchronously.xml
index ee559de..f029081 100644
--- a/src/changelog/2.14.0/LOG4J2-2867_Obtain_ContextDataProviders_asynchronously.xml
+++ b/src/changelog/2.14.0/LOG4J2-2867_Obtain_ContextDataProviders_asynchronously.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2867" link="https://issues.apache.org/jira/browse/LOG4J2-2867"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2867_RingBufferLogEventTranslator_uses_a_static_ContextDataInject.xml b/src/changelog/2.14.0/LOG4J2-2867_RingBufferLogEventTranslator_uses_a_static_ContextDataInject.xml
index 35f4aa7..efd2403 100644
--- a/src/changelog/2.14.0/LOG4J2-2867_RingBufferLogEventTranslator_uses_a_static_ContextDataInject.xml
+++ b/src/changelog/2.14.0/LOG4J2-2867_RingBufferLogEventTranslator_uses_a_static_ContextDataInject.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2867" link="https://issues.apache.org/jira/browse/LOG4J2-2867"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2875_Rollover_was_failing_to_create_directories_when_using_a_Dire.xml b/src/changelog/2.14.0/LOG4J2-2875_Rollover_was_failing_to_create_directories_when_using_a_Dire.xml
index 2ba65f6..498c437 100644
--- a/src/changelog/2.14.0/LOG4J2-2875_Rollover_was_failing_to_create_directories_when_using_a_Dire.xml
+++ b/src/changelog/2.14.0/LOG4J2-2875_Rollover_was_failing_to_create_directories_when_using_a_Dire.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2875" link="https://issues.apache.org/jira/browse/LOG4J2-2875"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2877_Determine_the_container_id_to_obtain_container_and_image_inf.xml b/src/changelog/2.14.0/LOG4J2-2877_Determine_the_container_id_to_obtain_container_and_image_inf.xml
index b213bc6..fea3cee 100644
--- a/src/changelog/2.14.0/LOG4J2-2877_Determine_the_container_id_to_obtain_container_and_image_inf.xml
+++ b/src/changelog/2.14.0/LOG4J2-2877_Determine_the_container_id_to_obtain_container_and_image_inf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2877" link="https://issues.apache.org/jira/browse/LOG4J2-2877"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2880_Create_StackWalker_benchmark_Revert_back_to_StackWalker_wal.xml b/src/changelog/2.14.0/LOG4J2-2880_Create_StackWalker_benchmark_Revert_back_to_StackWalker_wal.xml
index 9405516..70cb670 100644
--- a/src/changelog/2.14.0/LOG4J2-2880_Create_StackWalker_benchmark_Revert_back_to_StackWalker_wal.xml
+++ b/src/changelog/2.14.0/LOG4J2-2880_Create_StackWalker_benchmark_Revert_back_to_StackWalker_wal.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2880" link="https://issues.apache.org/jira/browse/LOG4J2-2880"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2882_Support_java_util_logging_filters_when_using_that_API.xml b/src/changelog/2.14.0/LOG4J2-2882_Support_java_util_logging_filters_when_using_that_API.xml
index f6eb552..eea0609 100644
--- a/src/changelog/2.14.0/LOG4J2-2882_Support_java_util_logging_filters_when_using_that_API.xml
+++ b/src/changelog/2.14.0/LOG4J2-2882_Support_java_util_logging_filters_when_using_that_API.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2882" link="https://issues.apache.org/jira/browse/LOG4J2-2882"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2883_When_using_DirectFileRolloverStrategy_the_file_pattern_was_n.xml b/src/changelog/2.14.0/LOG4J2-2883_When_using_DirectFileRolloverStrategy_the_file_pattern_was_n.xml
index cd38c62..01c567e 100644
--- a/src/changelog/2.14.0/LOG4J2-2883_When_using_DirectFileRolloverStrategy_the_file_pattern_was_n.xml
+++ b/src/changelog/2.14.0/LOG4J2-2883_When_using_DirectFileRolloverStrategy_the_file_pattern_was_n.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2883" link="https://issues.apache.org/jira/browse/LOG4J2-2883"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2889_Add_date_pattern_support_for_HTML_layout.xml b/src/changelog/2.14.0/LOG4J2-2889_Add_date_pattern_support_for_HTML_layout.xml
index 2d9eff1..aad2a09 100644
--- a/src/changelog/2.14.0/LOG4J2-2889_Add_date_pattern_support_for_HTML_layout.xml
+++ b/src/changelog/2.14.0/LOG4J2-2889_Add_date_pattern_support_for_HTML_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2889" link="https://issues.apache.org/jira/browse/LOG4J2-2889"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2892_Allow_GelfLayout_to_produce_newline_delimited_events.xml b/src/changelog/2.14.0/LOG4J2-2892_Allow_GelfLayout_to_produce_newline_delimited_events.xml
index 584c7c0..78f6f2e 100644
--- a/src/changelog/2.14.0/LOG4J2-2892_Allow_GelfLayout_to_produce_newline_delimited_events.xml
+++ b/src/changelog/2.14.0/LOG4J2-2892_Allow_GelfLayout_to_produce_newline_delimited_events.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2892" link="https://issues.apache.org/jira/browse/LOG4J2-2892"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2894_Fix_spelling_error_in_log_message.xml b/src/changelog/2.14.0/LOG4J2-2894_Fix_spelling_error_in_log_message.xml
index fca9bca..b8c553b 100644
--- a/src/changelog/2.14.0/LOG4J2-2894_Fix_spelling_error_in_log_message.xml
+++ b/src/changelog/2.14.0/LOG4J2-2894_Fix_spelling_error_in_log_message.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2894" link="https://issues.apache.org/jira/browse/LOG4J2-2894"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2895_Fix_potential_deadlock_in_asynchronous_logging_by_avoiding_b.xml b/src/changelog/2.14.0/LOG4J2-2895_Fix_potential_deadlock_in_asynchronous_logging_by_avoiding_b.xml
index 300962a..b36f9ed 100644
--- a/src/changelog/2.14.0/LOG4J2-2895_Fix_potential_deadlock_in_asynchronous_logging_by_avoiding_b.xml
+++ b/src/changelog/2.14.0/LOG4J2-2895_Fix_potential_deadlock_in_asynchronous_logging_by_avoiding_b.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2895" link="https://issues.apache.org/jira/browse/LOG4J2-2895"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2898_Avoid_initializing_volatile_fields_with_default_values.xml b/src/changelog/2.14.0/LOG4J2-2898_Avoid_initializing_volatile_fields_with_default_values.xml
index c05d464..564e609 100644
--- a/src/changelog/2.14.0/LOG4J2-2898_Avoid_initializing_volatile_fields_with_default_values.xml
+++ b/src/changelog/2.14.0/LOG4J2-2898_Avoid_initializing_volatile_fields_with_default_values.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2898" link="https://issues.apache.org/jira/browse/LOG4J2-2898"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2899_Fix_log4j_1_2_api_LogEventWrapper_threadId_and_priority_acce.xml b/src/changelog/2.14.0/LOG4J2-2899_Fix_log4j_1_2_api_LogEventWrapper_threadId_and_priority_acce.xml
index e026769..ebdf8ab 100644
--- a/src/changelog/2.14.0/LOG4J2-2899_Fix_log4j_1_2_api_LogEventWrapper_threadId_and_priority_acce.xml
+++ b/src/changelog/2.14.0/LOG4J2-2899_Fix_log4j_1_2_api_LogEventWrapper_threadId_and_priority_acce.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2899" link="https://issues.apache.org/jira/browse/LOG4J2-2899"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2901_Missing_configuration_files_should_be_ignored_when_creating.xml b/src/changelog/2.14.0/LOG4J2-2901_Missing_configuration_files_should_be_ignored_when_creating.xml
index 4f4dee4..9f73c99 100644
--- a/src/changelog/2.14.0/LOG4J2-2901_Missing_configuration_files_should_be_ignored_when_creating.xml
+++ b/src/changelog/2.14.0/LOG4J2-2901_Missing_configuration_files_should_be_ignored_when_creating.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2901" link="https://issues.apache.org/jira/browse/LOG4J2-2901"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2906_Fix_UnsupportedOperationException_when_initializing_the_Log4.xml b/src/changelog/2.14.0/LOG4J2-2906_Fix_UnsupportedOperationException_when_initializing_the_Log4.xml
index fd12236..c82e3b1 100644
--- a/src/changelog/2.14.0/LOG4J2-2906_Fix_UnsupportedOperationException_when_initializing_the_Log4.xml
+++ b/src/changelog/2.14.0/LOG4J2-2906_Fix_UnsupportedOperationException_when_initializing_the_Log4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2906" link="https://issues.apache.org/jira/browse/LOG4J2-2906"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2908_Move_Spring_Lookup_and_Spring_PropertySource_to_its_own_modu.xml b/src/changelog/2.14.0/LOG4J2-2908_Move_Spring_Lookup_and_Spring_PropertySource_to_its_own_modu.xml
index b0d4c9f..4d50c90 100644
--- a/src/changelog/2.14.0/LOG4J2-2908_Move_Spring_Lookup_and_Spring_PropertySource_to_its_own_modu.xml
+++ b/src/changelog/2.14.0/LOG4J2-2908_Move_Spring_Lookup_and_Spring_PropertySource_to_its_own_modu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2908" link="https://issues.apache.org/jira/browse/LOG4J2-2908"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2910_Log4j_web_should_now_store_the_servlet_context_as_a_map_entr.xml b/src/changelog/2.14.0/LOG4J2-2910_Log4j_web_should_now_store_the_servlet_context_as_a_map_entr.xml
index 7f4855b..a8f9d7f 100644
--- a/src/changelog/2.14.0/LOG4J2-2910_Log4j_web_should_now_store_the_servlet_context_as_a_map_entr.xml
+++ b/src/changelog/2.14.0/LOG4J2-2910_Log4j_web_should_now_store_the_servlet_context_as_a_map_entr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2910" link="https://issues.apache.org/jira/browse/LOG4J2-2910"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2911_Log4j2EventListener_in_spring_cloud_config_client_listens_fo.xml b/src/changelog/2.14.0/LOG4J2-2911_Log4j2EventListener_in_spring_cloud_config_client_listens_fo.xml
index 989a353..10afc6d 100644
--- a/src/changelog/2.14.0/LOG4J2-2911_Log4j2EventListener_in_spring_cloud_config_client_listens_fo.xml
+++ b/src/changelog/2.14.0/LOG4J2-2911_Log4j2EventListener_in_spring_cloud_config_client_listens_fo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2911" link="https://issues.apache.org/jira/browse/LOG4J2-2911"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2919_Call_ReliabilityStrategy_s_beforeStopAppenders_method_befo.xml b/src/changelog/2.14.0/LOG4J2-2919_Call_ReliabilityStrategy_s_beforeStopAppenders_method_befo.xml
index 67d754f..a773680 100644
--- a/src/changelog/2.14.0/LOG4J2-2919_Call_ReliabilityStrategy_s_beforeStopAppenders_method_befo.xml
+++ b/src/changelog/2.14.0/LOG4J2-2919_Call_ReliabilityStrategy_s_beforeStopAppenders_method_befo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2919" link="https://issues.apache.org/jira/browse/LOG4J2-2919"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2925_Fix_broken_link_in_FAQ.xml b/src/changelog/2.14.0/LOG4J2-2925_Fix_broken_link_in_FAQ.xml
index d7ec923..ea431d7 100644
--- a/src/changelog/2.14.0/LOG4J2-2925_Fix_broken_link_in_FAQ.xml
+++ b/src/changelog/2.14.0/LOG4J2-2925_Fix_broken_link_in_FAQ.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2925" link="https://issues.apache.org/jira/browse/LOG4J2-2925"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2939_Fix_NPE_in_MDCContextMap_on_contains_and_isEmpty_invocat.xml b/src/changelog/2.14.0/LOG4J2-2939_Fix_NPE_in_MDCContextMap_on_contains_and_isEmpty_invocat.xml
index 89627a8..4167971 100644
--- a/src/changelog/2.14.0/LOG4J2-2939_Fix_NPE_in_MDCContextMap_on_contains_and_isEmpty_invocat.xml
+++ b/src/changelog/2.14.0/LOG4J2-2939_Fix_NPE_in_MDCContextMap_on_contains_and_isEmpty_invocat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2939" link="https://issues.apache.org/jira/browse/LOG4J2-2939"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2954_Prevent_premature_garbage_collection_of_shutdown_hooks_in_De.xml b/src/changelog/2.14.0/LOG4J2-2954_Prevent_premature_garbage_collection_of_shutdown_hooks_in_De.xml
index 83464b1..620e046 100644
--- a/src/changelog/2.14.0/LOG4J2-2954_Prevent_premature_garbage_collection_of_shutdown_hooks_in_De.xml
+++ b/src/changelog/2.14.0/LOG4J2-2954_Prevent_premature_garbage_collection_of_shutdown_hooks_in_De.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2954" link="https://issues.apache.org/jira/browse/LOG4J2-2954"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.0/LOG4J2-2957_Add_JsonTemplateLayout.xml b/src/changelog/2.14.0/LOG4J2-2957_Add_JsonTemplateLayout.xml
index 824ff88..a257f3c 100644
--- a/src/changelog/2.14.0/LOG4J2-2957_Add_JsonTemplateLayout.xml
+++ b/src/changelog/2.14.0/LOG4J2-2957_Add_JsonTemplateLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2957" link="https://issues.apache.org/jira/browse/LOG4J2-2957"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.0/Update_MongoDB_tests_to_require_Java_8_unconditionally_now_t.xml b/src/changelog/2.14.0/Update_MongoDB_tests_to_require_Java_8_unconditionally_now_t.xml
index 2782370..f3651bf 100644
--- a/src/changelog/2.14.0/Update_MongoDB_tests_to_require_Java_8_unconditionally_now_t.xml
+++ b/src/changelog/2.14.0/Update_MongoDB_tests_to_require_Java_8_unconditionally_now_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update MongoDB tests to require Java 8 unconditionally now that Log4j requires Java 8.</description>
diff --git a/src/changelog/2.14.0/Update_com_fasterxml_jackson_2_10_2_2_11_0.xml b/src/changelog/2.14.0/Update_com_fasterxml_jackson_2_10_2_2_11_0.xml
index 4bb01ff..946b714 100644
--- a/src/changelog/2.14.0/Update_com_fasterxml_jackson_2_10_2_2_11_0.xml
+++ b/src/changelog/2.14.0/Update_com_fasterxml_jackson_2_10_2_2_11_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update com.fasterxml.jackson.* 2.10.2 -&gt; 2.11.0.</description>
diff --git a/src/changelog/2.14.0/Update_jackson_2_11_0_2_11_2.xml b/src/changelog/2.14.0/Update_jackson_2_11_0_2_11_2.xml
index ee26b2f..35434df 100644
--- a/src/changelog/2.14.0/Update_jackson_2_11_0_2_11_2.xml
+++ b/src/changelog/2.14.0/Update_jackson_2_11_0_2_11_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update jackson 2.11.0 -&gt; 2.11.2.</description>
diff --git a/src/changelog/2.14.0/Update_mongodb3_version_from_3_12_1_to_3_12_6.xml b/src/changelog/2.14.0/Update_mongodb3_version_from_3_12_1_to_3_12_6.xml
index 4811736..7371885 100644
--- a/src/changelog/2.14.0/Update_mongodb3_version_from_3_12_1_to_3_12_6.xml
+++ b/src/changelog/2.14.0/Update_mongodb3_version_from_3_12_1_to_3_12_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update mongodb3.version from 3.12.1 to 3.12.6.</description>
diff --git a/src/changelog/2.14.0/Update_org_apache_activemq_activemq_broker_5_15_11_5_16_0.xml b/src/changelog/2.14.0/Update_org_apache_activemq_activemq_broker_5_15_11_5_16_0.xml
index 7e5bc3d..e6c5dc5 100644
--- a/src/changelog/2.14.0/Update_org_apache_activemq_activemq_broker_5_15_11_5_16_0.xml
+++ b/src/changelog/2.14.0/Update_org_apache_activemq_activemq_broker_5_15_11_5_16_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.activemq:activemq-broker 5.15.11 -&gt; 5.16.0.</description>
diff --git a/src/changelog/2.14.0/Update_org_apache_commons_commons_compress_1_19_1_20.xml b/src/changelog/2.14.0/Update_org_apache_commons_commons_compress_1_19_1_20.xml
index 2ed931d..b611601 100644
--- a/src/changelog/2.14.0/Update_org_apache_commons_commons_compress_1_19_1_20.xml
+++ b/src/changelog/2.14.0/Update_org_apache_commons_commons_compress_1_19_1_20.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.commons:commons-compress 1.19 -&gt; 1.20.</description>
diff --git a/src/changelog/2.14.0/Update_org_apache_commons_commons_csv_1_7_1_8.xml b/src/changelog/2.14.0/Update_org_apache_commons_commons_csv_1_7_1_8.xml
index f8c45ff..b48c758 100644
--- a/src/changelog/2.14.0/Update_org_apache_commons_commons_csv_1_7_1_8.xml
+++ b/src/changelog/2.14.0/Update_org_apache_commons_commons_csv_1_7_1_8.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.commons:commons-csv 1.7 -&gt; 1.8.</description>
diff --git a/src/changelog/2.14.0/Update_org_apache_commons_commons_lang3_3_9_3_10.xml b/src/changelog/2.14.0/Update_org_apache_commons_commons_lang3_3_9_3_10.xml
index cf25bc7..d48edfe 100644
--- a/src/changelog/2.14.0/Update_org_apache_commons_commons_lang3_3_9_3_10.xml
+++ b/src/changelog/2.14.0/Update_org_apache_commons_commons_lang3_3_9_3_10.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.commons:commons-lang3 3.9 -&gt; 3.10.</description>
diff --git a/src/changelog/2.14.0/Update_org_codehaus_groovy_2_5_6_3_0_5.xml b/src/changelog/2.14.0/Update_org_codehaus_groovy_2_5_6_3_0_5.xml
index cac55b2..6c29aa8 100644
--- a/src/changelog/2.14.0/Update_org_codehaus_groovy_2_5_6_3_0_5.xml
+++ b/src/changelog/2.14.0/Update_org_codehaus_groovy_2_5_6_3_0_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.codehaus.groovy:* 2.5.6 -&gt; 3.0.5.</description>
diff --git a/src/changelog/2.14.0/Update_tests_commons_io_commons_io_2_6_2_7.xml b/src/changelog/2.14.0/Update_tests_commons_io_commons_io_2_6_2_7.xml
index ce2c37e..e1dbc12 100644
--- a/src/changelog/2.14.0/Update_tests_commons_io_commons_io_2_6_2_7.xml
+++ b/src/changelog/2.14.0/Update_tests_commons_io_commons_io_2_6_2_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update tests commons-io:commons-io 2.6 -&gt; 2.7.</description>
diff --git a/src/changelog/2.14.0/Update_tests_hsqldb_2_5_0_2_5_1.xml b/src/changelog/2.14.0/Update_tests_hsqldb_2_5_0_2_5_1.xml
index e7c95b0..80c538a 100644
--- a/src/changelog/2.14.0/Update_tests_hsqldb_2_5_0_2_5_1.xml
+++ b/src/changelog/2.14.0/Update_tests_hsqldb_2_5_0_2_5_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update tests hsqldb 2.5.0 -&gt; 2.5.1.</description>
diff --git a/src/changelog/2.14.0/Update_tests_junit_junit_4_12_4_13.xml b/src/changelog/2.14.0/Update_tests_junit_junit_4_12_4_13.xml
index 5640be6..0a50bd8 100644
--- a/src/changelog/2.14.0/Update_tests_junit_junit_4_12_4_13.xml
+++ b/src/changelog/2.14.0/Update_tests_junit_junit_4_12_4_13.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update tests junit:junit 4.12 -&gt; 4.13.</description>
diff --git a/src/changelog/2.14.1/.release.xml b/src/changelog/2.14.1/.release.xml
index b1d1bb2..4ffcab6 100644
--- a/src/changelog/2.14.1/.release.xml
+++ b/src/changelog/2.14.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2021-03-06"
          version="2.14.1"/>
diff --git a/src/changelog/2.14.1/LOG4J2-1606_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml b/src/changelog/2.14.1/LOG4J2-1606_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml
index db733e5..114995d 100644
--- a/src/changelog/2.14.1/LOG4J2-1606_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml
+++ b/src/changelog/2.14.1/LOG4J2-1606_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1606" link="https://issues.apache.org/jira/browse/LOG4J2-1606"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2624_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml b/src/changelog/2.14.1/LOG4J2-2624_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml
index a4d04aa..83e0839 100644
--- a/src/changelog/2.14.1/LOG4J2-2624_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml
+++ b/src/changelog/2.14.1/LOG4J2-2624_Allow_auto_shutdown_of_log4j_in_log4j_web_to_be_turned_off_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2624" link="https://issues.apache.org/jira/browse/LOG4J2-2624"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2893_Allow_reconfiguration_when_Log4j_1_configuration_files_are_u.xml b/src/changelog/2.14.1/LOG4J2-2893_Allow_reconfiguration_when_Log4j_1_configuration_files_are_u.xml
index 75c894c..b584221 100644
--- a/src/changelog/2.14.1/LOG4J2-2893_Allow_reconfiguration_when_Log4j_1_configuration_files_are_u.xml
+++ b/src/changelog/2.14.1/LOG4J2-2893_Allow_reconfiguration_when_Log4j_1_configuration_files_are_u.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2893" link="https://issues.apache.org/jira/browse/LOG4J2-2893"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2916_Avoid_redundant_Kafka_producer_instantiation_causing_thread.xml b/src/changelog/2.14.1/LOG4J2-2916_Avoid_redundant_Kafka_producer_instantiation_causing_thread.xml
index 87dfb5d..9b51cd4 100644
--- a/src/changelog/2.14.1/LOG4J2-2916_Avoid_redundant_Kafka_producer_instantiation_causing_thread.xml
+++ b/src/changelog/2.14.1/LOG4J2-2916_Avoid_redundant_Kafka_producer_instantiation_causing_thread.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2916" link="https://issues.apache.org/jira/browse/LOG4J2-2916"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2923_Add_Rollover_Listener_to_aid_in_unit_test_validation.xml b/src/changelog/2.14.1/LOG4J2-2923_Add_Rollover_Listener_to_aid_in_unit_test_validation.xml
index a16477a..0db05c1 100644
--- a/src/changelog/2.14.1/LOG4J2-2923_Add_Rollover_Listener_to_aid_in_unit_test_validation.xml
+++ b/src/changelog/2.14.1/LOG4J2-2923_Add_Rollover_Listener_to_aid_in_unit_test_validation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2923" link="https://issues.apache.org/jira/browse/LOG4J2-2923"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2947_Document_that_LogBuilder_default_methods_do_nothing.xml b/src/changelog/2.14.1/LOG4J2-2947_Document_that_LogBuilder_default_methods_do_nothing.xml
index e59e2ec..e3b23d9 100644
--- a/src/changelog/2.14.1/LOG4J2-2947_Document_that_LogBuilder_default_methods_do_nothing.xml
+++ b/src/changelog/2.14.1/LOG4J2-2947_Document_that_LogBuilder_default_methods_do_nothing.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2947" link="https://issues.apache.org/jira/browse/LOG4J2-2947"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2948_Replace_HashSet_with_IdentityHashMap_in_ParameterFormatter_t.xml b/src/changelog/2.14.1/LOG4J2-2948_Replace_HashSet_with_IdentityHashMap_in_ParameterFormatter_t.xml
index 07ffb0a..5399624 100644
--- a/src/changelog/2.14.1/LOG4J2-2948_Replace_HashSet_with_IdentityHashMap_in_ParameterFormatter_t.xml
+++ b/src/changelog/2.14.1/LOG4J2-2948_Replace_HashSet_with_IdentityHashMap_in_ParameterFormatter_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2948" link="https://issues.apache.org/jira/browse/LOG4J2-2948"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2961_Fix_reading_of_JsonTemplateLayout_event_additional_fields_fr.xml b/src/changelog/2.14.1/LOG4J2-2961_Fix_reading_of_JsonTemplateLayout_event_additional_fields_fr.xml
index 3df88ae..5de6f65 100644
--- a/src/changelog/2.14.1/LOG4J2-2961_Fix_reading_of_JsonTemplateLayout_event_additional_fields_fr.xml
+++ b/src/changelog/2.14.1/LOG4J2-2961_Fix_reading_of_JsonTemplateLayout_event_additional_fields_fr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2961" link="https://issues.apache.org/jira/browse/LOG4J2-2961"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2962_Enrich_map_resolver_by_unifying_its_backend_with_mdc_res.xml b/src/changelog/2.14.1/LOG4J2-2962_Enrich_map_resolver_by_unifying_its_backend_with_mdc_res.xml
index e8973e5..5536a40 100644
--- a/src/changelog/2.14.1/LOG4J2-2962_Enrich_map_resolver_by_unifying_its_backend_with_mdc_res.xml
+++ b/src/changelog/2.14.1/LOG4J2-2962_Enrich_map_resolver_by_unifying_its_backend_with_mdc_res.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2962" link="https://issues.apache.org/jira/browse/LOG4J2-2962"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2964_Merge_packages_from_several_Configurations_in_Composite_Conf.xml b/src/changelog/2.14.1/LOG4J2-2964_Merge_packages_from_several_Configurations_in_Composite_Conf.xml
index 32c56a3..e297b66 100644
--- a/src/changelog/2.14.1/LOG4J2-2964_Merge_packages_from_several_Configurations_in_Composite_Conf.xml
+++ b/src/changelog/2.14.1/LOG4J2-2964_Merge_packages_from_several_Configurations_in_Composite_Conf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2964" link="https://issues.apache.org/jira/browse/LOG4J2-2964"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2967_Fix_JsonTemplateLayout_index_based_parameter_resolution_when.xml b/src/changelog/2.14.1/LOG4J2-2967_Fix_JsonTemplateLayout_index_based_parameter_resolution_when.xml
index 8483426..52df002 100644
--- a/src/changelog/2.14.1/LOG4J2-2967_Fix_JsonTemplateLayout_index_based_parameter_resolution_when.xml
+++ b/src/changelog/2.14.1/LOG4J2-2967_Fix_JsonTemplateLayout_index_based_parameter_resolution_when.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2967" link="https://issues.apache.org/jira/browse/LOG4J2-2967"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2972_Refactor_AsyncAppender_and_AppenderControl_for_handling_of_T.xml b/src/changelog/2.14.1/LOG4J2-2972_Refactor_AsyncAppender_and_AppenderControl_for_handling_of_T.xml
index 0e278a8..3581f8e 100644
--- a/src/changelog/2.14.1/LOG4J2-2972_Refactor_AsyncAppender_and_AppenderControl_for_handling_of_T.xml
+++ b/src/changelog/2.14.1/LOG4J2-2972_Refactor_AsyncAppender_and_AppenderControl_for_handling_of_T.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2972" link="https://issues.apache.org/jira/browse/LOG4J2-2972"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2973_Rename_EventTemplateAdditionalField_type_conflicting_with_p.xml b/src/changelog/2.14.1/LOG4J2-2973_Rename_EventTemplateAdditionalField_type_conflicting_with_p.xml
index 3da37ad..bfc68fe 100644
--- a/src/changelog/2.14.1/LOG4J2-2973_Rename_EventTemplateAdditionalField_type_conflicting_with_p.xml
+++ b/src/changelog/2.14.1/LOG4J2-2973_Rename_EventTemplateAdditionalField_type_conflicting_with_p.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2973" link="https://issues.apache.org/jira/browse/LOG4J2-2973"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2974_Log4j_would_fail_to_initialize_in_Java_8_with_log4j_spring_b.xml b/src/changelog/2.14.1/LOG4J2-2974_Log4j_would_fail_to_initialize_in_Java_8_with_log4j_spring_b.xml
index 9a30318..ff22910 100644
--- a/src/changelog/2.14.1/LOG4J2-2974_Log4j_would_fail_to_initialize_in_Java_8_with_log4j_spring_b.xml
+++ b/src/changelog/2.14.1/LOG4J2-2974_Log4j_would_fail_to_initialize_in_Java_8_with_log4j_spring_b.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2974" link="https://issues.apache.org/jira/browse/LOG4J2-2974"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2976_JdbcAppender_composes_an_incorrect_INSERT_statement_without.xml b/src/changelog/2.14.1/LOG4J2-2976_JdbcAppender_composes_an_incorrect_INSERT_statement_without.xml
index da87344..8277e26 100644
--- a/src/changelog/2.14.1/LOG4J2-2976_JdbcAppender_composes_an_incorrect_INSERT_statement_without.xml
+++ b/src/changelog/2.14.1/LOG4J2-2976_JdbcAppender_composes_an_incorrect_INSERT_statement_without.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2976" link="https://issues.apache.org/jira/browse/LOG4J2-2976"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2977_Replace_outdated_PatternLayout_createLayout_calls_in_docs.xml b/src/changelog/2.14.1/LOG4J2-2977_Replace_outdated_PatternLayout_createLayout_calls_in_docs.xml
index f97464f..6eb2d13 100644
--- a/src/changelog/2.14.1/LOG4J2-2977_Replace_outdated_PatternLayout_createLayout_calls_in_docs.xml
+++ b/src/changelog/2.14.1/LOG4J2-2977_Replace_outdated_PatternLayout_createLayout_calls_in_docs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2977" link="https://issues.apache.org/jira/browse/LOG4J2-2977"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2981_OnStartupTriggeringPolicy_would_fail_to_cause_the_file_to_ro.xml b/src/changelog/2.14.1/LOG4J2-2981_OnStartupTriggeringPolicy_would_fail_to_cause_the_file_to_ro.xml
index 9ab022f..e0998c0 100644
--- a/src/changelog/2.14.1/LOG4J2-2981_OnStartupTriggeringPolicy_would_fail_to_cause_the_file_to_ro.xml
+++ b/src/changelog/2.14.1/LOG4J2-2981_OnStartupTriggeringPolicy_would_fail_to_cause_the_file_to_ro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2981" link="https://issues.apache.org/jira/browse/LOG4J2-2981"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2985_Add_eventTemplateRootObjectKey_parameter_to_JsonTemplateLayo.xml b/src/changelog/2.14.1/LOG4J2-2985_Add_eventTemplateRootObjectKey_parameter_to_JsonTemplateLayo.xml
index 4476727..3b15c54 100644
--- a/src/changelog/2.14.1/LOG4J2-2985_Add_eventTemplateRootObjectKey_parameter_to_JsonTemplateLayo.xml
+++ b/src/changelog/2.14.1/LOG4J2-2985_Add_eventTemplateRootObjectKey_parameter_to_JsonTemplateLayo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2985" link="https://issues.apache.org/jira/browse/LOG4J2-2985"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2990_Reduce_garbage_by_using_putAll_when_copying_the_ThreadContex.xml b/src/changelog/2.14.1/LOG4J2-2990_Reduce_garbage_by_using_putAll_when_copying_the_ThreadContex.xml
index 2905337..ed7616e 100644
--- a/src/changelog/2.14.1/LOG4J2-2990_Reduce_garbage_by_using_putAll_when_copying_the_ThreadContex.xml
+++ b/src/changelog/2.14.1/LOG4J2-2990_Reduce_garbage_by_using_putAll_when_copying_the_ThreadContex.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2990" link="https://issues.apache.org/jira/browse/LOG4J2-2990"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2993_Support_stack_trace_truncation_in_JsonTemplateLayout.xml b/src/changelog/2.14.1/LOG4J2-2993_Support_stack_trace_truncation_in_JsonTemplateLayout.xml
index 4700dd4..b772b32 100644
--- a/src/changelog/2.14.1/LOG4J2-2993_Support_stack_trace_truncation_in_JsonTemplateLayout.xml
+++ b/src/changelog/2.14.1/LOG4J2-2993_Support_stack_trace_truncation_in_JsonTemplateLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2993" link="https://issues.apache.org/jira/browse/LOG4J2-2993"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2998_Fix_truncation_of_excessive_strings_ending_with_a_high_surro.xml b/src/changelog/2.14.1/LOG4J2-2998_Fix_truncation_of_excessive_strings_ending_with_a_high_surro.xml
index f3d805a..0d470d0 100644
--- a/src/changelog/2.14.1/LOG4J2-2998_Fix_truncation_of_excessive_strings_ending_with_a_high_surro.xml
+++ b/src/changelog/2.14.1/LOG4J2-2998_Fix_truncation_of_excessive_strings_ending_with_a_high_surro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2998" link="https://issues.apache.org/jira/browse/LOG4J2-2998"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-2999_Replace_JsonTemplateLayout_resolver_configurations_table_in.xml b/src/changelog/2.14.1/LOG4J2-2999_Replace_JsonTemplateLayout_resolver_configurations_table_in.xml
index b613cf9..58822f3 100644
--- a/src/changelog/2.14.1/LOG4J2-2999_Replace_JsonTemplateLayout_resolver_configurations_table_in.xml
+++ b/src/changelog/2.14.1/LOG4J2-2999_Replace_JsonTemplateLayout_resolver_configurations_table_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2999" link="https://issues.apache.org/jira/browse/LOG4J2-2999"/>
   <author id="vy"/>
diff --git a/src/changelog/2.14.1/LOG4J2-3006_Directly_create_a_thread_instead_of_using_the_common_ForkJoi.xml b/src/changelog/2.14.1/LOG4J2-3006_Directly_create_a_thread_instead_of_using_the_common_ForkJoi.xml
index 4dda595..69aca2b 100644
--- a/src/changelog/2.14.1/LOG4J2-3006_Directly_create_a_thread_instead_of_using_the_common_ForkJoi.xml
+++ b/src/changelog/2.14.1/LOG4J2-3006_Directly_create_a_thread_instead_of_using_the_common_ForkJoi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3006" link="https://issues.apache.org/jira/browse/LOG4J2-3006"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-3014_Log4j1ConfigurationConverter_on_Windows_produces_at_end.xml b/src/changelog/2.14.1/LOG4J2-3014_Log4j1ConfigurationConverter_on_Windows_produces_at_end.xml
index 31c05ec..e5067ed 100644
--- a/src/changelog/2.14.1/LOG4J2-3014_Log4j1ConfigurationConverter_on_Windows_produces_at_end.xml
+++ b/src/changelog/2.14.1/LOG4J2-3014_Log4j1ConfigurationConverter_on_Windows_produces_at_end.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3014" link="https://issues.apache.org/jira/browse/LOG4J2-3014"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.14.1/LOG4J2-3028_OutputStreamManager_flushBuffer_always_resets_the_buffer_pr.xml b/src/changelog/2.14.1/LOG4J2-3028_OutputStreamManager_flushBuffer_always_resets_the_buffer_pr.xml
index c9eb72a..1bdd19b 100644
--- a/src/changelog/2.14.1/LOG4J2-3028_OutputStreamManager_flushBuffer_always_resets_the_buffer_pr.xml
+++ b/src/changelog/2.14.1/LOG4J2-3028_OutputStreamManager_flushBuffer_always_resets_the_buffer_pr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3028" link="https://issues.apache.org/jira/browse/LOG4J2-3028"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.14.1/LOG4J2-3033_Add_log_method_with_no_parameters_i_e_it_has_an_empty_mes.xml b/src/changelog/2.14.1/LOG4J2-3033_Add_log_method_with_no_parameters_i_e_it_has_an_empty_mes.xml
index b90545f..8c7dc9b 100644
--- a/src/changelog/2.14.1/LOG4J2-3033_Add_log_method_with_no_parameters_i_e_it_has_an_empty_mes.xml
+++ b/src/changelog/2.14.1/LOG4J2-3033_Add_log_method_with_no_parameters_i_e_it_has_an_empty_mes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3033" link="https://issues.apache.org/jira/browse/LOG4J2-3033"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.14.1/LOG4J2-3131_Attempting_to_call_getExtendedStackTraceAsString_after_des.xml b/src/changelog/2.14.1/LOG4J2-3131_Attempting_to_call_getExtendedStackTraceAsString_after_des.xml
index 071991d..362e591 100644
--- a/src/changelog/2.14.1/LOG4J2-3131_Attempting_to_call_getExtendedStackTraceAsString_after_des.xml
+++ b/src/changelog/2.14.1/LOG4J2-3131_Attempting_to_call_getExtendedStackTraceAsString_after_des.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3131" link="https://issues.apache.org/jira/browse/LOG4J2-3131"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.14.1/LOG4J2-3131_NoGcLayout_allocates_empty_bytes_arrays_for_its_header_and_f.xml b/src/changelog/2.14.1/LOG4J2-3131_NoGcLayout_allocates_empty_bytes_arrays_for_its_header_and_f.xml
index f1e4db4..c3a8241 100644
--- a/src/changelog/2.14.1/LOG4J2-3131_NoGcLayout_allocates_empty_bytes_arrays_for_its_header_and_f.xml
+++ b/src/changelog/2.14.1/LOG4J2-3131_NoGcLayout_allocates_empty_bytes_arrays_for_its_header_and_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3131" link="https://issues.apache.org/jira/browse/LOG4J2-3131"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.14.1/Update_JSON_Unit_2_21_0_2_22_0.xml b/src/changelog/2.14.1/Update_JSON_Unit_2_21_0_2_22_0.xml
index 3ce2cd0..37b0a13 100644
--- a/src/changelog/2.14.1/Update_JSON_Unit_2_21_0_2_22_0.xml
+++ b/src/changelog/2.14.1/Update_JSON_Unit_2_21_0_2_22_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update JSON Unit 2.21.0 -&gt; 2.22.0.</description>
diff --git a/src/changelog/2.14.1/Update_JaCoCo_0_8_3_0_8_6.xml b/src/changelog/2.14.1/Update_JaCoCo_0_8_3_0_8_6.xml
index cc65843..4c432f4 100644
--- a/src/changelog/2.14.1/Update_JaCoCo_0_8_3_0_8_6.xml
+++ b/src/changelog/2.14.1/Update_JaCoCo_0_8_3_0_8_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update JaCoCo 0.8.3 -&gt; 0.8.6.</description>
diff --git a/src/changelog/2.14.1/Update_Mockito_3_6_0_3_7_0.xml b/src/changelog/2.14.1/Update_Mockito_3_6_0_3_7_0.xml
index 8a3d98d..91b1e3b 100644
--- a/src/changelog/2.14.1/Update_Mockito_3_6_0_3_7_0.xml
+++ b/src/changelog/2.14.1/Update_Mockito_3_6_0_3_7_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update Mockito 3.6.0 -&gt; 3.7.0.</description>
diff --git a/src/changelog/2.14.1/Update_MongoDB_3_plugin_org_mongodb_mongodb_driver_3_12_6.xml b/src/changelog/2.14.1/Update_MongoDB_3_plugin_org_mongodb_mongodb_driver_3_12_6.xml
index 70b5d8e..9c10c55 100644
--- a/src/changelog/2.14.1/Update_MongoDB_3_plugin_org_mongodb_mongodb_driver_3_12_6.xml
+++ b/src/changelog/2.14.1/Update_MongoDB_3_plugin_org_mongodb_mongodb_driver_3_12_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update MongoDB 3 plugin: org.mongodb:mongodb-driver 3.12.6 -&gt; 3.12.7.</description>
diff --git a/src/changelog/2.14.1/Update_MongoDB_4_plugin_org_mongodb_4_1_0_4_1_1.xml b/src/changelog/2.14.1/Update_MongoDB_4_plugin_org_mongodb_4_1_0_4_1_1.xml
index 17b14a4..73efdca 100644
--- a/src/changelog/2.14.1/Update_MongoDB_4_plugin_org_mongodb_4_1_0_4_1_1.xml
+++ b/src/changelog/2.14.1/Update_MongoDB_4_plugin_org_mongodb_4_1_0_4_1_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update MongoDB 4 plugin: org.mongodb:* 4.1.0 -&gt; 4.1.1.</description>
diff --git a/src/changelog/2.14.1/Update_Spring_dependencies_to_5_3_2_Spring_Boot_to_2_3_6_a.xml b/src/changelog/2.14.1/Update_Spring_dependencies_to_5_3_2_Spring_Boot_to_2_3_6_a.xml
index a5b2949..0a367f7 100644
--- a/src/changelog/2.14.1/Update_Spring_dependencies_to_5_3_2_Spring_Boot_to_2_3_6_a.xml
+++ b/src/changelog/2.14.1/Update_Spring_dependencies_to_5_3_2_Spring_Boot_to_2_3_6_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rgoers"/>
   <description format="asciidoc">Update Spring dependencies to 5.3.2, Spring Boot to 2.3.6, and Spring Cloud to Hoxton.SR9</description>
diff --git a/src/changelog/2.14.1/Update_Woodstox_5_0_3_6_2_3_to_match_Jackson_2_12_1.xml b/src/changelog/2.14.1/Update_Woodstox_5_0_3_6_2_3_to_match_Jackson_2_12_1.xml
index 9bf9f25..d4a6c05 100644
--- a/src/changelog/2.14.1/Update_Woodstox_5_0_3_6_2_3_to_match_Jackson_2_12_1.xml
+++ b/src/changelog/2.14.1/Update_Woodstox_5_0_3_6_2_3_to_match_Jackson_2_12_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update Woodstox 5.0.3 -&gt; 6.2.3 to match Jackson 2.12.1.</description>
diff --git a/src/changelog/2.14.1/Update_XML_Unit_2_8_0_2_8_2.xml b/src/changelog/2.14.1/Update_XML_Unit_2_8_0_2_8_2.xml
index b871485..edc9de2 100644
--- a/src/changelog/2.14.1/Update_XML_Unit_2_8_0_2_8_2.xml
+++ b/src/changelog/2.14.1/Update_XML_Unit_2_8_0_2_8_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update XML Unit 2.8.0 -&gt; 2.8.2.</description>
diff --git a/src/changelog/2.14.1/Update_com_fasterxml_jackson_2_11_2_2_11_3.xml b/src/changelog/2.14.1/Update_com_fasterxml_jackson_2_11_2_2_11_3.xml
index 3c02ecc..8a22042 100644
--- a/src/changelog/2.14.1/Update_com_fasterxml_jackson_2_11_2_2_11_3.xml
+++ b/src/changelog/2.14.1/Update_com_fasterxml_jackson_2_11_2_2_11_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update com.fasterxml.jackson.*:* 2.11.2 - 2.11.3.</description>
diff --git a/src/changelog/2.14.1/Update_commons_codec_commons_codec_1_14_1_15.xml b/src/changelog/2.14.1/Update_commons_codec_commons_codec_1_14_1_15.xml
index c65a7bd..cda26d1 100644
--- a/src/changelog/2.14.1/Update_commons_codec_commons_codec_1_14_1_15.xml
+++ b/src/changelog/2.14.1/Update_commons_codec_commons_codec_1_14_1_15.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update commons-codec:commons-codec 1.14 -&gt; 1.15.</description>
diff --git a/src/changelog/2.14.1/Update_commons_io_commons_io_2_7_2_8_0.xml b/src/changelog/2.14.1/Update_commons_io_commons_io_2_7_2_8_0.xml
index 291937f..22921cb 100644
--- a/src/changelog/2.14.1/Update_commons_io_commons_io_2_7_2_8_0.xml
+++ b/src/changelog/2.14.1/Update_commons_io_commons_io_2_7_2_8_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update commons-io:commons-io 2.7 -&gt; 2.8.0.</description>
diff --git a/src/changelog/2.14.1/Update_de_flapdoodle_embed_de_flapdoodle_embed_mongo_2_2_0.xml b/src/changelog/2.14.1/Update_de_flapdoodle_embed_de_flapdoodle_embed_mongo_2_2_0.xml
index 61ba4ae..e69f04b 100644
--- a/src/changelog/2.14.1/Update_de_flapdoodle_embed_de_flapdoodle_embed_mongo_2_2_0.xml
+++ b/src/changelog/2.14.1/Update_de_flapdoodle_embed_de_flapdoodle_embed_mongo_2_2_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update de.flapdoodle.embed:de.flapdoodle.embed.mongo 2.2.0 -&gt; 3.0.0.</description>
diff --git a/src/changelog/2.14.1/Update_junit_junit_4_13_4_13_1.xml b/src/changelog/2.14.1/Update_junit_junit_4_13_4_13_1.xml
index 2a4b445..8f7b653 100644
--- a/src/changelog/2.14.1/Update_junit_junit_4_13_4_13_1.xml
+++ b/src/changelog/2.14.1/Update_junit_junit_4_13_4_13_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update junit:junit 4.13 -&gt; 4.13.1.</description>
diff --git a/src/changelog/2.14.1/Update_mongodb4_version_4_1_1_4_2_0.xml b/src/changelog/2.14.1/Update_mongodb4_version_4_1_1_4_2_0.xml
index 23212f4..7ea5131 100644
--- a/src/changelog/2.14.1/Update_mongodb4_version_4_1_1_4_2_0.xml
+++ b/src/changelog/2.14.1/Update_mongodb4_version_4_1_1_4_2_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update mongodb4.version 4.1.1 -&gt; 4.2.0.</description>
diff --git a/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_1_31_1_2_22_0.xml b/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_1_31_1_2_22_0.xml
index 077b015..e6b337b 100644
--- a/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_1_31_1_2_22_0.xml
+++ b/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_1_31_1_2_22_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update net.javacrumbs.json-unit:json-unit 1.31.1 -&gt; 2.22.0.</description>
diff --git a/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_2_22_0_2_23_0.xml b/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_2_22_0_2_23_0.xml
index a9b654d..a5734ab 100644
--- a/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_2_22_0_2_23_0.xml
+++ b/src/changelog/2.14.1/Update_net_javacrumbs_json_unit_json_unit_2_22_0_2_23_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update net.javacrumbs.json-unit:json-unit 2.22.0 -&gt; 2.23.0.</description>
diff --git a/src/changelog/2.14.1/Update_org_apache_activemq_5_16_0_5_16_1.xml b/src/changelog/2.14.1/Update_org_apache_activemq_5_16_0_5_16_1.xml
index cda8ed9..f9bc909 100644
--- a/src/changelog/2.14.1/Update_org_apache_activemq_5_16_0_5_16_1.xml
+++ b/src/changelog/2.14.1/Update_org_apache_activemq_5_16_0_5_16_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.activemq:* 5.16.0 -&gt; 5.16.1.</description>
diff --git a/src/changelog/2.14.1/Update_org_apache_commons_commons_dbcp2_2_4_0_2_8_0.xml b/src/changelog/2.14.1/Update_org_apache_commons_commons_dbcp2_2_4_0_2_8_0.xml
index 0fc6aeb..d5323bc 100644
--- a/src/changelog/2.14.1/Update_org_apache_commons_commons_dbcp2_2_4_0_2_8_0.xml
+++ b/src/changelog/2.14.1/Update_org_apache_commons_commons_dbcp2_2_4_0_2_8_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.commons:commons-dbcp2 2.4.0 -&gt; 2.8.0.</description>
diff --git a/src/changelog/2.14.1/Update_org_apache_commons_commons_lang3_3_10_3_11.xml b/src/changelog/2.14.1/Update_org_apache_commons_commons_lang3_3_10_3_11.xml
index c17161d..7f84b84 100644
--- a/src/changelog/2.14.1/Update_org_apache_commons_commons_lang3_3_10_3_11.xml
+++ b/src/changelog/2.14.1/Update_org_apache_commons_commons_lang3_3_10_3_11.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.commons:commons-lang3 3.10 -&gt; 3.11.</description>
diff --git a/src/changelog/2.14.1/Update_org_apache_commons_commons_pool2_2_8_1_2_9_0.xml b/src/changelog/2.14.1/Update_org_apache_commons_commons_pool2_2_8_1_2_9_0.xml
index cb51045..0c1de50 100644
--- a/src/changelog/2.14.1/Update_org_apache_commons_commons_pool2_2_8_1_2_9_0.xml
+++ b/src/changelog/2.14.1/Update_org_apache_commons_commons_pool2_2_8_1_2_9_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.apache.commons:commons-pool2 2.8.1 -&gt; 2.9.0.</description>
diff --git a/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_14_0_3_18_1.xml b/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_14_0_3_18_1.xml
index c731ba9..8a94d99 100644
--- a/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_14_0_3_18_1.xml
+++ b/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_14_0_3_18_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.assertj:assertj-core 3.14.0 -&gt; 3.18.1.</description>
diff --git a/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_18_1_3_19_0.xml b/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_18_1_3_19_0.xml
index e944c37..dc525fd 100644
--- a/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_18_1_3_19_0.xml
+++ b/src/changelog/2.14.1/Update_org_assertj_assertj_core_3_18_1_3_19_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.assertj:assertj-core 3.18.1 -&gt; 3.19.0.</description>
diff --git a/src/changelog/2.14.1/Update_org_awaitility_awaitility_4_0_2_4_0_3.xml b/src/changelog/2.14.1/Update_org_awaitility_awaitility_4_0_2_4_0_3.xml
index c493093..2c85ef3 100644
--- a/src/changelog/2.14.1/Update_org_awaitility_awaitility_4_0_2_4_0_3.xml
+++ b/src/changelog/2.14.1/Update_org_awaitility_awaitility_4_0_2_4_0_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.awaitility:awaitility 4.0.2 -&gt; 4.0.3.</description>
diff --git a/src/changelog/2.14.1/Update_org_codehaus_groovy_3_0_5_3_0_6.xml b/src/changelog/2.14.1/Update_org_codehaus_groovy_3_0_5_3_0_6.xml
index 73f3eb4..0271a1f 100644
--- a/src/changelog/2.14.1/Update_org_codehaus_groovy_3_0_5_3_0_6.xml
+++ b/src/changelog/2.14.1/Update_org_codehaus_groovy_3_0_5_3_0_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.codehaus.groovy:* 3.0.5 -&gt; 3.0.6.</description>
diff --git a/src/changelog/2.14.1/Update_org_codehaus_plexus_plexus_utils_3_2_0_3_3_0.xml b/src/changelog/2.14.1/Update_org_codehaus_plexus_plexus_utils_3_2_0_3_3_0.xml
index 430e402..cfb759c 100644
--- a/src/changelog/2.14.1/Update_org_codehaus_plexus_plexus_utils_3_2_0_3_3_0.xml
+++ b/src/changelog/2.14.1/Update_org_codehaus_plexus_plexus_utils_3_2_0_3_3_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.codehaus.plexus:plexus-utils 3.2.0 -&gt; 3.3.0.</description>
diff --git a/src/changelog/2.14.1/Update_org_eclipse_tycho_org_eclipse_osgi_3_12_1_v20170821_1.xml b/src/changelog/2.14.1/Update_org_eclipse_tycho_org_eclipse_osgi_3_12_1_v20170821_1.xml
index 19e1220..9b06c73 100644
--- a/src/changelog/2.14.1/Update_org_eclipse_tycho_org_eclipse_osgi_3_12_1_v20170821_1.xml
+++ b/src/changelog/2.14.1/Update_org_eclipse_tycho_org_eclipse_osgi_3_12_1_v20170821_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.eclipse.tycho:org.eclipse.osgi 3.12.1.v20170821-1548 -&gt; 3.13.0.v20180226-1711.</description>
diff --git a/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_17_1_2_0_1.xml b/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_17_1_2_0_1.xml
index 9421ce9..c7f9123 100644
--- a/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_17_1_2_0_1.xml
+++ b/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_17_1_2_0_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.fusesource.jansi:jansi 1.17.1 -&gt; 2.0.1.</description>
diff --git a/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_2_0.xml b/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_2_0.xml
index 49bd6c8..ba587e8 100644
--- a/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_2_0.xml
+++ b/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_2_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.fusesource.jansi:jansi 1.18 -&gt; 2.2.0.</description>
diff --git a/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_3_1.xml b/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_3_1.xml
index 79dcf8c..a19e26e 100644
--- a/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_3_1.xml
+++ b/src/changelog/2.14.1/Update_org_fusesource_jansi_jansi_1_18_2_3_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.fusesource.jansi:jansi 1.18 -&gt; 2.3.1.</description>
diff --git a/src/changelog/2.14.1/Update_org_mockito_mockito_3_7_0_3_7_7.xml b/src/changelog/2.14.1/Update_org_mockito_mockito_3_7_0_3_7_7.xml
index 0b5d38e..9b39862 100644
--- a/src/changelog/2.14.1/Update_org_mockito_mockito_3_7_0_3_7_7.xml
+++ b/src/changelog/2.14.1/Update_org_mockito_mockito_3_7_0_3_7_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.mockito:mockito-* 3.7.0 -&gt; 3.7.7.</description>
diff --git a/src/changelog/2.14.1/Update_org_springframework_5_2_8_RELEASE_5_3_1.xml b/src/changelog/2.14.1/Update_org_springframework_5_2_8_RELEASE_5_3_1.xml
index ca17667..1832d1d 100644
--- a/src/changelog/2.14.1/Update_org_springframework_5_2_8_RELEASE_5_3_1.xml
+++ b/src/changelog/2.14.1/Update_org_springframework_5_2_8_RELEASE_5_3_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.springframework:* 5.2.8.RELEASE -&gt; 5.3.1.</description>
diff --git a/src/changelog/2.14.1/Update_org_springframework_5_3_2_5_3_3.xml b/src/changelog/2.14.1/Update_org_springframework_5_3_2_5_3_3.xml
index 03d5d13..1ddf171 100644
--- a/src/changelog/2.14.1/Update_org_springframework_5_3_2_5_3_3.xml
+++ b/src/changelog/2.14.1/Update_org_springframework_5_3_2_5_3_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.springframework:* 5.3.2 -&gt; 5.3.3.</description>
diff --git a/src/changelog/2.14.1/Update_org_xmlunit_2_7_0_2_8_0.xml b/src/changelog/2.14.1/Update_org_xmlunit_2_7_0_2_8_0.xml
index 0c4fd9f..3e75b26 100644
--- a/src/changelog/2.14.1/Update_org_xmlunit_2_7_0_2_8_0.xml
+++ b/src/changelog/2.14.1/Update_org_xmlunit_2_7_0_2_8_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update org.xmlunit:* 2.7.0 -&gt; 2.8.0.</description>
diff --git a/src/changelog/2.14.1/_com_fasterxml_jackson_core_jackson_annotations.xml b/src/changelog/2.14.1/_com_fasterxml_jackson_core_jackson_annotations.xml
index cfa8f64..0a05ee6 100644
--- a/src/changelog/2.14.1/_com_fasterxml_jackson_core_jackson_annotations.xml
+++ b/src/changelog/2.14.1/_com_fasterxml_jackson_core_jackson_annotations.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">- com.fasterxml.jackson.core:jackson-annotations ................. 2.12.1 -&gt; 2.12.2
diff --git a/src/changelog/2.15.0/.release.xml b/src/changelog/2.15.0/.release.xml
index bf98186..20f49b2 100644
--- a/src/changelog/2.15.0/.release.xml
+++ b/src/changelog/2.15.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2021-12-06"
          version="2.15.0"/>
diff --git a/src/changelog/2.15.0/LOG4J2-1798_Handle_interrupted_exceptions_that_occur_during_rollover.xml b/src/changelog/2.15.0/LOG4J2-1798_Handle_interrupted_exceptions_that_occur_during_rollover.xml
index 627834f..e053add 100644
--- a/src/changelog/2.15.0/LOG4J2-1798_Handle_interrupted_exceptions_that_occur_during_rollover.xml
+++ b/src/changelog/2.15.0/LOG4J2-1798_Handle_interrupted_exceptions_that_occur_during_rollover.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1798" link="https://issues.apache.org/jira/browse/LOG4J2-1798"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml b/src/changelog/2.15.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml
index 2c58e1d..eb1ccb8 100644
--- a/src/changelog/2.15.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml
+++ b/src/changelog/2.15.0/LOG4J2-2025_Provide_support_for_overriding_the_Tomcat_Log_class_in_Tomca.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2025" link="https://issues.apache.org/jira/browse/LOG4J2-2025"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2540_Minor_documentation_corrections_regarding_log_levels.xml b/src/changelog/2.15.0/LOG4J2-2540_Minor_documentation_corrections_regarding_log_levels.xml
index 28b2428..c7e26ea 100644
--- a/src/changelog/2.15.0/LOG4J2-2540_Minor_documentation_corrections_regarding_log_levels.xml
+++ b/src/changelog/2.15.0/LOG4J2-2540_Minor_documentation_corrections_regarding_log_levels.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2540" link="https://issues.apache.org/jira/browse/LOG4J2-2540"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2541_Minor_documentation_corrections_in_the_configuration_section.xml b/src/changelog/2.15.0/LOG4J2-2541_Minor_documentation_corrections_in_the_configuration_section.xml
index 8ccc092..5e1ca0a 100644
--- a/src/changelog/2.15.0/LOG4J2-2541_Minor_documentation_corrections_in_the_configuration_section.xml
+++ b/src/changelog/2.15.0/LOG4J2-2541_Minor_documentation_corrections_in_the_configuration_section.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2541" link="https://issues.apache.org/jira/browse/LOG4J2-2541"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2553_Correct_documentation_for_SyslogAppender_when_using_TLS.xml b/src/changelog/2.15.0/LOG4J2-2553_Correct_documentation_for_SyslogAppender_when_using_TLS.xml
index d2381b4..f847d435 100644
--- a/src/changelog/2.15.0/LOG4J2-2553_Correct_documentation_for_SyslogAppender_when_using_TLS.xml
+++ b/src/changelog/2.15.0/LOG4J2-2553_Correct_documentation_for_SyslogAppender_when_using_TLS.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2553" link="https://issues.apache.org/jira/browse/LOG4J2-2553"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2808_LoggerContext_skips_resolving_localhost_when_hostName_is_con.xml b/src/changelog/2.15.0/LOG4J2-2808_LoggerContext_skips_resolving_localhost_when_hostName_is_con.xml
index 9e7a619..364776f 100644
--- a/src/changelog/2.15.0/LOG4J2-2808_LoggerContext_skips_resolving_localhost_when_hostName_is_con.xml
+++ b/src/changelog/2.15.0/LOG4J2-2808_LoggerContext_skips_resolving_localhost_when_hostName_is_con.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2808" link="https://issues.apache.org/jira/browse/LOG4J2-2808"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2816_Handle_Disruptor_event_translation_exceptions.xml b/src/changelog/2.15.0/LOG4J2-2816_Handle_Disruptor_event_translation_exceptions.xml
index 3380992..ed9d235 100644
--- a/src/changelog/2.15.0/LOG4J2-2816_Handle_Disruptor_event_translation_exceptions.xml
+++ b/src/changelog/2.15.0/LOG4J2-2816_Handle_Disruptor_event_translation_exceptions.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2816" link="https://issues.apache.org/jira/browse/LOG4J2-2816"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2829_SocketAppender_should_propagate_failures_when_reconnection_f.xml b/src/changelog/2.15.0/LOG4J2-2829_SocketAppender_should_propagate_failures_when_reconnection_f.xml
index 3cf575e..67d612b 100644
--- a/src/changelog/2.15.0/LOG4J2-2829_SocketAppender_should_propagate_failures_when_reconnection_f.xml
+++ b/src/changelog/2.15.0/LOG4J2-2829_SocketAppender_should_propagate_failures_when_reconnection_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2829" link="https://issues.apache.org/jira/browse/LOG4J2-2829"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2885_Add_support_for_US_style_date_patterns_and_micro_nano_second.xml b/src/changelog/2.15.0/LOG4J2-2885_Add_support_for_US_style_date_patterns_and_micro_nano_second.xml
index 3daaa8e..df2e8bd 100644
--- a/src/changelog/2.15.0/LOG4J2-2885_Add_support_for_US_style_date_patterns_and_micro_nano_second.xml
+++ b/src/changelog/2.15.0/LOG4J2-2885_Add_support_for_US_style_date_patterns_and_micro_nano_second.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2885" link="https://issues.apache.org/jira/browse/LOG4J2-2885"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2940_Add_BasicAsyncLoggerContextSelector_equivalent_to_AsyncLogge.xml b/src/changelog/2.15.0/LOG4J2-2940_Add_BasicAsyncLoggerContextSelector_equivalent_to_AsyncLogge.xml
index e66a685..221677e 100644
--- a/src/changelog/2.15.0/LOG4J2-2940_Add_BasicAsyncLoggerContextSelector_equivalent_to_AsyncLogge.xml
+++ b/src/changelog/2.15.0/LOG4J2-2940_Add_BasicAsyncLoggerContextSelector_equivalent_to_AsyncLogge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2940" link="https://issues.apache.org/jira/browse/LOG4J2-2940"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2940_Context_selectors_are_aware_of_their_dependence_upon_the_cal.xml b/src/changelog/2.15.0/LOG4J2-2940_Context_selectors_are_aware_of_their_dependence_upon_the_cal.xml
index 16b3fec..ce67ee5 100644
--- a/src/changelog/2.15.0/LOG4J2-2940_Context_selectors_are_aware_of_their_dependence_upon_the_cal.xml
+++ b/src/changelog/2.15.0/LOG4J2-2940_Context_selectors_are_aware_of_their_dependence_upon_the_cal.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2940" link="https://issues.apache.org/jira/browse/LOG4J2-2940"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2940_Slf4j_implementations_walk_the_stack_at_most_once_rather_tha.xml b/src/changelog/2.15.0/LOG4J2-2940_Slf4j_implementations_walk_the_stack_at_most_once_rather_tha.xml
index 41c1e62..b6f36b2 100644
--- a/src/changelog/2.15.0/LOG4J2-2940_Slf4j_implementations_walk_the_stack_at_most_once_rather_tha.xml
+++ b/src/changelog/2.15.0/LOG4J2-2940_Slf4j_implementations_walk_the_stack_at_most_once_rather_tha.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2940" link="https://issues.apache.org/jira/browse/LOG4J2-2940"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2951_Log4j_1_x_properties_were_not_being_substituted.xml b/src/changelog/2.15.0/LOG4J2-2951_Log4j_1_x_properties_were_not_being_substituted.xml
index 095cf9b..f20d5b1 100644
--- a/src/changelog/2.15.0/LOG4J2-2951_Log4j_1_x_properties_were_not_being_substituted.xml
+++ b/src/changelog/2.15.0/LOG4J2-2951_Log4j_1_x_properties_were_not_being_substituted.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2951" link="https://issues.apache.org/jira/browse/LOG4J2-2951"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2965_Fixed_a_deadlock_between_the_AsyncLoggerContextSelector_and.xml b/src/changelog/2.15.0/LOG4J2-2965_Fixed_a_deadlock_between_the_AsyncLoggerContextSelector_and.xml
index 2edb7c7..0ca562b 100644
--- a/src/changelog/2.15.0/LOG4J2-2965_Fixed_a_deadlock_between_the_AsyncLoggerContextSelector_and.xml
+++ b/src/changelog/2.15.0/LOG4J2-2965_Fixed_a_deadlock_between_the_AsyncLoggerContextSelector_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2965" link="https://issues.apache.org/jira/browse/LOG4J2-2965"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-2978_Add_support_for_Jakarta_EE_9_Tomcat_10_Jetty_11.xml b/src/changelog/2.15.0/LOG4J2-2978_Add_support_for_Jakarta_EE_9_Tomcat_10_Jetty_11.xml
index bf7291e..96902c6 100644
--- a/src/changelog/2.15.0/LOG4J2-2978_Add_support_for_Jakarta_EE_9_Tomcat_10_Jetty_11.xml
+++ b/src/changelog/2.15.0/LOG4J2-2978_Add_support_for_Jakarta_EE_9_Tomcat_10_Jetty_11.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2978" link="https://issues.apache.org/jira/browse/LOG4J2-2978"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3004_Add_plugin_support_to_JsonTemplateLayout.xml b/src/changelog/2.15.0/LOG4J2-3004_Add_plugin_support_to_JsonTemplateLayout.xml
index 01aaa65..3c1ed99 100644
--- a/src/changelog/2.15.0/LOG4J2-3004_Add_plugin_support_to_JsonTemplateLayout.xml
+++ b/src/changelog/2.15.0/LOG4J2-3004_Add_plugin_support_to_JsonTemplateLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3004" link="https://issues.apache.org/jira/browse/LOG4J2-3004"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3041_Allow_a_PatternSelector_to_be_specified_on_GelfLayout.xml b/src/changelog/2.15.0/LOG4J2-3041_Allow_a_PatternSelector_to_be_specified_on_GelfLayout.xml
index 46c7386..5a5a081 100644
--- a/src/changelog/2.15.0/LOG4J2-3041_Allow_a_PatternSelector_to_be_specified_on_GelfLayout.xml
+++ b/src/changelog/2.15.0/LOG4J2-3041_Allow_a_PatternSelector_to_be_specified_on_GelfLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3041" link="https://issues.apache.org/jira/browse/LOG4J2-3041"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3044_Add_RepeatPatternConverter.xml b/src/changelog/2.15.0/LOG4J2-3044_Add_RepeatPatternConverter.xml
index cd745cb..4262e16 100644
--- a/src/changelog/2.15.0/LOG4J2-3044_Add_RepeatPatternConverter.xml
+++ b/src/changelog/2.15.0/LOG4J2-3044_Add_RepeatPatternConverter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3044" link="https://issues.apache.org/jira/browse/LOG4J2-3044"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3048_Add_improved_MapMessage_support_to_GelfLayout.xml b/src/changelog/2.15.0/LOG4J2-3048_Add_improved_MapMessage_support_to_GelfLayout.xml
index 5351758..c4ef0a9 100644
--- a/src/changelog/2.15.0/LOG4J2-3048_Add_improved_MapMessage_support_to_GelfLayout.xml
+++ b/src/changelog/2.15.0/LOG4J2-3048_Add_improved_MapMessage_support_to_GelfLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3048" link="https://issues.apache.org/jira/browse/LOG4J2-3048"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3049_Allow_MapMessage_and_ThreadContext_attributes_to_be_prefixed.xml b/src/changelog/2.15.0/LOG4J2-3049_Allow_MapMessage_and_ThreadContext_attributes_to_be_prefixed.xml
index 11e51e4..a76c62e 100644
--- a/src/changelog/2.15.0/LOG4J2-3049_Allow_MapMessage_and_ThreadContext_attributes_to_be_prefixed.xml
+++ b/src/changelog/2.15.0/LOG4J2-3049_Allow_MapMessage_and_ThreadContext_attributes_to_be_prefixed.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3049" link="https://issues.apache.org/jira/browse/LOG4J2-3049"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3050_Allow_AdditionalFields_to_be_ignored_if_their_value_is_null.xml b/src/changelog/2.15.0/LOG4J2-3050_Allow_AdditionalFields_to_be_ignored_if_their_value_is_null.xml
index 86e8b1b..a7e4a33 100644
--- a/src/changelog/2.15.0/LOG4J2-3050_Allow_AdditionalFields_to_be_ignored_if_their_value_is_null.xml
+++ b/src/changelog/2.15.0/LOG4J2-3050_Allow_AdditionalFields_to_be_ignored_if_their_value_is_null.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3050" link="https://issues.apache.org/jira/browse/LOG4J2-3050"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3051_Add_CaseConverterResolver_to_JsonTemplateLayout.xml b/src/changelog/2.15.0/LOG4J2-3051_Add_CaseConverterResolver_to_JsonTemplateLayout.xml
index d6b4f07..d23b4e7 100644
--- a/src/changelog/2.15.0/LOG4J2-3051_Add_CaseConverterResolver_to_JsonTemplateLayout.xml
+++ b/src/changelog/2.15.0/LOG4J2-3051_Add_CaseConverterResolver_to_JsonTemplateLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3051" link="https://issues.apache.org/jira/browse/LOG4J2-3051"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3054_BasicContextSelector_hasContext_and_shutdown_take_the_defaul.xml b/src/changelog/2.15.0/LOG4J2-3054_BasicContextSelector_hasContext_and_shutdown_take_the_defaul.xml
index 14f445d..ceb3afb 100644
--- a/src/changelog/2.15.0/LOG4J2-3054_BasicContextSelector_hasContext_and_shutdown_take_the_defaul.xml
+++ b/src/changelog/2.15.0/LOG4J2-3054_BasicContextSelector_hasContext_and_shutdown_take_the_defaul.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3054" link="https://issues.apache.org/jira/browse/LOG4J2-3054"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3056_Refactor_MD5_usage_for_sharing_sensitive_information.xml b/src/changelog/2.15.0/LOG4J2-3056_Refactor_MD5_usage_for_sharing_sensitive_information.xml
index e80c255..9789994 100644
--- a/src/changelog/2.15.0/LOG4J2-3056_Refactor_MD5_usage_for_sharing_sensitive_information.xml
+++ b/src/changelog/2.15.0/LOG4J2-3056_Refactor_MD5_usage_for_sharing_sensitive_information.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3056" link="https://issues.apache.org/jira/browse/LOG4J2-3056"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3060_Fix_thread_safety_issues_in_DefaultErrorHandler.xml b/src/changelog/2.15.0/LOG4J2-3060_Fix_thread_safety_issues_in_DefaultErrorHandler.xml
index de2d9ae..e4c3518 100644
--- a/src/changelog/2.15.0/LOG4J2-3060_Fix_thread_safety_issues_in_DefaultErrorHandler.xml
+++ b/src/changelog/2.15.0/LOG4J2-3060_Fix_thread_safety_issues_in_DefaultErrorHandler.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3060" link="https://issues.apache.org/jira/browse/LOG4J2-3060"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3064_Add_Arbiters_and_SpringProfile_plugin.xml b/src/changelog/2.15.0/LOG4J2-3064_Add_Arbiters_and_SpringProfile_plugin.xml
index 6adb9c7..f696d6e 100644
--- a/src/changelog/2.15.0/LOG4J2-3064_Add_Arbiters_and_SpringProfile_plugin.xml
+++ b/src/changelog/2.15.0/LOG4J2-3064_Add_Arbiters_and_SpringProfile_plugin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3064" link="https://issues.apache.org/jira/browse/LOG4J2-3064"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3067_Add_CounterResolver_to_JsonTemplateLayout.xml b/src/changelog/2.15.0/LOG4J2-3067_Add_CounterResolver_to_JsonTemplateLayout.xml
index 0a854d1..e8d2638 100644
--- a/src/changelog/2.15.0/LOG4J2-3067_Add_CounterResolver_to_JsonTemplateLayout.xml
+++ b/src/changelog/2.15.0/LOG4J2-3067_Add_CounterResolver_to_JsonTemplateLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3067" link="https://issues.apache.org/jira/browse/LOG4J2-3067"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3070_Ensure_EncodingPatternConverter_handlesThrowable_is_implemen.xml b/src/changelog/2.15.0/LOG4J2-3070_Ensure_EncodingPatternConverter_handlesThrowable_is_implemen.xml
index 6c34b44..cb0e531 100644
--- a/src/changelog/2.15.0/LOG4J2-3070_Ensure_EncodingPatternConverter_handlesThrowable_is_implemen.xml
+++ b/src/changelog/2.15.0/LOG4J2-3070_Ensure_EncodingPatternConverter_handlesThrowable_is_implemen.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3070" link="https://issues.apache.org/jira/browse/LOG4J2-3070"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3074_Add_replacement_parameter_to_ReadOnlyStringMapResolver.xml b/src/changelog/2.15.0/LOG4J2-3074_Add_replacement_parameter_to_ReadOnlyStringMapResolver.xml
index 1b4fb8c..d73faba 100644
--- a/src/changelog/2.15.0/LOG4J2-3074_Add_replacement_parameter_to_ReadOnlyStringMapResolver.xml
+++ b/src/changelog/2.15.0/LOG4J2-3074_Add_replacement_parameter_to_ReadOnlyStringMapResolver.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3074" link="https://issues.apache.org/jira/browse/LOG4J2-3074"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3075_Fix_formatting_of_nanoseconds_in_JsonTemplateLayout.xml b/src/changelog/2.15.0/LOG4J2-3075_Fix_formatting_of_nanoseconds_in_JsonTemplateLayout.xml
index fd244af..0670178 100644
--- a/src/changelog/2.15.0/LOG4J2-3075_Fix_formatting_of_nanoseconds_in_JsonTemplateLayout.xml
+++ b/src/changelog/2.15.0/LOG4J2-3075_Fix_formatting_of_nanoseconds_in_JsonTemplateLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3075" link="https://issues.apache.org/jira/browse/LOG4J2-3075"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3080_Use_SimpleMessage_in_Log4j_1_Category_whenever_possible.xml b/src/changelog/2.15.0/LOG4J2-3080_Use_SimpleMessage_in_Log4j_1_Category_whenever_possible.xml
index 30c3cba..70b3c3a 100644
--- a/src/changelog/2.15.0/LOG4J2-3080_Use_SimpleMessage_in_Log4j_1_Category_whenever_possible.xml
+++ b/src/changelog/2.15.0/LOG4J2-3080_Use_SimpleMessage_in_Log4j_1_Category_whenever_possible.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3080" link="https://issues.apache.org/jira/browse/LOG4J2-3080"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3083_log4j_slf4j_impl_and_log4j_slf4j18_impl_correctly_detect_the.xml b/src/changelog/2.15.0/LOG4J2-3083_log4j_slf4j_impl_and_log4j_slf4j18_impl_correctly_detect_the.xml
index e52daaf..a77c930 100644
--- a/src/changelog/2.15.0/LOG4J2-3083_log4j_slf4j_impl_and_log4j_slf4j18_impl_correctly_detect_the.xml
+++ b/src/changelog/2.15.0/LOG4J2-3083_log4j_slf4j_impl_and_log4j_slf4j18_impl_correctly_detect_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3083" link="https://issues.apache.org/jira/browse/LOG4J2-3083"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3087_Fix_race_in_JsonTemplateLayout_where_a_timestamp_could_end_u.xml b/src/changelog/2.15.0/LOG4J2-3087_Fix_race_in_JsonTemplateLayout_where_a_timestamp_could_end_u.xml
index 1b118af..0f3faa8 100644
--- a/src/changelog/2.15.0/LOG4J2-3087_Fix_race_in_JsonTemplateLayout_where_a_timestamp_could_end_u.xml
+++ b/src/changelog/2.15.0/LOG4J2-3087_Fix_race_in_JsonTemplateLayout_where_a_timestamp_could_end_u.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3087" link="https://issues.apache.org/jira/browse/LOG4J2-3087"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3089_Fix_sporadic_JsonTemplateLayoutNullEventDelimiterTest_failur.xml b/src/changelog/2.15.0/LOG4J2-3089_Fix_sporadic_JsonTemplateLayoutNullEventDelimiterTest_failur.xml
index f5086c1..1e2f650 100644
--- a/src/changelog/2.15.0/LOG4J2-3089_Fix_sporadic_JsonTemplateLayoutNullEventDelimiterTest_failur.xml
+++ b/src/changelog/2.15.0/LOG4J2-3089_Fix_sporadic_JsonTemplateLayoutNullEventDelimiterTest_failur.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3089" link="https://issues.apache.org/jira/browse/LOG4J2-3089"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3092_Fix_JsonWriter_memory_leaks_due_to_retained_excessive_buffer.xml b/src/changelog/2.15.0/LOG4J2-3092_Fix_JsonWriter_memory_leaks_due_to_retained_excessive_buffer.xml
index 1ee9836..3c7a990 100644
--- a/src/changelog/2.15.0/LOG4J2-3092_Fix_JsonWriter_memory_leaks_due_to_retained_excessive_buffer.xml
+++ b/src/changelog/2.15.0/LOG4J2-3092_Fix_JsonWriter_memory_leaks_due_to_retained_excessive_buffer.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3092" link="https://issues.apache.org/jira/browse/LOG4J2-3092"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3095_Category_setLevel_should_accept_null_value.xml b/src/changelog/2.15.0/LOG4J2-3095_Category_setLevel_should_accept_null_value.xml
index c84a989..fe3bbb2 100644
--- a/src/changelog/2.15.0/LOG4J2-3095_Category_setLevel_should_accept_null_value.xml
+++ b/src/changelog/2.15.0/LOG4J2-3095_Category_setLevel_should_accept_null_value.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3095" link="https://issues.apache.org/jira/browse/LOG4J2-3095"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3102_Fix_a_regression_in_2_14_1_which_allowed_the_AsyncAppender_b.xml b/src/changelog/2.15.0/LOG4J2-3102_Fix_a_regression_in_2_14_1_which_allowed_the_AsyncAppender_b.xml
index ea6d5af..3aad7f6 100644
--- a/src/changelog/2.15.0/LOG4J2-3102_Fix_a_regression_in_2_14_1_which_allowed_the_AsyncAppender_b.xml
+++ b/src/changelog/2.15.0/LOG4J2-3102_Fix_a_regression_in_2_14_1_which_allowed_the_AsyncAppender_b.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3102" link="https://issues.apache.org/jira/browse/LOG4J2-3102"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3103_Fix_race_condition_which_can_result_in_ConcurrentModificatio.xml b/src/changelog/2.15.0/LOG4J2-3103_Fix_race_condition_which_can_result_in_ConcurrentModificatio.xml
index e26301b..3f8bae9 100644
--- a/src/changelog/2.15.0/LOG4J2-3103_Fix_race_condition_which_can_result_in_ConcurrentModificatio.xml
+++ b/src/changelog/2.15.0/LOG4J2-3103_Fix_race_condition_which_can_result_in_ConcurrentModificatio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3103" link="https://issues.apache.org/jira/browse/LOG4J2-3103"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3107_SmtpManager_createManagerName_ignores_port.xml b/src/changelog/2.15.0/LOG4J2-3107_SmtpManager_createManagerName_ignores_port.xml
index c29c04c..3e20be5 100644
--- a/src/changelog/2.15.0/LOG4J2-3107_SmtpManager_createManagerName_ignores_port.xml
+++ b/src/changelog/2.15.0/LOG4J2-3107_SmtpManager_createManagerName_ignores_port.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3107" link="https://issues.apache.org/jira/browse/LOG4J2-3107"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3110_Fix_the_number_of_placeholders_in_the_string_literal_argu.xml b/src/changelog/2.15.0/LOG4J2-3110_Fix_the_number_of_placeholders_in_the_string_literal_argu.xml
index bce05d5..1d36cfe 100644
--- a/src/changelog/2.15.0/LOG4J2-3110_Fix_the_number_of_placeholders_in_the_string_literal_argu.xml
+++ b/src/changelog/2.15.0/LOG4J2-3110_Fix_the_number_of_placeholders_in_the_string_literal_argu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3110" link="https://issues.apache.org/jira/browse/LOG4J2-3110"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3114_Enable_immediate_flush_on_RollingFileAppender_when_buffered.xml b/src/changelog/2.15.0/LOG4J2-3114_Enable_immediate_flush_on_RollingFileAppender_when_buffered.xml
index 212cff0..f0bf61b 100644
--- a/src/changelog/2.15.0/LOG4J2-3114_Enable_immediate_flush_on_RollingFileAppender_when_buffered.xml
+++ b/src/changelog/2.15.0/LOG4J2-3114_Enable_immediate_flush_on_RollingFileAppender_when_buffered.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3114" link="https://issues.apache.org/jira/browse/LOG4J2-3114"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3116_Add_JsonTemplateLayout_for_Google_Cloud_Platform_structured.xml b/src/changelog/2.15.0/LOG4J2-3116_Add_JsonTemplateLayout_for_Google_Cloud_Platform_structured.xml
index c6cc16d..37d8051 100644
--- a/src/changelog/2.15.0/LOG4J2-3116_Add_JsonTemplateLayout_for_Google_Cloud_Platform_structured.xml
+++ b/src/changelog/2.15.0/LOG4J2-3116_Add_JsonTemplateLayout_for_Google_Cloud_Platform_structured.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3116" link="https://issues.apache.org/jira/browse/LOG4J2-3116"/>
   <author id="rgupta"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3121_log4j2_config_modified_at_run_time_may_trigger_incomplete_MB.xml b/src/changelog/2.15.0/LOG4J2-3121_log4j2_config_modified_at_run_time_may_trigger_incomplete_MB.xml
index ef7d2d5..de9b4a2 100644
--- a/src/changelog/2.15.0/LOG4J2-3121_log4j2_config_modified_at_run_time_may_trigger_incomplete_MB.xml
+++ b/src/changelog/2.15.0/LOG4J2-3121_log4j2_config_modified_at_run_time_may_trigger_incomplete_MB.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3121" link="https://issues.apache.org/jira/browse/LOG4J2-3121"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3133_Add_missing_slf4j_api_singleton_accessors_to_log4j_slf4j_imp.xml b/src/changelog/2.15.0/LOG4J2-3133_Add_missing_slf4j_api_singleton_accessors_to_log4j_slf4j_imp.xml
index ae24b34..3a0051b 100644
--- a/src/changelog/2.15.0/LOG4J2-3133_Add_missing_slf4j_api_singleton_accessors_to_log4j_slf4j_imp.xml
+++ b/src/changelog/2.15.0/LOG4J2-3133_Add_missing_slf4j_api_singleton_accessors_to_log4j_slf4j_imp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3133" link="https://issues.apache.org/jira/browse/LOG4J2-3133"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3141_Avoid_ThreadLocal_overhead_in_RandomAccessFileAppender_Roll.xml b/src/changelog/2.15.0/LOG4J2-3141_Avoid_ThreadLocal_overhead_in_RandomAccessFileAppender_Roll.xml
index 207bbc6..903fa13 100644
--- a/src/changelog/2.15.0/LOG4J2-3141_Avoid_ThreadLocal_overhead_in_RandomAccessFileAppender_Roll.xml
+++ b/src/changelog/2.15.0/LOG4J2-3141_Avoid_ThreadLocal_overhead_in_RandomAccessFileAppender_Roll.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3141" link="https://issues.apache.org/jira/browse/LOG4J2-3141"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3142_log4j_1_2_api_implements_LogEventAdapter_getTimestamp_base.xml b/src/changelog/2.15.0/LOG4J2-3142_log4j_1_2_api_implements_LogEventAdapter_getTimestamp_base.xml
index 2c96cc8..d5c26d5 100644
--- a/src/changelog/2.15.0/LOG4J2-3142_log4j_1_2_api_implements_LogEventAdapter_getTimestamp_base.xml
+++ b/src/changelog/2.15.0/LOG4J2-3142_log4j_1_2_api_implements_LogEventAdapter_getTimestamp_base.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3142" link="https://issues.apache.org/jira/browse/LOG4J2-3142"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3144_Prefer_string_getBytes_Charset_over_string_getBytes_String.xml b/src/changelog/2.15.0/LOG4J2-3144_Prefer_string_getBytes_Charset_over_string_getBytes_String.xml
index 4c51cd8..9a16171 100644
--- a/src/changelog/2.15.0/LOG4J2-3144_Prefer_string_getBytes_Charset_over_string_getBytes_String.xml
+++ b/src/changelog/2.15.0/LOG4J2-3144_Prefer_string_getBytes_Charset_over_string_getBytes_String.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3144" link="https://issues.apache.org/jira/browse/LOG4J2-3144"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3150_RandomAccessFile_appender_uses_the_correct_default_buffer_si.xml b/src/changelog/2.15.0/LOG4J2-3150_RandomAccessFile_appender_uses_the_correct_default_buffer_si.xml
index 894da30..36bc17d 100644
--- a/src/changelog/2.15.0/LOG4J2-3150_RandomAccessFile_appender_uses_the_correct_default_buffer_si.xml
+++ b/src/changelog/2.15.0/LOG4J2-3150_RandomAccessFile_appender_uses_the_correct_default_buffer_si.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3150" link="https://issues.apache.org/jira/browse/LOG4J2-3150"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3153_DatePatternConverter_performance_is_not_impacted_by_microsec.xml b/src/changelog/2.15.0/LOG4J2-3153_DatePatternConverter_performance_is_not_impacted_by_microsec.xml
index 3210cd7..d813a74 100644
--- a/src/changelog/2.15.0/LOG4J2-3153_DatePatternConverter_performance_is_not_impacted_by_microsec.xml
+++ b/src/changelog/2.15.0/LOG4J2-3153_DatePatternConverter_performance_is_not_impacted_by_microsec.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3153" link="https://issues.apache.org/jira/browse/LOG4J2-3153"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3159_Fixed_an_unlikely_race_condition_in_Log4jMarker_getParents.xml b/src/changelog/2.15.0/LOG4J2-3159_Fixed_an_unlikely_race_condition_in_Log4jMarker_getParents.xml
index d0e69c7..bbef77a 100644
--- a/src/changelog/2.15.0/LOG4J2-3159_Fixed_an_unlikely_race_condition_in_Log4jMarker_getParents.xml
+++ b/src/changelog/2.15.0/LOG4J2-3159_Fixed_an_unlikely_race_condition_in_Log4jMarker_getParents.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3159" link="https://issues.apache.org/jira/browse/LOG4J2-3159"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3160_Fix_documentation_on_how_to_toggle_log4j2_debug_system_prope.xml b/src/changelog/2.15.0/LOG4J2-3160_Fix_documentation_on_how_to_toggle_log4j2_debug_system_prope.xml
index b807cf2..19c337c 100644
--- a/src/changelog/2.15.0/LOG4J2-3160_Fix_documentation_on_how_to_toggle_log4j2_debug_system_prope.xml
+++ b/src/changelog/2.15.0/LOG4J2-3160_Fix_documentation_on_how_to_toggle_log4j2_debug_system_prope.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3160" link="https://issues.apache.org/jira/browse/LOG4J2-3160"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3166_Fix_Log_Event_Level_vs_Logger_Config_Level_table.xml b/src/changelog/2.15.0/LOG4J2-3166_Fix_Log_Event_Level_vs_Logger_Config_Level_table.xml
index f32008e..edf77fd 100644
--- a/src/changelog/2.15.0/LOG4J2-3166_Fix_Log_Event_Level_vs_Logger_Config_Level_table.xml
+++ b/src/changelog/2.15.0/LOG4J2-3166_Fix_Log_Event_Level_vs_Logger_Config_Level_table.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3166" link="https://issues.apache.org/jira/browse/LOG4J2-3166"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3168_Fix_bug_when_file_names_contain_regex_characters.xml b/src/changelog/2.15.0/LOG4J2-3168_Fix_bug_when_file_names_contain_regex_characters.xml
index 607241a..de9d030 100644
--- a/src/changelog/2.15.0/LOG4J2-3168_Fix_bug_when_file_names_contain_regex_characters.xml
+++ b/src/changelog/2.15.0/LOG4J2-3168_Fix_bug_when_file_names_contain_regex_characters.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3168" link="https://issues.apache.org/jira/browse/LOG4J2-3168"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3170_Make_CRLF_HTML_encoding_run_in_O_n_worst_case_time_rather.xml b/src/changelog/2.15.0/LOG4J2-3170_Make_CRLF_HTML_encoding_run_in_O_n_worst_case_time_rather.xml
index 6c35565..6d797b3 100644
--- a/src/changelog/2.15.0/LOG4J2-3170_Make_CRLF_HTML_encoding_run_in_O_n_worst_case_time_rather.xml
+++ b/src/changelog/2.15.0/LOG4J2-3170_Make_CRLF_HTML_encoding_run_in_O_n_worst_case_time_rather.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3170" link="https://issues.apache.org/jira/browse/LOG4J2-3170"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3171_Improve_PatternLayout_performance_by_reducing_unnecessary_in.xml b/src/changelog/2.15.0/LOG4J2-3171_Improve_PatternLayout_performance_by_reducing_unnecessary_in.xml
index 320d9e1..169a16b 100644
--- a/src/changelog/2.15.0/LOG4J2-3171_Improve_PatternLayout_performance_by_reducing_unnecessary_in.xml
+++ b/src/changelog/2.15.0/LOG4J2-3171_Improve_PatternLayout_performance_by_reducing_unnecessary_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3171" link="https://issues.apache.org/jira/browse/LOG4J2-3171"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3172_Buffer_immutable_log_events_in_the_SmtpManager.xml b/src/changelog/2.15.0/LOG4J2-3172_Buffer_immutable_log_events_in_the_SmtpManager.xml
index 892b953..c8345d9 100644
--- a/src/changelog/2.15.0/LOG4J2-3172_Buffer_immutable_log_events_in_the_SmtpManager.xml
+++ b/src/changelog/2.15.0/LOG4J2-3172_Buffer_immutable_log_events_in_the_SmtpManager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3172" link="https://issues.apache.org/jira/browse/LOG4J2-3172"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3174_Wrong_subject_on_mail_when_it_depends_on_the_LogEvent.xml b/src/changelog/2.15.0/LOG4J2-3174_Wrong_subject_on_mail_when_it_depends_on_the_LogEvent.xml
index ae53e2f..df09fff 100644
--- a/src/changelog/2.15.0/LOG4J2-3174_Wrong_subject_on_mail_when_it_depends_on_the_LogEvent.xml
+++ b/src/changelog/2.15.0/LOG4J2-3174_Wrong_subject_on_mail_when_it_depends_on_the_LogEvent.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3174" link="https://issues.apache.org/jira/browse/LOG4J2-3174"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3175_Avoid_KafkaManager_override_when_topics_differ.xml b/src/changelog/2.15.0/LOG4J2-3175_Avoid_KafkaManager_override_when_topics_differ.xml
index 27b2fe2..983c7c0 100644
--- a/src/changelog/2.15.0/LOG4J2-3175_Avoid_KafkaManager_override_when_topics_differ.xml
+++ b/src/changelog/2.15.0/LOG4J2-3175_Avoid_KafkaManager_override_when_topics_differ.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3175" link="https://issues.apache.org/jira/browse/LOG4J2-3175"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3183_Avoid_using_MutableInstant_of_the_event_as_a_cache_key_in_Js.xml b/src/changelog/2.15.0/LOG4J2-3183_Avoid_using_MutableInstant_of_the_event_as_a_cache_key_in_Js.xml
index 60c2c76..653911b 100644
--- a/src/changelog/2.15.0/LOG4J2-3183_Avoid_using_MutableInstant_of_the_event_as_a_cache_key_in_Js.xml
+++ b/src/changelog/2.15.0/LOG4J2-3183_Avoid_using_MutableInstant_of_the_event_as_a_cache_key_in_Js.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3183" link="https://issues.apache.org/jira/browse/LOG4J2-3183"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3185_Fix_thread_safety_issues_in_DefaultErrorHandler.xml b/src/changelog/2.15.0/LOG4J2-3185_Fix_thread_safety_issues_in_DefaultErrorHandler.xml
index dd08b0b..c1c64ac 100644
--- a/src/changelog/2.15.0/LOG4J2-3185_Fix_thread_safety_issues_in_DefaultErrorHandler.xml
+++ b/src/changelog/2.15.0/LOG4J2-3185_Fix_thread_safety_issues_in_DefaultErrorHandler.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3185" link="https://issues.apache.org/jira/browse/LOG4J2-3185"/>
   <author id="vy"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3189_Improve_NameAbbreviator_worst_case_performance.xml b/src/changelog/2.15.0/LOG4J2-3189_Improve_NameAbbreviator_worst_case_performance.xml
index bddc061..e9cfa73 100644
--- a/src/changelog/2.15.0/LOG4J2-3189_Improve_NameAbbreviator_worst_case_performance.xml
+++ b/src/changelog/2.15.0/LOG4J2-3189_Improve_NameAbbreviator_worst_case_performance.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3189" link="https://issues.apache.org/jira/browse/LOG4J2-3189"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3194_Allow_fractional_attributes_for_size_attribute_of_SizeBasedT.xml b/src/changelog/2.15.0/LOG4J2-3194_Allow_fractional_attributes_for_size_attribute_of_SizeBasedT.xml
index 0a57017..76e8f12 100644
--- a/src/changelog/2.15.0/LOG4J2-3194_Allow_fractional_attributes_for_size_attribute_of_SizeBasedT.xml
+++ b/src/changelog/2.15.0/LOG4J2-3194_Allow_fractional_attributes_for_size_attribute_of_SizeBasedT.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3194" link="https://issues.apache.org/jira/browse/LOG4J2-3194"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3198_Pattern_layout_no_longer_enables_lookups_within_message_text.xml b/src/changelog/2.15.0/LOG4J2-3198_Pattern_layout_no_longer_enables_lookups_within_message_text.xml
index b7f0962..edb6bed 100644
--- a/src/changelog/2.15.0/LOG4J2-3198_Pattern_layout_no_longer_enables_lookups_within_message_text.xml
+++ b/src/changelog/2.15.0/LOG4J2-3198_Pattern_layout_no_longer_enables_lookups_within_message_text.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3198" link="https://issues.apache.org/jira/browse/LOG4J2-3198"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.15.0/LOG4J2-3201_Limit_the_protocols_JNDI_can_use_by_default_Limit_the_serve.xml b/src/changelog/2.15.0/LOG4J2-3201_Limit_the_protocols_JNDI_can_use_by_default_Limit_the_serve.xml
index f52b7d0..b605ddd 100644
--- a/src/changelog/2.15.0/LOG4J2-3201_Limit_the_protocols_JNDI_can_use_by_default_Limit_the_serve.xml
+++ b/src/changelog/2.15.0/LOG4J2-3201_Limit_the_protocols_JNDI_can_use_by_default_Limit_the_serve.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3201" link="https://issues.apache.org/jira/browse/LOG4J2-3201"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.15.0/Update_Spring_framework_to_5_3_13_Spring_Boot_to_2_5_7_and.xml b/src/changelog/2.15.0/Update_Spring_framework_to_5_3_13_Spring_Boot_to_2_5_7_and.xml
index b774527..f7f5cfe 100644
--- a/src/changelog/2.15.0/Update_Spring_framework_to_5_3_13_Spring_Boot_to_2_5_7_and.xml
+++ b/src/changelog/2.15.0/Update_Spring_framework_to_5_3_13_Spring_Boot_to_2_5_7_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="rgoers"/>
   <description format="asciidoc">Update Spring framework to 5.3.13, Spring Boot to 2.5.7, and Spring Cloud to 2020.0.4.</description>
diff --git a/src/changelog/2.15.0/Updated_dependencies_com_fasterxml_jackson_core.xml b/src/changelog/2.15.0/Updated_dependencies_com_fasterxml_jackson_core.xml
index a1e3ebc..fc44563 100644
--- a/src/changelog/2.15.0/Updated_dependencies_com_fasterxml_jackson_core.xml
+++ b/src/changelog/2.15.0/Updated_dependencies_com_fasterxml_jackson_core.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Updated dependencies.
diff --git a/src/changelog/2.16.0/.release.xml b/src/changelog/2.16.0/.release.xml
index 270b012..d03b668 100644
--- a/src/changelog/2.16.0/.release.xml
+++ b/src/changelog/2.16.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2021-12-13"
          version="2.16.0"/>
diff --git a/src/changelog/2.16.0/LOG4J2-3208_Disable_JNDI_by_default_Require_log4j2_enableJndi_to_be_set.xml b/src/changelog/2.16.0/LOG4J2-3208_Disable_JNDI_by_default_Require_log4j2_enableJndi_to_be_set.xml
index cfaee66..2f19d9b 100644
--- a/src/changelog/2.16.0/LOG4J2-3208_Disable_JNDI_by_default_Require_log4j2_enableJndi_to_be_set.xml
+++ b/src/changelog/2.16.0/LOG4J2-3208_Disable_JNDI_by_default_Require_log4j2_enableJndi_to_be_set.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3208" link="https://issues.apache.org/jira/browse/LOG4J2-3208"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.16.0/LOG4J2-3211_Completely_remove_support_for_Message_Lookups.xml b/src/changelog/2.16.0/LOG4J2-3211_Completely_remove_support_for_Message_Lookups.xml
index 880f88a..6ebc200 100644
--- a/src/changelog/2.16.0/LOG4J2-3211_Completely_remove_support_for_Message_Lookups.xml
+++ b/src/changelog/2.16.0/LOG4J2-3211_Completely_remove_support_for_Message_Lookups.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3211" link="https://issues.apache.org/jira/browse/LOG4J2-3211"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.0/.release.xml b/src/changelog/2.17.0/.release.xml
index 0b7a109..2a2c812 100644
--- a/src/changelog/2.17.0/.release.xml
+++ b/src/changelog/2.17.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2021-12-17"
          version="2.17.0"/>
diff --git a/src/changelog/2.17.0/LOG4J2-3230_Fix_string_substitution_recursion.xml b/src/changelog/2.17.0/LOG4J2-3230_Fix_string_substitution_recursion.xml
index e245588..2fca3ba 100644
--- a/src/changelog/2.17.0/LOG4J2-3230_Fix_string_substitution_recursion.xml
+++ b/src/changelog/2.17.0/LOG4J2-3230_Fix_string_substitution_recursion.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3230" link="https://issues.apache.org/jira/browse/LOG4J2-3230"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.0/LOG4J2-3237_Log4j_1_2_bridge_API_hard_codes_the_Syslog_protocol_to_TCP.xml b/src/changelog/2.17.0/LOG4J2-3237_Log4j_1_2_bridge_API_hard_codes_the_Syslog_protocol_to_TCP.xml
index f545400..05996f4 100644
--- a/src/changelog/2.17.0/LOG4J2-3237_Log4j_1_2_bridge_API_hard_codes_the_Syslog_protocol_to_TCP.xml
+++ b/src/changelog/2.17.0/LOG4J2-3237_Log4j_1_2_bridge_API_hard_codes_the_Syslog_protocol_to_TCP.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3237" link="https://issues.apache.org/jira/browse/LOG4J2-3237"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.0/LOG4J2-3241_Do_not_declare_log4j_api_java9_and_log4j_core_java9_as_depen.xml b/src/changelog/2.17.0/LOG4J2-3241_Do_not_declare_log4j_api_java9_and_log4j_core_java9_as_depen.xml
index 82ec5c9..cce7a86 100644
--- a/src/changelog/2.17.0/LOG4J2-3241_Do_not_declare_log4j_api_java9_and_log4j_core_java9_as_depen.xml
+++ b/src/changelog/2.17.0/LOG4J2-3241_Do_not_declare_log4j_api_java9_and_log4j_core_java9_as_depen.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3241" link="https://issues.apache.org/jira/browse/LOG4J2-3241"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.0/LOG4J2-3242_Limit_JNDI_to_the_java_protocol_only_JNDI_will_remain_disab.xml b/src/changelog/2.17.0/LOG4J2-3242_Limit_JNDI_to_the_java_protocol_only_JNDI_will_remain_disab.xml
index d9513eb..b99d770 100644
--- a/src/changelog/2.17.0/LOG4J2-3242_Limit_JNDI_to_the_java_protocol_only_JNDI_will_remain_disab.xml
+++ b/src/changelog/2.17.0/LOG4J2-3242_Limit_JNDI_to_the_java_protocol_only_JNDI_will_remain_disab.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3242" link="https://issues.apache.org/jira/browse/LOG4J2-3242"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.0/LOG4J2-3247_PropertiesConfiguration_parseAppenderFilters_NPE_when_parsin.xml b/src/changelog/2.17.0/LOG4J2-3247_PropertiesConfiguration_parseAppenderFilters_NPE_when_parsin.xml
index e437ada..e7f232f 100644
--- a/src/changelog/2.17.0/LOG4J2-3247_PropertiesConfiguration_parseAppenderFilters_NPE_when_parsin.xml
+++ b/src/changelog/2.17.0/LOG4J2-3247_PropertiesConfiguration_parseAppenderFilters_NPE_when_parsin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3247" link="https://issues.apache.org/jira/browse/LOG4J2-3247"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.0/LOG4J2-3249_Log4j_1_2_bridge_for_Syslog_Appender_defaults_to_port_512_in.xml b/src/changelog/2.17.0/LOG4J2-3249_Log4j_1_2_bridge_for_Syslog_Appender_defaults_to_port_512_in.xml
index c9edc32..55982ea 100644
--- a/src/changelog/2.17.0/LOG4J2-3249_Log4j_1_2_bridge_for_Syslog_Appender_defaults_to_port_512_in.xml
+++ b/src/changelog/2.17.0/LOG4J2-3249_Log4j_1_2_bridge_for_Syslog_Appender_defaults_to_port_512_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3249" link="https://issues.apache.org/jira/browse/LOG4J2-3249"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.1/.release.xml b/src/changelog/2.17.1/.release.xml
index d2e2e81..09a35ae 100644
--- a/src/changelog/2.17.1/.release.xml
+++ b/src/changelog/2.17.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2021-12-27"
          version="2.17.1"/>
diff --git a/src/changelog/2.17.1/Fix_NPE_when_input_is_null_in_StrSubstitutor_replace_String.xml b/src/changelog/2.17.1/Fix_NPE_when_input_is_null_in_StrSubstitutor_replace_String.xml
index 274f5e0..13a5453 100644
--- a/src/changelog/2.17.1/Fix_NPE_when_input_is_null_in_StrSubstitutor_replace_String.xml
+++ b/src/changelog/2.17.1/Fix_NPE_when_input_is_null_in_StrSubstitutor_replace_String.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Fix NPE when input is null in StrSubstitutor.replace(String, Properties).</description>
diff --git a/src/changelog/2.17.1/LOG4J2-3204_Correct_SpringLookup_package_name_in_Interpolator.xml b/src/changelog/2.17.1/LOG4J2-3204_Correct_SpringLookup_package_name_in_Interpolator.xml
index 4ea68ec..c3c164b 100644
--- a/src/changelog/2.17.1/LOG4J2-3204_Correct_SpringLookup_package_name_in_Interpolator.xml
+++ b/src/changelog/2.17.1/LOG4J2-3204_Correct_SpringLookup_package_name_in_Interpolator.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3204" link="https://issues.apache.org/jira/browse/LOG4J2-3204"/>
   <author id="vy"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3256_Reduce_ignored_package_scope_of_KafkaAppender.xml b/src/changelog/2.17.1/LOG4J2-3256_Reduce_ignored_package_scope_of_KafkaAppender.xml
index 8aa7989..947236c 100644
--- a/src/changelog/2.17.1/LOG4J2-3256_Reduce_ignored_package_scope_of_KafkaAppender.xml
+++ b/src/changelog/2.17.1/LOG4J2-3256_Reduce_ignored_package_scope_of_KafkaAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3256" link="https://issues.apache.org/jira/browse/LOG4J2-3256"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3264_Fix_MapLookup_to_lookup_MapMessage_before_DefaultMap.xml b/src/changelog/2.17.1/LOG4J2-3264_Fix_MapLookup_to_lookup_MapMessage_before_DefaultMap.xml
index b64a4a5..ec79e51 100644
--- a/src/changelog/2.17.1/LOG4J2-3264_Fix_MapLookup_to_lookup_MapMessage_before_DefaultMap.xml
+++ b/src/changelog/2.17.1/LOG4J2-3264_Fix_MapLookup_to_lookup_MapMessage_before_DefaultMap.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3264" link="https://issues.apache.org/jira/browse/LOG4J2-3264"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3270_Lookups_with_no_prefix_only_read_values_from_the_configurati.xml b/src/changelog/2.17.1/LOG4J2-3270_Lookups_with_no_prefix_only_read_values_from_the_configurati.xml
index df1611f..5f79d5e 100644
--- a/src/changelog/2.17.1/LOG4J2-3270_Lookups_with_no_prefix_only_read_values_from_the_configurati.xml
+++ b/src/changelog/2.17.1/LOG4J2-3270_Lookups_with_no_prefix_only_read_values_from_the_configurati.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3270" link="https://issues.apache.org/jira/browse/LOG4J2-3270"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3274_Buffered_I_O_checked_had_inverted_logic_in_RollingFileAppend.xml b/src/changelog/2.17.1/LOG4J2-3274_Buffered_I_O_checked_had_inverted_logic_in_RollingFileAppend.xml
index 035e2dd..87c5956 100644
--- a/src/changelog/2.17.1/LOG4J2-3274_Buffered_I_O_checked_had_inverted_logic_in_RollingFileAppend.xml
+++ b/src/changelog/2.17.1/LOG4J2-3274_Buffered_I_O_checked_had_inverted_logic_in_RollingFileAppend.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3274" link="https://issues.apache.org/jira/browse/LOG4J2-3274"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3284_log4j_to_slf4j_takes_the_provided_MessageFactory_into_accoun.xml b/src/changelog/2.17.1/LOG4J2-3284_log4j_to_slf4j_takes_the_provided_MessageFactory_into_accoun.xml
index 9278bcf..8576561 100644
--- a/src/changelog/2.17.1/LOG4J2-3284_log4j_to_slf4j_takes_the_provided_MessageFactory_into_accoun.xml
+++ b/src/changelog/2.17.1/LOG4J2-3284_log4j_to_slf4j_takes_the_provided_MessageFactory_into_accoun.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3284" link="https://issues.apache.org/jira/browse/LOG4J2-3284"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3289_log4j_to_slf4j_no_longer_re_interpolates_formatted_message_c.xml b/src/changelog/2.17.1/LOG4J2-3289_log4j_to_slf4j_no_longer_re_interpolates_formatted_message_c.xml
index 5d7e770..5eee3ef 100644
--- a/src/changelog/2.17.1/LOG4J2-3289_log4j_to_slf4j_no_longer_re_interpolates_formatted_message_c.xml
+++ b/src/changelog/2.17.1/LOG4J2-3289_log4j_to_slf4j_no_longer_re_interpolates_formatted_message_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3289" link="https://issues.apache.org/jira/browse/LOG4J2-3289"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3290_Remove_unused_method.xml b/src/changelog/2.17.1/LOG4J2-3290_Remove_unused_method.xml
index 61d23ec..b077063 100644
--- a/src/changelog/2.17.1/LOG4J2-3290_Remove_unused_method.xml
+++ b/src/changelog/2.17.1/LOG4J2-3290_Remove_unused_method.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3290" link="https://issues.apache.org/jira/browse/LOG4J2-3290"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3292_ExtendedLoggerWrapper_logMessage_no_longer_double_logs_when.xml b/src/changelog/2.17.1/LOG4J2-3292_ExtendedLoggerWrapper_logMessage_no_longer_double_logs_when.xml
index 0f539ac..86fcc6a 100644
--- a/src/changelog/2.17.1/LOG4J2-3292_ExtendedLoggerWrapper_logMessage_no_longer_double_logs_when.xml
+++ b/src/changelog/2.17.1/LOG4J2-3292_ExtendedLoggerWrapper_logMessage_no_longer_double_logs_when.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3292" link="https://issues.apache.org/jira/browse/LOG4J2-3292"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.1/LOG4J2-3293_JdbcAppender_now_uses_JndiManager_to_access_JNDI_resources.xml b/src/changelog/2.17.1/LOG4J2-3293_JdbcAppender_now_uses_JndiManager_to_access_JNDI_resources.xml
index 39f7ad0..b00d4a8 100644
--- a/src/changelog/2.17.1/LOG4J2-3293_JdbcAppender_now_uses_JndiManager_to_access_JNDI_resources.xml
+++ b/src/changelog/2.17.1/LOG4J2-3293_JdbcAppender_now_uses_JndiManager_to_access_JNDI_resources.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3293" link="https://issues.apache.org/jira/browse/LOG4J2-3293"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/.release.xml b/src/changelog/2.17.2/.release.xml
index 1d8b94f..b818fc3 100644
--- a/src/changelog/2.17.2/.release.xml
+++ b/src/changelog/2.17.2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2022-02-23"
          version="2.17.2"/>
diff --git a/src/changelog/2.17.2/Add_Configurator_setLevel_Logger_Level_setLevel_String_S.xml b/src/changelog/2.17.2/Add_Configurator_setLevel_Logger_Level_setLevel_String_S.xml
index 181440e..80ac5bc 100644
--- a/src/changelog/2.17.2/Add_Configurator_setLevel_Logger_Level_setLevel_String_S.xml
+++ b/src/changelog/2.17.2/Add_Configurator_setLevel_Logger_Level_setLevel_String_S.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="ggregory"/>
   <description format="asciidoc">Add Configurator.setLevel(Logger, Level), setLevel(String, String), and setLevel(Class, Level).</description>
diff --git a/src/changelog/2.17.2/Add_org_apache_logging_log4j_core_appender_AsyncAppender_get.xml b/src/changelog/2.17.2/Add_org_apache_logging_log4j_core_appender_AsyncAppender_get.xml
index a378ac0..c6704fc 100644
--- a/src/changelog/2.17.2/Add_org_apache_logging_log4j_core_appender_AsyncAppender_get.xml
+++ b/src/changelog/2.17.2/Add_org_apache_logging_log4j_core_appender_AsyncAppender_get.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <author id="ggregory"/>
   <description format="asciidoc">Add org.apache.logging.log4j.core.appender.AsyncAppender.getAppenders() to more easily port from org.apache.log4j.AsyncAppender.getAllAppenders().</description>
diff --git a/src/changelog/2.17.2/Bump_Jackson_from_2_12_4_to_2_13_1.xml b/src/changelog/2.17.2/Bump_Jackson_from_2_12_4_to_2_13_1.xml
index 277ebeb..a8edb80 100644
--- a/src/changelog/2.17.2/Bump_Jackson_from_2_12_4_to_2_13_1.xml
+++ b/src/changelog/2.17.2/Bump_Jackson_from_2_12_4_to_2_13_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump Jackson from 2.12.4 to 2.13.1.</description>
diff --git a/src/changelog/2.17.2/Bump_Mockito_from_3_11_2_to_4_2_0.xml b/src/changelog/2.17.2/Bump_Mockito_from_3_11_2_to_4_2_0.xml
index 518f399..0b8e873 100644
--- a/src/changelog/2.17.2/Bump_Mockito_from_3_11_2_to_4_2_0.xml
+++ b/src/changelog/2.17.2/Bump_Mockito_from_3_11_2_to_4_2_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump Mockito from 3.11.2 to 4.2.0.</description>
diff --git a/src/changelog/2.17.2/Bump_Woodstox_6_2_6_to_6_2_8.xml b/src/changelog/2.17.2/Bump_Woodstox_6_2_6_to_6_2_8.xml
index 04005ee..8da9fe0 100644
--- a/src/changelog/2.17.2/Bump_Woodstox_6_2_6_to_6_2_8.xml
+++ b/src/changelog/2.17.2/Bump_Woodstox_6_2_6_to_6_2_8.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump Woodstox 6.2.6 to 6.2.8.</description>
diff --git a/src/changelog/2.17.2/Bump_awaitility_from_4_0_3_to_4_1_1_663.xml b/src/changelog/2.17.2/Bump_awaitility_from_4_0_3_to_4_1_1_663.xml
index 2778a56..51c3fa7 100644
--- a/src/changelog/2.17.2/Bump_awaitility_from_4_0_3_to_4_1_1_663.xml
+++ b/src/changelog/2.17.2/Bump_awaitility_from_4_0_3_to_4_1_1_663.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump awaitility from 4.0.3 to 4.1.1 #663.</description>
diff --git a/src/changelog/2.17.2/Bump_de_flapdoodle_embed_de_flapdoodle_embed_mongo_from_3_0.xml b/src/changelog/2.17.2/Bump_de_flapdoodle_embed_de_flapdoodle_embed_mongo_from_3_0.xml
index 2b78470..0a01537 100644
--- a/src/changelog/2.17.2/Bump_de_flapdoodle_embed_de_flapdoodle_embed_mongo_from_3_0.xml
+++ b/src/changelog/2.17.2/Bump_de_flapdoodle_embed_de_flapdoodle_embed_mongo_from_3_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 3.0.0 to 3.4.1. Update tests for binary incompatibilities in APIs.</description>
diff --git a/src/changelog/2.17.2/Bump_maven_compiler_plugin_from_3_8_1_to_3_9_0.xml b/src/changelog/2.17.2/Bump_maven_compiler_plugin_from_3_8_1_to_3_9_0.xml
index 29021a6..329c86c 100644
--- a/src/changelog/2.17.2/Bump_maven_compiler_plugin_from_3_8_1_to_3_9_0.xml
+++ b/src/changelog/2.17.2/Bump_maven_compiler_plugin_from_3_8_1_to_3_9_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump maven-compiler-plugin from 3.8.1 to 3.9.0.</description>
diff --git a/src/changelog/2.17.2/Bump_mongodb3_version_from_3_12_4_to_3_12_10_605.xml b/src/changelog/2.17.2/Bump_mongodb3_version_from_3_12_4_to_3_12_10_605.xml
index f0f1d21..c6f3fd4 100644
--- a/src/changelog/2.17.2/Bump_mongodb3_version_from_3_12_4_to_3_12_10_605.xml
+++ b/src/changelog/2.17.2/Bump_mongodb3_version_from_3_12_4_to_3_12_10_605.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump mongodb3.version from 3.12.4 to 3.12.10 #605.</description>
diff --git a/src/changelog/2.17.2/Bump_net_javacrumbs_json_unit_json_unit_from_2_27_0_to_2_28.xml b/src/changelog/2.17.2/Bump_net_javacrumbs_json_unit_json_unit_from_2_27_0_to_2_28.xml
index c06de52..dd559cb 100644
--- a/src/changelog/2.17.2/Bump_net_javacrumbs_json_unit_json_unit_from_2_27_0_to_2_28.xml
+++ b/src/changelog/2.17.2/Bump_net_javacrumbs_json_unit_json_unit_from_2_27_0_to_2_28.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump net.javacrumbs.json-unit:json-unit from 2.27.0 to 2.28.0.</description>
diff --git a/src/changelog/2.17.2/Bump_org_apache_activemq_activemq_broker_from_5_16_3_to_5_16.xml b/src/changelog/2.17.2/Bump_org_apache_activemq_activemq_broker_from_5_16_3_to_5_16.xml
index f9a5856..9d0fb9a 100644
--- a/src/changelog/2.17.2/Bump_org_apache_activemq_activemq_broker_from_5_16_3_to_5_16.xml
+++ b/src/changelog/2.17.2/Bump_org_apache_activemq_activemq_broker_from_5_16_3_to_5_16.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.apache.activemq:activemq-broker from 5.16.3 to 5.16.4.</description>
diff --git a/src/changelog/2.17.2/Bump_org_apache_maven_plugins_maven_javadoc_plugin_from_3_3.xml b/src/changelog/2.17.2/Bump_org_apache_maven_plugins_maven_javadoc_plugin_from_3_3.xml
index 5d658df..79926c3 100644
--- a/src/changelog/2.17.2/Bump_org_apache_maven_plugins_maven_javadoc_plugin_from_3_3.xml
+++ b/src/changelog/2.17.2/Bump_org_apache_maven_plugins_maven_javadoc_plugin_from_3_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.3.2.</description>
diff --git a/src/changelog/2.17.2/Bump_org_assertj_assertj_core_from_3_20_2_to_3_22_0.xml b/src/changelog/2.17.2/Bump_org_assertj_assertj_core_from_3_20_2_to_3_22_0.xml
index 947c822..ba0f6e3 100644
--- a/src/changelog/2.17.2/Bump_org_assertj_assertj_core_from_3_20_2_to_3_22_0.xml
+++ b/src/changelog/2.17.2/Bump_org_assertj_assertj_core_from_3_20_2_to_3_22_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.assertj:assertj-core from 3.20.2 to 3.22.0.</description>
diff --git a/src/changelog/2.17.2/Bump_org_codehaus_groovy_groovy_from_3_0_8_to_3_0_9.xml b/src/changelog/2.17.2/Bump_org_codehaus_groovy_groovy_from_3_0_8_to_3_0_9.xml
index f710278..96fe327 100644
--- a/src/changelog/2.17.2/Bump_org_codehaus_groovy_groovy_from_3_0_8_to_3_0_9.xml
+++ b/src/changelog/2.17.2/Bump_org_codehaus_groovy_groovy_from_3_0_8_to_3_0_9.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.codehaus.groovy:groovy-* from 3.0.8 to 3.0.9.</description>
diff --git a/src/changelog/2.17.2/Bump_org_eclipse_persistence_org_eclipse_persistence_jpa_fro.xml b/src/changelog/2.17.2/Bump_org_eclipse_persistence_org_eclipse_persistence_jpa_fro.xml
index b0479b9..3a6d74a 100644
--- a/src/changelog/2.17.2/Bump_org_eclipse_persistence_org_eclipse_persistence_jpa_fro.xml
+++ b/src/changelog/2.17.2/Bump_org_eclipse_persistence_org_eclipse_persistence_jpa_fro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.eclipse.persistence:org.eclipse.persistence.jpa from 2.7.9 to 2.7.10.</description>
diff --git a/src/changelog/2.17.2/Bump_org_fusesource_jansi_jansi_from_2_3_4_to_2_4_0.xml b/src/changelog/2.17.2/Bump_org_fusesource_jansi_jansi_from_2_3_4_to_2_4_0.xml
index 807721d..8521a2a 100644
--- a/src/changelog/2.17.2/Bump_org_fusesource_jansi_jansi_from_2_3_4_to_2_4_0.xml
+++ b/src/changelog/2.17.2/Bump_org_fusesource_jansi_jansi_from_2_3_4_to_2_4_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.fusesource.jansi:jansi from 2.3.4 to 2.4.0.</description>
diff --git a/src/changelog/2.17.2/Bump_org_jacoco_jacoco_maven_plugin_from_0_8_6_to_0_8_7.xml b/src/changelog/2.17.2/Bump_org_jacoco_jacoco_maven_plugin_from_0_8_6_to_0_8_7.xml
index b1a3e0b..0397f53 100644
--- a/src/changelog/2.17.2/Bump_org_jacoco_jacoco_maven_plugin_from_0_8_6_to_0_8_7.xml
+++ b/src/changelog/2.17.2/Bump_org_jacoco_jacoco_maven_plugin_from_0_8_6_to_0_8_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.7.</description>
diff --git a/src/changelog/2.17.2/Bump_org_junit_jupiter_junit_from_5_7_2_to_5_8_2.xml b/src/changelog/2.17.2/Bump_org_junit_jupiter_junit_from_5_7_2_to_5_8_2.xml
index 4633c57..fea6702 100644
--- a/src/changelog/2.17.2/Bump_org_junit_jupiter_junit_from_5_7_2_to_5_8_2.xml
+++ b/src/changelog/2.17.2/Bump_org_junit_jupiter_junit_from_5_7_2_to_5_8_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.junit.jupiter:junit-* from 5.7.2 to 5.8.2.</description>
diff --git a/src/changelog/2.17.2/Bump_org_junit_pioneer_junit_pioneer_from_1_5_0_to_1_6_1.xml b/src/changelog/2.17.2/Bump_org_junit_pioneer_junit_pioneer_from_1_5_0_to_1_6_1.xml
index cf04010..ea2d4c2 100644
--- a/src/changelog/2.17.2/Bump_org_junit_pioneer_junit_pioneer_from_1_5_0_to_1_6_1.xml
+++ b/src/changelog/2.17.2/Bump_org_junit_pioneer_junit_pioneer_from_1_5_0_to_1_6_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.junit-pioneer:junit-pioneer from 1.5.0 to 1.6.1.</description>
diff --git a/src/changelog/2.17.2/Bump_org_mongodb_bson_from_4_2_2_to_4_5_0.xml b/src/changelog/2.17.2/Bump_org_mongodb_bson_from_4_2_2_to_4_5_0.xml
index c540d72..29d8388 100644
--- a/src/changelog/2.17.2/Bump_org_mongodb_bson_from_4_2_2_to_4_5_0.xml
+++ b/src/changelog/2.17.2/Bump_org_mongodb_bson_from_4_2_2_to_4_5_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.mongodb:bson from 4.2.2 to 4.5.0.</description>
diff --git a/src/changelog/2.17.2/Bump_org_mongodb_mongodb_driver_sync_from_4_2_2_to_4_5_0.xml b/src/changelog/2.17.2/Bump_org_mongodb_mongodb_driver_sync_from_4_2_2_to_4_5_0.xml
index 636e0af..3871a36 100644
--- a/src/changelog/2.17.2/Bump_org_mongodb_mongodb_driver_sync_from_4_2_2_to_4_5_0.xml
+++ b/src/changelog/2.17.2/Bump_org_mongodb_mongodb_driver_sync_from_4_2_2_to_4_5_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.mongodb:mongodb-driver-sync from 4.2.2 to 4.5.0.</description>
diff --git a/src/changelog/2.17.2/Bump_org_springframework_spring_from_5_3_13_to_5_3_15.xml b/src/changelog/2.17.2/Bump_org_springframework_spring_from_5_3_13_to_5_3_15.xml
index a4ca194..c70c7ca 100644
--- a/src/changelog/2.17.2/Bump_org_springframework_spring_from_5_3_13_to_5_3_15.xml
+++ b/src/changelog/2.17.2/Bump_org_springframework_spring_from_5_3_13_to_5_3_15.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.springframework:spring-* from 5.3.13 to 5.3.15.</description>
diff --git a/src/changelog/2.17.2/Bump_org_xmlunit_xmlunit_from_2_8_3_to_2_8_4.xml b/src/changelog/2.17.2/Bump_org_xmlunit_xmlunit_from_2_8_3_to_2_8_4.xml
index 5fdf9af..061ff65 100644
--- a/src/changelog/2.17.2/Bump_org_xmlunit_xmlunit_from_2_8_3_to_2_8_4.xml
+++ b/src/changelog/2.17.2/Bump_org_xmlunit_xmlunit_from_2_8_3_to_2_8_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Bump org.xmlunit:xmlunit-* from 2.8.3 to 2.8.4.</description>
diff --git a/src/changelog/2.17.2/Fix_DTD_error_Add_missing_ELEMENT_for_Marker.xml b/src/changelog/2.17.2/Fix_DTD_error_Add_missing_ELEMENT_for_Marker.xml
index 008200b..e29ee50 100644
--- a/src/changelog/2.17.2/Fix_DTD_error_Add_missing_ELEMENT_for_Marker.xml
+++ b/src/changelog/2.17.2/Fix_DTD_error_Add_missing_ELEMENT_for_Marker.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Fix DTD error: Add missing ELEMENT for Marker.</description>
diff --git a/src/changelog/2.17.2/Fix_log4j_jakarta_web_service_file_723.xml b/src/changelog/2.17.2/Fix_log4j_jakarta_web_service_file_723.xml
index 4a27508..0528073 100644
--- a/src/changelog/2.17.2/Fix_log4j_jakarta_web_service_file_723.xml
+++ b/src/changelog/2.17.2/Fix_log4j_jakarta_web_service_file_723.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.17.2/JndiManager_reverts_to_2_17_0_behavior_Read_the_system_prop.xml b/src/changelog/2.17.2/JndiManager_reverts_to_2_17_0_behavior_Read_the_system_prop.xml
index dcacd08..74c5071 100644
--- a/src/changelog/2.17.2/JndiManager_reverts_to_2_17_0_behavior_Read_the_system_prop.xml
+++ b/src/changelog/2.17.2/JndiManager_reverts_to_2_17_0_behavior_Read_the_system_prop.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">JndiManager reverts to 2.17.0 behavior: Read the system property for each call.</description>
diff --git a/src/changelog/2.17.2/LOG4J2-2486_Require_log4j2_Script_enableLanguages_to_be_specified_to_ena.xml b/src/changelog/2.17.2/LOG4J2-2486_Require_log4j2_Script_enableLanguages_to_be_specified_to_ena.xml
index e6aa1d0..c319f01 100644
--- a/src/changelog/2.17.2/LOG4J2-2486_Require_log4j2_Script_enableLanguages_to_be_specified_to_ena.xml
+++ b/src/changelog/2.17.2/LOG4J2-2486_Require_log4j2_Script_enableLanguages_to_be_specified_to_ena.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2486" link="https://issues.apache.org/jira/browse/LOG4J2-2486"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3215_Replace_usages_of_compile_with_implementation_in_the_Gra.xml b/src/changelog/2.17.2/LOG4J2-3215_Replace_usages_of_compile_with_implementation_in_the_Gra.xml
index 6995504..3f4b46f 100644
--- a/src/changelog/2.17.2/LOG4J2-3215_Replace_usages_of_compile_with_implementation_in_the_Gra.xml
+++ b/src/changelog/2.17.2/LOG4J2-3215_Replace_usages_of_compile_with_implementation_in_the_Gra.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3215" link="https://issues.apache.org/jira/browse/LOG4J2-3215"/>
   <author id="vy"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3267_Change_modifier_of_method_org_apache_logging_log4j_core_tool.xml b/src/changelog/2.17.2/LOG4J2-3267_Change_modifier_of_method_org_apache_logging_log4j_core_tool.xml
index 9b7ae11..89871eb 100644
--- a/src/changelog/2.17.2/LOG4J2-3267_Change_modifier_of_method_org_apache_logging_log4j_core_tool.xml
+++ b/src/changelog/2.17.2/LOG4J2-3267_Change_modifier_of_method_org_apache_logging_log4j_core_tool.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3267" link="https://issues.apache.org/jira/browse/LOG4J2-3267"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3281_Log4j_1_2_bridge_PropertiesConfiguration_buildAppender_not_a.xml b/src/changelog/2.17.2/LOG4J2-3281_Log4j_1_2_bridge_PropertiesConfiguration_buildAppender_not_a.xml
index 722d586..becaffe 100644
--- a/src/changelog/2.17.2/LOG4J2-3281_Log4j_1_2_bridge_PropertiesConfiguration_buildAppender_not_a.xml
+++ b/src/changelog/2.17.2/LOG4J2-3281_Log4j_1_2_bridge_PropertiesConfiguration_buildAppender_not_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3281" link="https://issues.apache.org/jira/browse/LOG4J2-3281"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3282_Add_the_log4j_to_jul_JDK_Logging_Bridge.xml b/src/changelog/2.17.2/LOG4J2-3282_Add_the_log4j_to_jul_JDK_Logging_Bridge.xml
index ab3ebf4..e3ddef1 100644
--- a/src/changelog/2.17.2/LOG4J2-3282_Add_the_log4j_to_jul_JDK_Logging_Bridge.xml
+++ b/src/changelog/2.17.2/LOG4J2-3282_Add_the_log4j_to_jul_JDK_Logging_Bridge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3282" link="https://issues.apache.org/jira/browse/LOG4J2-3282"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3297_Limit_loading_of_configuration_via_a_url_to_https_by_default.xml b/src/changelog/2.17.2/LOG4J2-3297_Limit_loading_of_configuration_via_a_url_to_https_by_default.xml
index 8a51996..9115832 100644
--- a/src/changelog/2.17.2/LOG4J2-3297_Limit_loading_of_configuration_via_a_url_to_https_by_default.xml
+++ b/src/changelog/2.17.2/LOG4J2-3297_Limit_loading_of_configuration_via_a_url_to_https_by_default.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3297" link="https://issues.apache.org/jira/browse/LOG4J2-3297"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3303_Add_TB_support_to_FileSize.xml b/src/changelog/2.17.2/LOG4J2-3303_Add_TB_support_to_FileSize.xml
index dca4418..a63e5d1 100644
--- a/src/changelog/2.17.2/LOG4J2-3303_Add_TB_support_to_FileSize.xml
+++ b/src/changelog/2.17.2/LOG4J2-3303_Add_TB_support_to_FileSize.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3303" link="https://issues.apache.org/jira/browse/LOG4J2-3303"/>
   <author id="vy"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3304_Flag_LogManager_as_initialized_if_the_LoggerFactory_is_provi.xml b/src/changelog/2.17.2/LOG4J2-3304_Flag_LogManager_as_initialized_if_the_LoggerFactory_is_provi.xml
index 2fa3f52..b8a6919 100644
--- a/src/changelog/2.17.2/LOG4J2-3304_Flag_LogManager_as_initialized_if_the_LoggerFactory_is_provi.xml
+++ b/src/changelog/2.17.2/LOG4J2-3304_Flag_LogManager_as_initialized_if_the_LoggerFactory_is_provi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3304" link="https://issues.apache.org/jira/browse/LOG4J2-3304"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3306_OptionConverter_could_cause_a_StackOverflowError.xml b/src/changelog/2.17.2/LOG4J2-3306_OptionConverter_could_cause_a_StackOverflowError.xml
index e3d47d6..da19e73 100644
--- a/src/changelog/2.17.2/LOG4J2-3306_OptionConverter_could_cause_a_StackOverflowError.xml
+++ b/src/changelog/2.17.2/LOG4J2-3306_OptionConverter_could_cause_a_StackOverflowError.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3306" link="https://issues.apache.org/jira/browse/LOG4J2-3306"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3316_Log4j_1_2_bridge_should_ignore_case_in_properties_file_keys.xml b/src/changelog/2.17.2/LOG4J2-3316_Log4j_1_2_bridge_should_ignore_case_in_properties_file_keys.xml
index f0fb1cf..f5b1753 100644
--- a/src/changelog/2.17.2/LOG4J2-3316_Log4j_1_2_bridge_should_ignore_case_in_properties_file_keys.xml
+++ b/src/changelog/2.17.2/LOG4J2-3316_Log4j_1_2_bridge_should_ignore_case_in_properties_file_keys.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3316" link="https://issues.apache.org/jira/browse/LOG4J2-3316"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3317_Fix_RoutingAppender_backward_compatibility_and_disallow_recu.xml b/src/changelog/2.17.2/LOG4J2-3317_Fix_RoutingAppender_backward_compatibility_and_disallow_recu.xml
index 10cf60a..4d7768e 100644
--- a/src/changelog/2.17.2/LOG4J2-3317_Fix_RoutingAppender_backward_compatibility_and_disallow_recu.xml
+++ b/src/changelog/2.17.2/LOG4J2-3317_Fix_RoutingAppender_backward_compatibility_and_disallow_recu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3317" link="https://issues.apache.org/jira/browse/LOG4J2-3317"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_class_org_apache_log4j_spi_LoggingEvent_mis.xml b/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_class_org_apache_log4j_spi_LoggingEvent_mis.xml
index 43088ec..1b71cce 100644
--- a/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_class_org_apache_log4j_spi_LoggingEvent_mis.xml
+++ b/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_class_org_apache_log4j_spi_LoggingEvent_mis.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3326" link="https://issues.apache.org/jira/browse/LOG4J2-3326"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_fixes_parsing_filters_in_properties_configu.xml b/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_fixes_parsing_filters_in_properties_configu.xml
index 21bf894..e876896 100644
--- a/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_fixes_parsing_filters_in_properties_configu.xml
+++ b/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_fixes_parsing_filters_in_properties_configu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3326" link="https://issues.apache.org/jira/browse/LOG4J2-3326"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_missing_OptionConverter_instantiateByKey_Pr.xml b/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_missing_OptionConverter_instantiateByKey_Pr.xml
index 79f5d0e..02e14c9 100644
--- a/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_missing_OptionConverter_instantiateByKey_Pr.xml
+++ b/src/changelog/2.17.2/LOG4J2-3326_Log4j_1_2_bridge_missing_OptionConverter_instantiateByKey_Pr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3326" link="https://issues.apache.org/jira/browse/LOG4J2-3326"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3328_Log4j_1_2_bridge_does_not_support_system_properties_in_log4j.xml b/src/changelog/2.17.2/LOG4J2-3328_Log4j_1_2_bridge_does_not_support_system_properties_in_log4j.xml
index 2f26035..26f4b6a 100644
--- a/src/changelog/2.17.2/LOG4J2-3328_Log4j_1_2_bridge_does_not_support_system_properties_in_log4j.xml
+++ b/src/changelog/2.17.2/LOG4J2-3328_Log4j_1_2_bridge_does_not_support_system_properties_in_log4j.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3328" link="https://issues.apache.org/jira/browse/LOG4J2-3328"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3330_Configurator_setLevel_not_fetching_the_correct_LoggerContext.xml b/src/changelog/2.17.2/LOG4J2-3330_Configurator_setLevel_not_fetching_the_correct_LoggerContext.xml
index be0fe7e..0918f56 100644
--- a/src/changelog/2.17.2/LOG4J2-3330_Configurator_setLevel_not_fetching_the_correct_LoggerContext.xml
+++ b/src/changelog/2.17.2/LOG4J2-3330_Configurator_setLevel_not_fetching_the_correct_LoggerContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3330" link="https://issues.apache.org/jira/browse/LOG4J2-3330"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3333_Fix_ThreadContextDataInjector_initialization_deadlock.xml b/src/changelog/2.17.2/LOG4J2-3333_Fix_ThreadContextDataInjector_initialization_deadlock.xml
index 9f5f8f7..dfca1ac 100644
--- a/src/changelog/2.17.2/LOG4J2-3333_Fix_ThreadContextDataInjector_initialization_deadlock.xml
+++ b/src/changelog/2.17.2/LOG4J2-3333_Fix_ThreadContextDataInjector_initialization_deadlock.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3333" link="https://issues.apache.org/jira/browse/LOG4J2-3333"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3341_Add_shorthand_syntax_for_properties_configuration_format_for.xml b/src/changelog/2.17.2/LOG4J2-3341_Add_shorthand_syntax_for_properties_configuration_format_for.xml
index dce3b16..fe2f532 100644
--- a/src/changelog/2.17.2/LOG4J2-3341_Add_shorthand_syntax_for_properties_configuration_format_for.xml
+++ b/src/changelog/2.17.2/LOG4J2-3341_Add_shorthand_syntax_for_properties_configuration_format_for.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3341" link="https://issues.apache.org/jira/browse/LOG4J2-3341"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3345_log4j_jpl_formats_message_parameters_correctly_using_Message.xml b/src/changelog/2.17.2/LOG4J2-3345_log4j_jpl_formats_message_parameters_correctly_using_Message.xml
index a4330b0..30e5b27 100644
--- a/src/changelog/2.17.2/LOG4J2-3345_log4j_jpl_formats_message_parameters_correctly_using_Message.xml
+++ b/src/changelog/2.17.2/LOG4J2-3345_log4j_jpl_formats_message_parameters_correctly_using_Message.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3345" link="https://issues.apache.org/jira/browse/LOG4J2-3345"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3358_Fix_substitutions_when_programmatic_configuration_is_used.xml b/src/changelog/2.17.2/LOG4J2-3358_Fix_substitutions_when_programmatic_configuration_is_used.xml
index 1dffd89..b0ce141 100644
--- a/src/changelog/2.17.2/LOG4J2-3358_Fix_substitutions_when_programmatic_configuration_is_used.xml
+++ b/src/changelog/2.17.2/LOG4J2-3358_Fix_substitutions_when_programmatic_configuration_is_used.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3358" link="https://issues.apache.org/jira/browse/LOG4J2-3358"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3368_Bump_Tomcat_from_8_5_20_to_10_0_14_in_log4j_appserver_along.xml b/src/changelog/2.17.2/LOG4J2-3368_Bump_Tomcat_from_8_5_20_to_10_0_14_in_log4j_appserver_along.xml
index 5f59549..f9bb809 100644
--- a/src/changelog/2.17.2/LOG4J2-3368_Bump_Tomcat_from_8_5_20_to_10_0_14_in_log4j_appserver_along.xml
+++ b/src/changelog/2.17.2/LOG4J2-3368_Bump_Tomcat_from_8_5_20_to_10_0_14_in_log4j_appserver_along.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3368" link="https://issues.apache.org/jira/browse/LOG4J2-3368"/>
   <author id="vy"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3391_Add_optional_additional_fields_to_NoSQLAppender.xml b/src/changelog/2.17.2/LOG4J2-3391_Add_optional_additional_fields_to_NoSQLAppender.xml
index 3e3c75f..5310375 100644
--- a/src/changelog/2.17.2/LOG4J2-3391_Add_optional_additional_fields_to_NoSQLAppender.xml
+++ b/src/changelog/2.17.2/LOG4J2-3391_Add_optional_additional_fields_to_NoSQLAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3391" link="https://issues.apache.org/jira/browse/LOG4J2-3391"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3392_AppenderLoggingException_logging_any_exception_to_a_MongoDB.xml b/src/changelog/2.17.2/LOG4J2-3392_AppenderLoggingException_logging_any_exception_to_a_MongoDB.xml
index e120fa9..fb9de07 100644
--- a/src/changelog/2.17.2/LOG4J2-3392_AppenderLoggingException_logging_any_exception_to_a_MongoDB.xml
+++ b/src/changelog/2.17.2/LOG4J2-3392_AppenderLoggingException_logging_any_exception_to_a_MongoDB.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3392" link="https://issues.apache.org/jira/browse/LOG4J2-3392"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3392_Possible_NullPointerException_in_MongoDb4DocumentObject_Mon.xml b/src/changelog/2.17.2/LOG4J2-3392_Possible_NullPointerException_in_MongoDb4DocumentObject_Mon.xml
index 925b3aa..506230f 100644
--- a/src/changelog/2.17.2/LOG4J2-3392_Possible_NullPointerException_in_MongoDb4DocumentObject_Mon.xml
+++ b/src/changelog/2.17.2/LOG4J2-3392_Possible_NullPointerException_in_MongoDb4DocumentObject_Mon.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3392" link="https://issues.apache.org/jira/browse/LOG4J2-3392"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3404_Fix_DefaultConfiguration_leak_in_PatternLayout.xml b/src/changelog/2.17.2/LOG4J2-3404_Fix_DefaultConfiguration_leak_in_PatternLayout.xml
index a0c5e69..cfb545e 100644
--- a/src/changelog/2.17.2/LOG4J2-3404_Fix_DefaultConfiguration_leak_in_PatternLayout.xml
+++ b/src/changelog/2.17.2/LOG4J2-3404_Fix_DefaultConfiguration_leak_in_PatternLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3404" link="https://issues.apache.org/jira/browse/LOG4J2-3404"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3405_Document_that_the_Spring_Boot_Lookup_requires_the_log4j_spri.xml b/src/changelog/2.17.2/LOG4J2-3405_Document_that_the_Spring_Boot_Lookup_requires_the_log4j_spri.xml
index 4a6d6ff..51e3833 100644
--- a/src/changelog/2.17.2/LOG4J2-3405_Document_that_the_Spring_Boot_Lookup_requires_the_log4j_spri.xml
+++ b/src/changelog/2.17.2/LOG4J2-3405_Document_that_the_Spring_Boot_Lookup_requires_the_log4j_spri.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3405" link="https://issues.apache.org/jira/browse/LOG4J2-3405"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_Check_for_non_existent_appender_when_parsin.xml b/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_Check_for_non_existent_appender_when_parsin.xml
index 2e4a47d..68b5c20 100644
--- a/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_Check_for_non_existent_appender_when_parsin.xml
+++ b/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_Check_for_non_existent_appender_when_parsin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3407" link="https://issues.apache.org/jira/browse/LOG4J2-3407"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_supports_global_threshold_764.xml b/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_supports_global_threshold_764.xml
index ff1d735..a3b73de 100644
--- a/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_supports_global_threshold_764.xml
+++ b/src/changelog/2.17.2/LOG4J2-3407_Log4j_1_2_bridge_supports_global_threshold_764.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3407" link="https://issues.apache.org/jira/browse/LOG4J2-3407"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/LOG4J2-3410_Log4j_1_2_bridge_throws_a_ClassCastException_when_logging_a.xml b/src/changelog/2.17.2/LOG4J2-3410_Log4j_1_2_bridge_throws_a_ClassCastException_when_logging_a.xml
index 8d6eda7..1ae407d 100644
--- a/src/changelog/2.17.2/LOG4J2-3410_Log4j_1_2_bridge_throws_a_ClassCastException_when_logging_a.xml
+++ b/src/changelog/2.17.2/LOG4J2-3410_Log4j_1_2_bridge_throws_a_ClassCastException_when_logging_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3410" link="https://issues.apache.org/jira/browse/LOG4J2-3410"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_Hierarchy.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_Hierarchy.xml
index e976f85..6a5cc7a 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_Hierarchy.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_Hierarchy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge adds org.apache.log4j.Hierarchy.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_component_helpers_Con.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_component_helpers_Con.xml
index ce96bc5..6967fd3 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_component_helpers_Con.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_component_helpers_Con.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge adds org.apache.log4j.component.helpers.Constants.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_Loader.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_Loader.xml
index 21427fc..b0eac0c 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_Loader.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_Loader.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_LogLog.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_LogLog.xml
index 9975ab9..57be4e8 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_LogLog.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_helpers_LogLog.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge adds org.apache.log4j.helpers.LogLog.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_DefaultRepository.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_DefaultRepository.xml
index e08ce5f..ff9687c 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_DefaultRepository.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_DefaultRepository.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge adds org.apache.log4j.spi.DefaultRepositorySelector.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_NOPLoggerReposito.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_NOPLoggerReposito.xml
index c06d03e..9711a8c 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_NOPLoggerReposito.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_NOPLoggerReposito.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge adds org.apache.log4j.spi.NOPLoggerRepository and NOPLogger.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_RootLogger.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_RootLogger.xml
index f8c6bcb..2522887 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_RootLogger.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_adds_org_apache_log4j_spi_RootLogger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_is_missing_some_protected_in.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_is_missing_some_protected_in.xml
index 967c09b..508e374 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_is_missing_some_protected_in.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_is_missing_some_protected_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge class Category is missing some protected instance variables.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_should_implement_AppenderAtt.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_should_implement_AppenderAtt.xml
index e5cba9e..8a3fcd6 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_should_implement_AppenderAtt.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_class_Category_should_implement_AppenderAtt.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge class Category should implement AppenderAttachable.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_class_ConsoleAppender_should_extend_WriterA.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_class_ConsoleAppender_should_extend_WriterA.xml
index a0a37ff..6910b05 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_class_ConsoleAppender_should_extend_WriterA.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_class_ConsoleAppender_should_extend_WriterA.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge class ConsoleAppender should extend WriterAppender and provide better compatibility with custom appenders.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_class_LogManager_default_constructor_should.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_class_LogManager_default_constructor_should.xml
index 73e0362..22793f1 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_class_LogManager_default_constructor_should.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_class_LogManager_default_constructor_should.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge class LogManager default constructor should be public.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_class_OptionConverter_is_missing_selectAndC.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_class_OptionConverter_is_missing_selectAndC.xml
index 40a54f9..76d2a99 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_class_OptionConverter_is_missing_selectAndC.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_class_OptionConverter_is_missing_selectAndC.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge class OptionConverter is missing selectAndConfigure() methods.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_class_PatternLayout_is_missing_constants_DE.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_class_PatternLayout_is_missing_constants_DE.xml
index f28285d..26b9c2f 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_class_PatternLayout_is_missing_constants_DE.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_class_PatternLayout_is_missing_constants_DE.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge class PatternLayout is missing constants DEFAULT_CONVERSION_PATTERN and TTCC_CONVERSION_PATTERN.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_class_PropertyConfigurator_should_implement.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_class_PropertyConfigurator_should_implement.xml
index 9231e79..3bea934 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_class_PropertyConfigurator_should_implement.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_class_PropertyConfigurator_should_implement.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge class PropertyConfigurator should implement Configurator.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_creates_a_SocketAppender_instead_of_a_Syslo.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_creates_a_SocketAppender_instead_of_a_Syslo.xml
index 6b133aa..ecdc28c 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_creates_a_SocketAppender_instead_of_a_Syslo.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_creates_a_SocketAppender_instead_of_a_Syslo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_implements_LogManager_getCurrentLoggers_f.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_implements_LogManager_getCurrentLoggers_f.xml
index 4e56934..2e3fcc1 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_implements_LogManager_getCurrentLoggers_f.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_implements_LogManager_getCurrentLoggers_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge implements LogManager.getCurrentLoggers() fully.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_implements_most_of_DOMConfigurator.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_implements_most_of_DOMConfigurator.xml
index 6e3eea6..7c0e6ff 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_implements_most_of_DOMConfigurator.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_implements_most_of_DOMConfigurator.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_interface_Configurator_doConfigure_method.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_interface_Configurator_doConfigure_method.xml
index 167791c..e4d3da4 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_interface_Configurator_doConfigure_method.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_interface_Configurator_doConfigure_method.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge interface Configurator doConfigure() methods should use LoggerRepository, not LoggerContext.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_interface_org_apache_log4j_spi_RendererSupp.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_interface_org_apache_log4j_spi_RendererSupp.xml
index 2a895d3..f4fd642 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_interface_org_apache_log4j_spi_RendererSupp.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_interface_org_apache_log4j_spi_RendererSupp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge interface org.apache.log4j.spi.RendererSupport was in the wrong package and incomplete.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_interfaces_missing_from_package_org_apache.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_interfaces_missing_from_package_org_apache.xml
index 43f2829..1e169bf 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_interfaces_missing_from_package_org_apache.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_interfaces_missing_from_package_org_apache.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge interfaces missing from package org.apache.log4j.spi: ThrowableRenderer, ThrowableRendererSupport, TriggeringEventEvaluator.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_issues_with_filters_753.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_issues_with_filters_753.xml
index 6f77f58..7104581 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_issues_with_filters_753.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_issues_with_filters_753.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_method_Category_exists_String_should_be_st.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_method_Category_exists_String_should_be_st.xml
index 7265901..eff4a22 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_method_Category_exists_String_should_be_st.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_method_Category_exists_String_should_be_st.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge method Category.exists(String) should be static.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_method_NDC_inherit_Stack_should_not_use_ge.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_method_NDC_inherit_Stack_should_not_use_ge.xml
index 9b2bf2d..ce31a34 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_method_NDC_inherit_Stack_should_not_use_ge.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_method_NDC_inherit_Stack_should_not_use_ge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge method NDC.inherit(Stack) should not use generics to provide source compatibility.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_methods_Category_getChainedPriority_and_g.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_methods_Category_getChainedPriority_and_g.xml
index 7d19c8e..d7c95dd 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_methods_Category_getChainedPriority_and_g.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_methods_Category_getChainedPriority_and_g.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge methods Category.getChainedPriority() and getEffectiveLevel() should not be final.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_methods_missing_in_org_apache_log4j_Categor.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_methods_missing_in_org_apache_log4j_Categor.xml
index 179e2a3..09f37e9 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_methods_missing_in_org_apache_log4j_Categor.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_methods_missing_in_org_apache_log4j_Categor.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge methods missing in org.apache.log4j.Category: getDefaultHierarchy(), getHierarchy(), getLoggerRepository().</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missed.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missed.xml
index 4acb066..2c3edf4 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missed.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missed.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_FormattingI.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_FormattingI.xml
index 5e99cf5..951ec3f 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_FormattingI.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_FormattingI.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_NameAbbrevi.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_NameAbbrevi.xml
index 502c267..a0fbfbd 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_NameAbbrevi.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missed_org_apache_log4j_pattern_NameAbbrevi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_DefaultThrowableRenderer.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_DefaultThrowableRenderer.xml
index 31a5750..e8a9f9c 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_DefaultThrowableRenderer.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_DefaultThrowableRenderer.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_FormattingInfo.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_FormattingInfo.xml
index 0165487..6fb006a 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_FormattingInfo.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_FormattingInfo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternConverter.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternConverter.xml
index 193acd3..398fb28 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternConverter.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternConverter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternParser.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternParser.xml
index 7ed6e74..f0bb5d2e 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternParser.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_PatternParser.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_UtilLoggingLevel.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_UtilLoggingLevel.xml
index c8e7057..7f2684d 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_UtilLoggingLevel.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_UtilLoggingLevel.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_class_org_apache_log4j_or_RendererM.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_class_org_apache_log4j_or_RendererM.xml
index 80d71ee..4fd9142 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_class_org_apache_log4j_or_RendererM.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_class_org_apache_log4j_or_RendererM.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <description format="asciidoc">Log4j 1.2 bridge missing class org.apache.log4j.or.RendererMap.</description>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_LocationInfo_constructors.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_LocationInfo_constructors.xml
index a0e83d6..742c3a5 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_LocationInfo_constructors.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_LocationInfo_constructors.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_ThrowableInformation_construct.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_ThrowableInformation_construct.xml
index 540d879..0a64801 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_ThrowableInformation_construct.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_missing_some_ThrowableInformation_construct.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_now_logs_a_warning_instead_of_throwing_an_N.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_now_logs_a_warning_instead_of_throwing_an_N.xml
index c8ed187..22cb6a1 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_now_logs_a_warning_instead_of_throwing_an_N.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_now_logs_a_warning_instead_of_throwing_an_N.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_should_allow_property_and_XML_attributes_to.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_should_allow_property_and_XML_attributes_to.xml
index c378e55..461dfd3 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_should_allow_property_and_XML_attributes_to.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_should_allow_property_and_XML_attributes_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_supports_the_SocketAppender.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_supports_the_SocketAppender.xml
index 74562a5..26442b0 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_supports_the_SocketAppender.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_supports_the_SocketAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_throws_ClassCastException_when_using_Simple.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_throws_ClassCastException_when_using_Simple.xml
index da7ba14..77fac04 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_throws_ClassCastException_when_using_Simple.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_throws_ClassCastException_when_using_Simple.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_uses_some_incorrect_default_property_values.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_uses_some_incorrect_default_property_values.xml
index 07cbb72..452e6f3 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_uses_some_incorrect_default_property_values.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_uses_some_incorrect_default_property_values.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Piotr P. Karwasz"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_default_values_for_a_TTCCLay.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_default_values_for_a_TTCCLay.xml
index ad2fc08..b276295 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_default_values_for_a_TTCCLay.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_default_values_for_a_TTCCLay.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_file_pattern_for_rolling_fil.xml b/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_file_pattern_for_rolling_fil.xml
index c4a23ba..f82b3ce 100644
--- a/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_file_pattern_for_rolling_fil.xml
+++ b/src/changelog/2.17.2/Log4j_1_2_bridge_uses_the_wrong_file_pattern_for_rolling_fil.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.17.2/Trim_whitespace_before_parsing_a_String_into_an_Integer.xml b/src/changelog/2.17.2/Trim_whitespace_before_parsing_a_String_into_an_Integer.xml
index 79dcc46..5629397 100644
--- a/src/changelog/2.17.2/Trim_whitespace_before_parsing_a_String_into_an_Integer.xml
+++ b/src/changelog/2.17.2/Trim_whitespace_before_parsing_a_String_into_an_Integer.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="Gary Gregory"/>
diff --git a/src/changelog/2.18.0/.release.xml b/src/changelog/2.18.0/.release.xml
index 276d135..4f16242 100644
--- a/src/changelog/2.18.0/.release.xml
+++ b/src/changelog/2.18.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2022-06-28"
          version="2.18.0"/>
diff --git a/src/changelog/2.18.0/Fix_minor_typo_792.xml b/src/changelog/2.18.0/Fix_minor_typo_792.xml
index e907698..3e5ead5 100644
--- a/src/changelog/2.18.0/Fix_minor_typo_792.xml
+++ b/src/changelog/2.18.0/Fix_minor_typo_792.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="ggregory"/>
   <author name="LF-Lin"/>
diff --git a/src/changelog/2.18.0/Improve_validation_and_reporting_of_configuration_errors.xml b/src/changelog/2.18.0/Improve_validation_and_reporting_of_configuration_errors.xml
index db67b6b..b51197e 100644
--- a/src/changelog/2.18.0/Improve_validation_and_reporting_of_configuration_errors.xml
+++ b/src/changelog/2.18.0/Improve_validation_and_reporting_of_configuration_errors.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="pkarwasz"/>
   <description format="asciidoc">Improve validation and reporting of configuration errors.</description>
diff --git a/src/changelog/2.18.0/LOG4J2-1376_Allow_enterprise_id_to_be_an_OID_fragment.xml b/src/changelog/2.18.0/LOG4J2-1376_Allow_enterprise_id_to_be_an_OID_fragment.xml
index 3390536..fa7cad9 100644
--- a/src/changelog/2.18.0/LOG4J2-1376_Allow_enterprise_id_to_be_an_OID_fragment.xml
+++ b/src/changelog/2.18.0/LOG4J2-1376_Allow_enterprise_id_to_be_an_OID_fragment.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1376" link="https://issues.apache.org/jira/browse/LOG4J2-1376"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-2872_Fix_problem_with_non_uppercase_custom_levels.xml b/src/changelog/2.18.0/LOG4J2-2872_Fix_problem_with_non_uppercase_custom_levels.xml
index 5b21afb..6f6b829 100644
--- a/src/changelog/2.18.0/LOG4J2-2872_Fix_problem_with_non_uppercase_custom_levels.xml
+++ b/src/changelog/2.18.0/LOG4J2-2872_Fix_problem_with_non_uppercase_custom_levels.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2872" link="https://issues.apache.org/jira/browse/LOG4J2-2872"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3040_Avoid_ClassCastException_in_JeroMqManager_with_custom_Logger.xml b/src/changelog/2.18.0/LOG4J2-3040_Avoid_ClassCastException_in_JeroMqManager_with_custom_Logger.xml
index 0a00847..48565f5 100644
--- a/src/changelog/2.18.0/LOG4J2-3040_Avoid_ClassCastException_in_JeroMqManager_with_custom_Logger.xml
+++ b/src/changelog/2.18.0/LOG4J2-3040_Avoid_ClassCastException_in_JeroMqManager_with_custom_Logger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3040" link="https://issues.apache.org/jira/browse/LOG4J2-3040"/>
   <author id="github:grgrzybek" name="Grzegorz Grzybek"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3339_DirectWriteRolloverStrategy_should_use_the_current_time_when.xml b/src/changelog/2.18.0/LOG4J2-3339_DirectWriteRolloverStrategy_should_use_the_current_time_when.xml
index 248ad5e..2d7f3ee 100644
--- a/src/changelog/2.18.0/LOG4J2-3339_DirectWriteRolloverStrategy_should_use_the_current_time_when.xml
+++ b/src/changelog/2.18.0/LOG4J2-3339_DirectWriteRolloverStrategy_should_use_the_current_time_when.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3339" link="https://issues.apache.org/jira/browse/LOG4J2-3339"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3359_Fixes_the_syslog_appender_in_Log4j_1_x_bridge_when_used_wit.xml b/src/changelog/2.18.0/LOG4J2-3359_Fixes_the_syslog_appender_in_Log4j_1_x_bridge_when_used_wit.xml
index 2a32a24..04dfbca 100644
--- a/src/changelog/2.18.0/LOG4J2-3359_Fixes_the_syslog_appender_in_Log4j_1_x_bridge_when_used_wit.xml
+++ b/src/changelog/2.18.0/LOG4J2-3359_Fixes_the_syslog_appender_in_Log4j_1_x_bridge_when_used_wit.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3359" link="https://issues.apache.org/jira/browse/LOG4J2-3359"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3359_log4j_1_2_api_2_17_2_throws_NullPointerException_while_remov.xml b/src/changelog/2.18.0/LOG4J2-3359_log4j_1_2_api_2_17_2_throws_NullPointerException_while_remov.xml
index 5a4047a..cd9fcca 100644
--- a/src/changelog/2.18.0/LOG4J2-3359_log4j_1_2_api_2_17_2_throws_NullPointerException_while_remov.xml
+++ b/src/changelog/2.18.0/LOG4J2-3359_log4j_1_2_api_2_17_2_throws_NullPointerException_while_remov.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3359" link="https://issues.apache.org/jira/browse/LOG4J2-3359"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3362_Add_support_for_Jakarta_Mail_API_in_the_SMTP_appender.xml b/src/changelog/2.18.0/LOG4J2-3362_Add_support_for_Jakarta_Mail_API_in_the_SMTP_appender.xml
index 819e583..b1a0bad 100644
--- a/src/changelog/2.18.0/LOG4J2-3362_Add_support_for_Jakarta_Mail_API_in_the_SMTP_appender.xml
+++ b/src/changelog/2.18.0/LOG4J2-3362_Add_support_for_Jakarta_Mail_API_in_the_SMTP_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3362" link="https://issues.apache.org/jira/browse/LOG4J2-3362"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3393_Improve_JsonTemplateLayout_performance.xml b/src/changelog/2.18.0/LOG4J2-3393_Improve_JsonTemplateLayout_performance.xml
index 300905f..fb2c7be 100644
--- a/src/changelog/2.18.0/LOG4J2-3393_Improve_JsonTemplateLayout_performance.xml
+++ b/src/changelog/2.18.0/LOG4J2-3393_Improve_JsonTemplateLayout_performance.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3393" link="https://issues.apache.org/jira/browse/LOG4J2-3393"/>
   <author id="vy"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3413_Fix_resolution_of_non_Log4j_properties.xml b/src/changelog/2.18.0/LOG4J2-3413_Fix_resolution_of_non_Log4j_properties.xml
index c1dc265..0afea9d 100644
--- a/src/changelog/2.18.0/LOG4J2-3413_Fix_resolution_of_non_Log4j_properties.xml
+++ b/src/changelog/2.18.0/LOG4J2-3413_Fix_resolution_of_non_Log4j_properties.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3413" link="https://issues.apache.org/jira/browse/LOG4J2-3413"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3418_Fixes_Spring_Boot_logging_system_registration_in_a_multi_app.xml b/src/changelog/2.18.0/LOG4J2-3418_Fixes_Spring_Boot_logging_system_registration_in_a_multi_app.xml
index 9f5fa56..4b39ca8 100644
--- a/src/changelog/2.18.0/LOG4J2-3418_Fixes_Spring_Boot_logging_system_registration_in_a_multi_app.xml
+++ b/src/changelog/2.18.0/LOG4J2-3418_Fixes_Spring_Boot_logging_system_registration_in_a_multi_app.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3418" link="https://issues.apache.org/jira/browse/LOG4J2-3418"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3419_Add_support_for_custom_Log4j_1_x_levels.xml b/src/changelog/2.18.0/LOG4J2-3419_Add_support_for_custom_Log4j_1_x_levels.xml
index 43a3989..d9f9609 100644
--- a/src/changelog/2.18.0/LOG4J2-3419_Add_support_for_custom_Log4j_1_x_levels.xml
+++ b/src/changelog/2.18.0/LOG4J2-3419_Add_support_for_custom_Log4j_1_x_levels.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3419" link="https://issues.apache.org/jira/browse/LOG4J2-3419"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3423_JAR_file_containing_Log4j_configuration_isn_t_closed.xml b/src/changelog/2.18.0/LOG4J2-3423_JAR_file_containing_Log4j_configuration_isn_t_closed.xml
index 00c0ce2..ac00644 100644
--- a/src/changelog/2.18.0/LOG4J2-3423_JAR_file_containing_Log4j_configuration_isn_t_closed.xml
+++ b/src/changelog/2.18.0/LOG4J2-3423_JAR_file_containing_Log4j_configuration_isn_t_closed.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3423" link="https://issues.apache.org/jira/browse/LOG4J2-3423"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3424_Properties_defined_in_configuration_using_a_value_attribute.xml b/src/changelog/2.18.0/LOG4J2-3424_Properties_defined_in_configuration_using_a_value_attribute.xml
index ca5d884..960f79e 100644
--- a/src/changelog/2.18.0/LOG4J2-3424_Properties_defined_in_configuration_using_a_value_attribute.xml
+++ b/src/changelog/2.18.0/LOG4J2-3424_Properties_defined_in_configuration_using_a_value_attribute.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3424" link="https://issues.apache.org/jira/browse/LOG4J2-3424"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3425_Syslog_appender_lacks_the_SocketOptions_setting.xml b/src/changelog/2.18.0/LOG4J2-3425_Syslog_appender_lacks_the_SocketOptions_setting.xml
index 27f1176..94bde2a 100644
--- a/src/changelog/2.18.0/LOG4J2-3425_Syslog_appender_lacks_the_SocketOptions_setting.xml
+++ b/src/changelog/2.18.0/LOG4J2-3425_Syslog_appender_lacks_the_SocketOptions_setting.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3425" link="https://issues.apache.org/jira/browse/LOG4J2-3425"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3426_Log4j_1_2_bridge_should_not_wrap_components_unnecessarily.xml b/src/changelog/2.18.0/LOG4J2-3426_Log4j_1_2_bridge_should_not_wrap_components_unnecessarily.xml
index a5222d6..6c56488 100644
--- a/src/changelog/2.18.0/LOG4J2-3426_Log4j_1_2_bridge_should_not_wrap_components_unnecessarily.xml
+++ b/src/changelog/2.18.0/LOG4J2-3426_Log4j_1_2_bridge_should_not_wrap_components_unnecessarily.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3426" link="https://issues.apache.org/jira/browse/LOG4J2-3426"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3427_Improves_ServiceLoader_support_on_servlet_containers.xml b/src/changelog/2.18.0/LOG4J2-3427_Improves_ServiceLoader_support_on_servlet_containers.xml
index 28382de..69a1ccf 100644
--- a/src/changelog/2.18.0/LOG4J2-3427_Improves_ServiceLoader_support_on_servlet_containers.xml
+++ b/src/changelog/2.18.0/LOG4J2-3427_Improves_ServiceLoader_support_on_servlet_containers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3427" link="https://issues.apache.org/jira/browse/LOG4J2-3427"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3428_Update_3rd_party_dependencies_for_2_18_0.xml b/src/changelog/2.18.0/LOG4J2-3428_Update_3rd_party_dependencies_for_2_18_0.xml
index 7b73ffc..a3c4d9c 100644
--- a/src/changelog/2.18.0/LOG4J2-3428_Update_3rd_party_dependencies_for_2_18_0.xml
+++ b/src/changelog/2.18.0/LOG4J2-3428_Update_3rd_party_dependencies_for_2_18_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3428" link="https://issues.apache.org/jira/browse/LOG4J2-3428"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3432_SizeBasedTriggeringPolicy_would_fail_to_rename_files_properl.xml b/src/changelog/2.18.0/LOG4J2-3432_SizeBasedTriggeringPolicy_would_fail_to_rename_files_properl.xml
index 5401bc9..2fe4b59 100644
--- a/src/changelog/2.18.0/LOG4J2-3432_SizeBasedTriggeringPolicy_would_fail_to_rename_files_properl.xml
+++ b/src/changelog/2.18.0/LOG4J2-3432_SizeBasedTriggeringPolicy_would_fail_to_rename_files_properl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3432" link="https://issues.apache.org/jira/browse/LOG4J2-3432"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3439_Fixes_default_SslConfiguration_when_a_custom_keystore_is_us.xml b/src/changelog/2.18.0/LOG4J2-3439_Fixes_default_SslConfiguration_when_a_custom_keystore_is_us.xml
index 3b14d34..c8541cc 100644
--- a/src/changelog/2.18.0/LOG4J2-3439_Fixes_default_SslConfiguration_when_a_custom_keystore_is_us.xml
+++ b/src/changelog/2.18.0/LOG4J2-3439_Fixes_default_SslConfiguration_when_a_custom_keystore_is_us.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3439" link="https://issues.apache.org/jira/browse/LOG4J2-3439"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3440_Add_support_for_adding_and_retrieving_appenders_in_Log4j_1_x.xml b/src/changelog/2.18.0/LOG4J2-3440_Add_support_for_adding_and_retrieving_appenders_in_Log4j_1_x.xml
index 8468fed..164da01 100644
--- a/src/changelog/2.18.0/LOG4J2-3440_Add_support_for_adding_and_retrieving_appenders_in_Log4j_1_x.xml
+++ b/src/changelog/2.18.0/LOG4J2-3440_Add_support_for_adding_and_retrieving_appenders_in_Log4j_1_x.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3440" link="https://issues.apache.org/jira/browse/LOG4J2-3440"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3447_Fixes_appender_concurrency_problems_in_Log4j_1_x_bridge.xml b/src/changelog/2.18.0/LOG4J2-3447_Fixes_appender_concurrency_problems_in_Log4j_1_x_bridge.xml
index aecb8c1..06f6511 100644
--- a/src/changelog/2.18.0/LOG4J2-3447_Fixes_appender_concurrency_problems_in_Log4j_1_x_bridge.xml
+++ b/src/changelog/2.18.0/LOG4J2-3447_Fixes_appender_concurrency_problems_in_Log4j_1_x_bridge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3447" link="https://issues.apache.org/jira/browse/LOG4J2-3447"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3452_Fix_and_test_for_race_condition_in_FileUtils_mkdir.xml b/src/changelog/2.18.0/LOG4J2-3452_Fix_and_test_for_race_condition_in_FileUtils_mkdir.xml
index fdb2de1..d6b39df 100644
--- a/src/changelog/2.18.0/LOG4J2-3452_Fix_and_test_for_race_condition_in_FileUtils_mkdir.xml
+++ b/src/changelog/2.18.0/LOG4J2-3452_Fix_and_test_for_race_condition_in_FileUtils_mkdir.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3452" link="https://issues.apache.org/jira/browse/LOG4J2-3452"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3458_LocalizedMessage_logs_misleading_errors_on_the_console.xml b/src/changelog/2.18.0/LOG4J2-3458_LocalizedMessage_logs_misleading_errors_on_the_console.xml
index 31e14ad..4b51ca8 100644
--- a/src/changelog/2.18.0/LOG4J2-3458_LocalizedMessage_logs_misleading_errors_on_the_console.xml
+++ b/src/changelog/2.18.0/LOG4J2-3458_LocalizedMessage_logs_misleading_errors_on_the_console.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3458" link="https://issues.apache.org/jira/browse/LOG4J2-3458"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3472_Add_support_for_custom_LMAX_disruptor_WaitStrategy_configura.xml b/src/changelog/2.18.0/LOG4J2-3472_Add_support_for_custom_LMAX_disruptor_WaitStrategy_configura.xml
index aeb3d0e..eb2b9db 100644
--- a/src/changelog/2.18.0/LOG4J2-3472_Add_support_for_custom_LMAX_disruptor_WaitStrategy_configura.xml
+++ b/src/changelog/2.18.0/LOG4J2-3472_Add_support_for_custom_LMAX_disruptor_WaitStrategy_configura.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3472" link="https://issues.apache.org/jira/browse/LOG4J2-3472"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3473_Make_the_default_disruptor_WaitStrategy_used_by_Async_Logger.xml b/src/changelog/2.18.0/LOG4J2-3473_Make_the_default_disruptor_WaitStrategy_used_by_Async_Logger.xml
index 53fc705..8b8c987 100644
--- a/src/changelog/2.18.0/LOG4J2-3473_Make_the_default_disruptor_WaitStrategy_used_by_Async_Logger.xml
+++ b/src/changelog/2.18.0/LOG4J2-3473_Make_the_default_disruptor_WaitStrategy_used_by_Async_Logger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3473" link="https://issues.apache.org/jira/browse/LOG4J2-3473"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3475_Add_missing_message_parameterization_in_RegexFilter.xml b/src/changelog/2.18.0/LOG4J2-3475_Add_missing_message_parameterization_in_RegexFilter.xml
index 8e0ca69..0a475c9 100644
--- a/src/changelog/2.18.0/LOG4J2-3475_Add_missing_message_parameterization_in_RegexFilter.xml
+++ b/src/changelog/2.18.0/LOG4J2-3475_Add_missing_message_parameterization_in_RegexFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3475" link="https://issues.apache.org/jira/browse/LOG4J2-3475"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3476_Do_not_throw_UnsupportedOperationException_when_JUL_ApiLogge.xml b/src/changelog/2.18.0/LOG4J2-3476_Do_not_throw_UnsupportedOperationException_when_JUL_ApiLogge.xml
index 4194441..ad07db6 100644
--- a/src/changelog/2.18.0/LOG4J2-3476_Do_not_throw_UnsupportedOperationException_when_JUL_ApiLogge.xml
+++ b/src/changelog/2.18.0/LOG4J2-3476_Do_not_throw_UnsupportedOperationException_when_JUL_ApiLogge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3476" link="https://issues.apache.org/jira/browse/LOG4J2-3476"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3477_Add_the_missing_context_stack_to_JsonLayout_template.xml b/src/changelog/2.18.0/LOG4J2-3477_Add_the_missing_context_stack_to_JsonLayout_template.xml
index cbbb5d7..5cabd56 100644
--- a/src/changelog/2.18.0/LOG4J2-3477_Add_the_missing_context_stack_to_JsonLayout_template.xml
+++ b/src/changelog/2.18.0/LOG4J2-3477_Add_the_missing_context_stack_to_JsonLayout_template.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3477" link="https://issues.apache.org/jira/browse/LOG4J2-3477"/>
   <author id="vy"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3481_HttpWatcher_did_not_pass_credentials_when_polling.xml b/src/changelog/2.18.0/LOG4J2-3481_HttpWatcher_did_not_pass_credentials_when_polling.xml
index 1bb9350..d788fb8 100644
--- a/src/changelog/2.18.0/LOG4J2-3481_HttpWatcher_did_not_pass_credentials_when_polling.xml
+++ b/src/changelog/2.18.0/LOG4J2-3481_HttpWatcher_did_not_pass_credentials_when_polling.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3481" link="https://issues.apache.org/jira/browse/LOG4J2-3481"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3482_UrlConnectionFactory_createConnection_now_accepts_an_Authori.xml b/src/changelog/2.18.0/LOG4J2-3482_UrlConnectionFactory_createConnection_now_accepts_an_Authori.xml
index c728c4f..50f3e45 100644
--- a/src/changelog/2.18.0/LOG4J2-3482_UrlConnectionFactory_createConnection_now_accepts_an_Authori.xml
+++ b/src/changelog/2.18.0/LOG4J2-3482_UrlConnectionFactory_createConnection_now_accepts_an_Authori.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3482" link="https://issues.apache.org/jira/browse/LOG4J2-3482"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3483_Add_support_for_Apache_Extras_RollingFileAppender_in_Log4j.xml b/src/changelog/2.18.0/LOG4J2-3483_Add_support_for_Apache_Extras_RollingFileAppender_in_Log4j.xml
index 62592a6..4a9a11f 100644
--- a/src/changelog/2.18.0/LOG4J2-3483_Add_support_for_Apache_Extras_RollingFileAppender_in_Log4j.xml
+++ b/src/changelog/2.18.0/LOG4J2-3483_Add_support_for_Apache_Extras_RollingFileAppender_in_Log4j.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3483" link="https://issues.apache.org/jira/browse/LOG4J2-3483"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3490_The_DirectWriteRolloverStrategy_was_not_detecting_the_correc.xml b/src/changelog/2.18.0/LOG4J2-3490_The_DirectWriteRolloverStrategy_was_not_detecting_the_correc.xml
index f99ed87..a0e080c 100644
--- a/src/changelog/2.18.0/LOG4J2-3490_The_DirectWriteRolloverStrategy_was_not_detecting_the_correc.xml
+++ b/src/changelog/2.18.0/LOG4J2-3490_The_DirectWriteRolloverStrategy_was_not_detecting_the_correc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3490" link="https://issues.apache.org/jira/browse/LOG4J2-3490"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3491_Async_Loggers_were_including_the_location_information_by_def.xml b/src/changelog/2.18.0/LOG4J2-3491_Async_Loggers_were_including_the_location_information_by_def.xml
index 01ba893..c051ded 100644
--- a/src/changelog/2.18.0/LOG4J2-3491_Async_Loggers_were_including_the_location_information_by_def.xml
+++ b/src/changelog/2.18.0/LOG4J2-3491_Async_Loggers_were_including_the_location_information_by_def.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3491" link="https://issues.apache.org/jira/browse/LOG4J2-3491"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3493_ClassArbiter_s_newBuilder_method_referenced_the_wrong_class.xml b/src/changelog/2.18.0/LOG4J2-3493_ClassArbiter_s_newBuilder_method_referenced_the_wrong_class.xml
index 18ee8d4..b3edace 100644
--- a/src/changelog/2.18.0/LOG4J2-3493_ClassArbiter_s_newBuilder_method_referenced_the_wrong_class.xml
+++ b/src/changelog/2.18.0/LOG4J2-3493_ClassArbiter_s_newBuilder_method_referenced_the_wrong_class.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3493" link="https://issues.apache.org/jira/browse/LOG4J2-3493"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3495_Add_MutableThreadContextMapFilter.xml b/src/changelog/2.18.0/LOG4J2-3495_Add_MutableThreadContextMapFilter.xml
index 33c2926..653bb04 100644
--- a/src/changelog/2.18.0/LOG4J2-3495_Add_MutableThreadContextMapFilter.xml
+++ b/src/changelog/2.18.0/LOG4J2-3495_Add_MutableThreadContextMapFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3495" link="https://issues.apache.org/jira/browse/LOG4J2-3495"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3506_Support_Spring_2_6_x.xml b/src/changelog/2.18.0/LOG4J2-3506_Support_Spring_2_6_x.xml
index 81b05dc..9e343d8 100644
--- a/src/changelog/2.18.0/LOG4J2-3506_Support_Spring_2_6_x.xml
+++ b/src/changelog/2.18.0/LOG4J2-3506_Support_Spring_2_6_x.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3506" link="https://issues.apache.org/jira/browse/LOG4J2-3506"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3516_Move_perf_tests_to_log4j_core_its.xml b/src/changelog/2.18.0/LOG4J2-3516_Move_perf_tests_to_log4j_core_its.xml
index 18d22f5..2e2b8c4 100644
--- a/src/changelog/2.18.0/LOG4J2-3516_Move_perf_tests_to_log4j_core_its.xml
+++ b/src/changelog/2.18.0/LOG4J2-3516_Move_perf_tests_to_log4j_core_its.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3516" link="https://issues.apache.org/jira/browse/LOG4J2-3516"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3527_Don_t_use_Paths_get_to_avoid_circular_file_systems.xml b/src/changelog/2.18.0/LOG4J2-3527_Don_t_use_Paths_get_to_avoid_circular_file_systems.xml
index 408deb3..1b4e846 100644
--- a/src/changelog/2.18.0/LOG4J2-3527_Don_t_use_Paths_get_to_avoid_circular_file_systems.xml
+++ b/src/changelog/2.18.0/LOG4J2-3527_Don_t_use_Paths_get_to_avoid_circular_file_systems.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3527" link="https://issues.apache.org/jira/browse/LOG4J2-3527"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3531_Fix_parsing_error_when_XInclude_is_disabled.xml b/src/changelog/2.18.0/LOG4J2-3531_Fix_parsing_error_when_XInclude_is_disabled.xml
index b2bfeae..3926cac 100644
--- a/src/changelog/2.18.0/LOG4J2-3531_Fix_parsing_error_when_XInclude_is_disabled.xml
+++ b/src/changelog/2.18.0/LOG4J2-3531_Fix_parsing_error_when_XInclude_is_disabled.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3531" link="https://issues.apache.org/jira/browse/LOG4J2-3531"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3534_Fix_LevelRangeFilterBuilder_to_align_with_log4j1_s_behavior.xml b/src/changelog/2.18.0/LOG4J2-3534_Fix_LevelRangeFilterBuilder_to_align_with_log4j1_s_behavior.xml
index 5b50561..97b8ca5 100644
--- a/src/changelog/2.18.0/LOG4J2-3534_Fix_LevelRangeFilterBuilder_to_align_with_log4j1_s_behavior.xml
+++ b/src/changelog/2.18.0/LOG4J2-3534_Fix_LevelRangeFilterBuilder_to_align_with_log4j1_s_behavior.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3534" link="https://issues.apache.org/jira/browse/LOG4J2-3534"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3536_Upgrade_the_Flume_Appender_to_Flume_1_10_0.xml b/src/changelog/2.18.0/LOG4J2-3536_Upgrade_the_Flume_Appender_to_Flume_1_10_0.xml
index 74b0cf9..b201b22 100644
--- a/src/changelog/2.18.0/LOG4J2-3536_Upgrade_the_Flume_Appender_to_Flume_1_10_0.xml
+++ b/src/changelog/2.18.0/LOG4J2-3536_Upgrade_the_Flume_Appender_to_Flume_1_10_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3536" link="https://issues.apache.org/jira/browse/LOG4J2-3536"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3537_Fixes_problem_with_wrong_ANSI_escape_code_for_bright_colors.xml b/src/changelog/2.18.0/LOG4J2-3537_Fixes_problem_with_wrong_ANSI_escape_code_for_bright_colors.xml
index 42f0c4a..65fb936 100644
--- a/src/changelog/2.18.0/LOG4J2-3537_Fixes_problem_with_wrong_ANSI_escape_code_for_bright_colors.xml
+++ b/src/changelog/2.18.0/LOG4J2-3537_Fixes_problem_with_wrong_ANSI_escape_code_for_bright_colors.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3537" link="https://issues.apache.org/jira/browse/LOG4J2-3537"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/LOG4J2-3538_Add_support_for_24_colors_in_highlighting.xml b/src/changelog/2.18.0/LOG4J2-3538_Add_support_for_24_colors_in_highlighting.xml
index acf110a..8f486c1 100644
--- a/src/changelog/2.18.0/LOG4J2-3538_Add_support_for_24_colors_in_highlighting.xml
+++ b/src/changelog/2.18.0/LOG4J2-3538_Add_support_for_24_colors_in_highlighting.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3538" link="https://issues.apache.org/jira/browse/LOG4J2-3538"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.18.0/Log4j_1_2_bridge_should_generate_Log4j_2_x_messages_based_on.xml b/src/changelog/2.18.0/Log4j_1_2_bridge_should_generate_Log4j_2_x_messages_based_on.xml
index b5068fc..34134e5 100644
--- a/src/changelog/2.18.0/Log4j_1_2_bridge_should_generate_Log4j_2_x_messages_based_on.xml
+++ b/src/changelog/2.18.0/Log4j_1_2_bridge_should_generate_Log4j_2_x_messages_based_on.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="pkarwasz"/>
   <description format="asciidoc">Log4j 1.2 bridge should generate Log4j 2.x messages based on the parameter runtime type.</description>
diff --git a/src/changelog/2.19.0/.release.xml b/src/changelog/2.19.0/.release.xml
index 8b19268..f5ba89c 100644
--- a/src/changelog/2.19.0/.release.xml
+++ b/src/changelog/2.19.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2022-09-09"
          version="2.19.0"/>
diff --git a/src/changelog/2.19.0/LOG4J2-2975_Add_implementation_of_SLF4J2_fluent_API.xml b/src/changelog/2.19.0/LOG4J2-2975_Add_implementation_of_SLF4J2_fluent_API.xml
index 846d1e6..f3ed827 100644
--- a/src/changelog/2.19.0/LOG4J2-2975_Add_implementation_of_SLF4J2_fluent_API.xml
+++ b/src/changelog/2.19.0/LOG4J2-2975_Add_implementation_of_SLF4J2_fluent_API.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2975" link="https://issues.apache.org/jira/browse/LOG4J2-2975"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3545_Add_correct_manifest_entries_for_OSGi_to_log4j_jcl.xml b/src/changelog/2.19.0/LOG4J2-3545_Add_correct_manifest_entries_for_OSGi_to_log4j_jcl.xml
index c6e53c0..bc251ba 100644
--- a/src/changelog/2.19.0/LOG4J2-3545_Add_correct_manifest_entries_for_OSGi_to_log4j_jcl.xml
+++ b/src/changelog/2.19.0/LOG4J2-3545_Add_correct_manifest_entries_for_OSGi_to_log4j_jcl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3545" link="https://issues.apache.org/jira/browse/LOG4J2-3545"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3548_Improve_support_for_passwordless_keystores.xml b/src/changelog/2.19.0/LOG4J2-3548_Improve_support_for_passwordless_keystores.xml
index e84749b..7398537 100644
--- a/src/changelog/2.19.0/LOG4J2-3548_Improve_support_for_passwordless_keystores.xml
+++ b/src/changelog/2.19.0/LOG4J2-3548_Improve_support_for_passwordless_keystores.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3548" link="https://issues.apache.org/jira/browse/LOG4J2-3548"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3550_SystemPropertyArbiter_was_assigning_the_value_as_the_name.xml b/src/changelog/2.19.0/LOG4J2-3550_SystemPropertyArbiter_was_assigning_the_value_as_the_name.xml
index 50e7db2..e3ad136 100644
--- a/src/changelog/2.19.0/LOG4J2-3550_SystemPropertyArbiter_was_assigning_the_value_as_the_name.xml
+++ b/src/changelog/2.19.0/LOG4J2-3550_SystemPropertyArbiter_was_assigning_the_value_as_the_name.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3550" link="https://issues.apache.org/jira/browse/LOG4J2-3550"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3556_Make_JsonTemplateLayout_stack_trace_truncation_operate_for_e.xml b/src/changelog/2.19.0/LOG4J2-3556_Make_JsonTemplateLayout_stack_trace_truncation_operate_for_e.xml
index 1830783..85de402 100644
--- a/src/changelog/2.19.0/LOG4J2-3556_Make_JsonTemplateLayout_stack_trace_truncation_operate_for_e.xml
+++ b/src/changelog/2.19.0/LOG4J2-3556_Make_JsonTemplateLayout_stack_trace_truncation_operate_for_e.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3556" link="https://issues.apache.org/jira/browse/LOG4J2-3556"/>
   <author id="vy"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3557_Fix_recursion_between_Log4j_1_2_LogManager_and_Category.xml b/src/changelog/2.19.0/LOG4J2-3557_Fix_recursion_between_Log4j_1_2_LogManager_and_Category.xml
index b604663..3e65552 100644
--- a/src/changelog/2.19.0/LOG4J2-3557_Fix_recursion_between_Log4j_1_2_LogManager_and_Category.xml
+++ b/src/changelog/2.19.0/LOG4J2-3557_Fix_recursion_between_Log4j_1_2_LogManager_and_Category.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3557" link="https://issues.apache.org/jira/browse/LOG4J2-3557"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3559_Fix_resolution_of_properties_not_starting_with_log4j2.xml b/src/changelog/2.19.0/LOG4J2-3559_Fix_resolution_of_properties_not_starting_with_log4j2.xml
index 343bf18..c32603b 100644
--- a/src/changelog/2.19.0/LOG4J2-3559_Fix_resolution_of_properties_not_starting_with_log4j2.xml
+++ b/src/changelog/2.19.0/LOG4J2-3559_Fix_resolution_of_properties_not_starting_with_log4j2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3559" link="https://issues.apache.org/jira/browse/LOG4J2-3559"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3560_Logger_PrivateConfig_filter_Level_Marker_String_was_alloc.xml b/src/changelog/2.19.0/LOG4J2-3560_Logger_PrivateConfig_filter_Level_Marker_String_was_alloc.xml
index 1eaa356..237608f 100644
--- a/src/changelog/2.19.0/LOG4J2-3560_Logger_PrivateConfig_filter_Level_Marker_String_was_alloc.xml
+++ b/src/changelog/2.19.0/LOG4J2-3560_Logger_PrivateConfig_filter_Level_Marker_String_was_alloc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3560" link="https://issues.apache.org/jira/browse/LOG4J2-3560"/>
   <author id="ckozak"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3561_Allows_a_space_separated_list_of_style_specifiers_in_the_st.xml b/src/changelog/2.19.0/LOG4J2-3561_Allows_a_space_separated_list_of_style_specifiers_in_the_st.xml
index 3126de9..6337140 100644
--- a/src/changelog/2.19.0/LOG4J2-3561_Allows_a_space_separated_list_of_style_specifiers_in_the_st.xml
+++ b/src/changelog/2.19.0/LOG4J2-3561_Allows_a_space_separated_list_of_style_specifiers_in_the_st.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3561" link="https://issues.apache.org/jira/browse/LOG4J2-3561"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3564_Fix_NPE_in_log4j_to_jul_in_the_case_the_root_logger_level.xml b/src/changelog/2.19.0/LOG4J2-3564_Fix_NPE_in_log4j_to_jul_in_the_case_the_root_logger_level.xml
index f5bd2c3..35fd36d 100644
--- a/src/changelog/2.19.0/LOG4J2-3564_Fix_NPE_in_log4j_to_jul_in_the_case_the_root_logger_level.xml
+++ b/src/changelog/2.19.0/LOG4J2-3564_Fix_NPE_in_log4j_to_jul_in_the_case_the_root_logger_level.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3564" link="https://issues.apache.org/jira/browse/LOG4J2-3564"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3565_Fix_RollingRandomAccessFileAppender_with_DirectWriteRollover.xml b/src/changelog/2.19.0/LOG4J2-3565_Fix_RollingRandomAccessFileAppender_with_DirectWriteRollover.xml
index 338be63..ae8bc20 100644
--- a/src/changelog/2.19.0/LOG4J2-3565_Fix_RollingRandomAccessFileAppender_with_DirectWriteRollover.xml
+++ b/src/changelog/2.19.0/LOG4J2-3565_Fix_RollingRandomAccessFileAppender_with_DirectWriteRollover.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3565" link="https://issues.apache.org/jira/browse/LOG4J2-3565"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3572_Add_getExplicitLevel_method_to_LoggerConfig.xml b/src/changelog/2.19.0/LOG4J2-3572_Add_getExplicitLevel_method_to_LoggerConfig.xml
index 3dd3fd6..3fcef2f 100644
--- a/src/changelog/2.19.0/LOG4J2-3572_Add_getExplicitLevel_method_to_LoggerConfig.xml
+++ b/src/changelog/2.19.0/LOG4J2-3572_Add_getExplicitLevel_method_to_LoggerConfig.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3572" link="https://issues.apache.org/jira/browse/LOG4J2-3572"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3573_Removed_build_page_in_favor_of_a_single_build_instructions_f.xml b/src/changelog/2.19.0/LOG4J2-3573_Removed_build_page_in_favor_of_a_single_build_instructions_f.xml
index 0a1ebac..2293678 100644
--- a/src/changelog/2.19.0/LOG4J2-3573_Removed_build_page_in_favor_of_a_single_build_instructions_f.xml
+++ b/src/changelog/2.19.0/LOG4J2-3573_Removed_build_page_in_favor_of_a_single_build_instructions_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="removed">
   <issue id="LOG4J2-3573" link="https://issues.apache.org/jira/browse/LOG4J2-3573"/>
   <author id="vy"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3578_Generate_new_SSL_certs_for_testing.xml b/src/changelog/2.19.0/LOG4J2-3578_Generate_new_SSL_certs_for_testing.xml
index 14e0de8..d2263ff 100644
--- a/src/changelog/2.19.0/LOG4J2-3578_Generate_new_SSL_certs_for_testing.xml
+++ b/src/changelog/2.19.0/LOG4J2-3578_Generate_new_SSL_certs_for_testing.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3578" link="https://issues.apache.org/jira/browse/LOG4J2-3578"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3579_Fix_ServiceLoaderUtil_behavior_in_the_presence_of_a_Security.xml b/src/changelog/2.19.0/LOG4J2-3579_Fix_ServiceLoaderUtil_behavior_in_the_presence_of_a_Security.xml
index 2b52906..aa05e40 100644
--- a/src/changelog/2.19.0/LOG4J2-3579_Fix_ServiceLoaderUtil_behavior_in_the_presence_of_a_Security.xml
+++ b/src/changelog/2.19.0/LOG4J2-3579_Fix_ServiceLoaderUtil_behavior_in_the_presence_of_a_Security.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3579" link="https://issues.apache.org/jira/browse/LOG4J2-3579"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3583_Add_support_for_SLF4J2_stack_valued_MDC.xml b/src/changelog/2.19.0/LOG4J2-3583_Add_support_for_SLF4J2_stack_valued_MDC.xml
index 081e9e7..88cf467 100644
--- a/src/changelog/2.19.0/LOG4J2-3583_Add_support_for_SLF4J2_stack_valued_MDC.xml
+++ b/src/changelog/2.19.0/LOG4J2-3583_Add_support_for_SLF4J2_stack_valued_MDC.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3583" link="https://issues.apache.org/jira/browse/LOG4J2-3583"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3584_Make_StatusConsoleListener_use_SimpleLogger_internally.xml b/src/changelog/2.19.0/LOG4J2-3584_Make_StatusConsoleListener_use_SimpleLogger_internally.xml
index a44c1e3..0836c05 100644
--- a/src/changelog/2.19.0/LOG4J2-3584_Make_StatusConsoleListener_use_SimpleLogger_internally.xml
+++ b/src/changelog/2.19.0/LOG4J2-3584_Make_StatusConsoleListener_use_SimpleLogger_internally.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3584" link="https://issues.apache.org/jira/browse/LOG4J2-3584"/>
   <author id="vy"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3587_Fix_regression_in_Rfc5424Layout_default_values.xml b/src/changelog/2.19.0/LOG4J2-3587_Fix_regression_in_Rfc5424Layout_default_values.xml
index 9a87599..016a1b4 100644
--- a/src/changelog/2.19.0/LOG4J2-3587_Fix_regression_in_Rfc5424Layout_default_values.xml
+++ b/src/changelog/2.19.0/LOG4J2-3587_Fix_regression_in_Rfc5424Layout_default_values.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3587" link="https://issues.apache.org/jira/browse/LOG4J2-3587"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3588_Allow_PropertySources_to_be_added.xml b/src/changelog/2.19.0/LOG4J2-3588_Allow_PropertySources_to_be_added.xml
index 03e7c99..6139253 100644
--- a/src/changelog/2.19.0/LOG4J2-3588_Allow_PropertySources_to_be_added.xml
+++ b/src/changelog/2.19.0/LOG4J2-3588_Allow_PropertySources_to_be_added.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3588" link="https://issues.apache.org/jira/browse/LOG4J2-3588"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3589_Allow_Plugins_to_be_injected_with_the_LoggerContext_referenc.xml b/src/changelog/2.19.0/LOG4J2-3589_Allow_Plugins_to_be_injected_with_the_LoggerContext_referenc.xml
index 77a1277..3289dcc 100644
--- a/src/changelog/2.19.0/LOG4J2-3589_Allow_Plugins_to_be_injected_with_the_LoggerContext_referenc.xml
+++ b/src/changelog/2.19.0/LOG4J2-3589_Allow_Plugins_to_be_injected_with_the_LoggerContext_referenc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3589" link="https://issues.apache.org/jira/browse/LOG4J2-3589"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3590_Remove_SLF4J_1_8_x_binding.xml b/src/changelog/2.19.0/LOG4J2-3590_Remove_SLF4J_1_8_x_binding.xml
index cc19f5b..67b033f 100644
--- a/src/changelog/2.19.0/LOG4J2-3590_Remove_SLF4J_1_8_x_binding.xml
+++ b/src/changelog/2.19.0/LOG4J2-3590_Remove_SLF4J_1_8_x_binding.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="removed">
   <issue id="LOG4J2-3590" link="https://issues.apache.org/jira/browse/LOG4J2-3590"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.19.0/LOG4J2-3614_Harden_InstantFormatter_against_delegate_failures.xml b/src/changelog/2.19.0/LOG4J2-3614_Harden_InstantFormatter_against_delegate_failures.xml
index 8f75b9c..69f00b7 100644
--- a/src/changelog/2.19.0/LOG4J2-3614_Harden_InstantFormatter_against_delegate_failures.xml
+++ b/src/changelog/2.19.0/LOG4J2-3614_Harden_InstantFormatter_against_delegate_failures.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3614" link="https://issues.apache.org/jira/browse/LOG4J2-3614"/>
   <author id="vy"/>
diff --git a/src/changelog/2.19.0/LOG4J2-708_Add_async_support_to_Log4jServletFilter.xml b/src/changelog/2.19.0/LOG4J2-708_Add_async_support_to_Log4jServletFilter.xml
index 89dfa7e..ba54ad6 100644
--- a/src/changelog/2.19.0/LOG4J2-708_Add_async_support_to_Log4jServletFilter.xml
+++ b/src/changelog/2.19.0/LOG4J2-708_Add_async_support_to_Log4jServletFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-708" link="https://issues.apache.org/jira/browse/LOG4J2-708"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.2/.release.xml b/src/changelog/2.2/.release.xml
index 8d59323..c9953bc 100644
--- a/src/changelog/2.2/.release.xml
+++ b/src/changelog/2.2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2015-02-22"
          version="2.2"/>
diff --git a/src/changelog/2.2/LOG4J2-834_ThrowableProxy_throws_NoClassDefFoundError.xml b/src/changelog/2.2/LOG4J2-834_ThrowableProxy_throws_NoClassDefFoundError.xml
index 14add0a..b96e0c4 100644
--- a/src/changelog/2.2/LOG4J2-834_ThrowableProxy_throws_NoClassDefFoundError.xml
+++ b/src/changelog/2.2/LOG4J2-834_ThrowableProxy_throws_NoClassDefFoundError.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-834" link="https://issues.apache.org/jira/browse/LOG4J2-834"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-881_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml b/src/changelog/2.2/LOG4J2-881_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml
index 4a365bd..981fbb5 100644
--- a/src/changelog/2.2/LOG4J2-881_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml
+++ b/src/changelog/2.2/LOG4J2-881_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-881" link="https://issues.apache.org/jira/browse/LOG4J2-881"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-881_Update_Jackson_from_2_4_2_to_2_4_3.xml b/src/changelog/2.2/LOG4J2-881_Update_Jackson_from_2_4_2_to_2_4_3.xml
index 164a90c..7b31f1a 100644
--- a/src/changelog/2.2/LOG4J2-881_Update_Jackson_from_2_4_2_to_2_4_3.xml
+++ b/src/changelog/2.2/LOG4J2-881_Update_Jackson_from_2_4_2_to_2_4_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-881" link="https://issues.apache.org/jira/browse/LOG4J2-881"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-882_Update_maven_core_from_3_1_0_to_3_2_3.xml b/src/changelog/2.2/LOG4J2-882_Update_maven_core_from_3_1_0_to_3_2_3.xml
index aa26b84..1a63e65 100644
--- a/src/changelog/2.2/LOG4J2-882_Update_maven_core_from_3_1_0_to_3_2_3.xml
+++ b/src/changelog/2.2/LOG4J2-882_Update_maven_core_from_3_1_0_to_3_2_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-882" link="https://issues.apache.org/jira/browse/LOG4J2-882"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-883_Update_tests_from_org_apache_felix_framework_4_2_1_to_4_4_1.xml b/src/changelog/2.2/LOG4J2-883_Update_tests_from_org_apache_felix_framework_4_2_1_to_4_4_1.xml
index 7a7422c..7655204 100644
--- a/src/changelog/2.2/LOG4J2-883_Update_tests_from_org_apache_felix_framework_4_2_1_to_4_4_1.xml
+++ b/src/changelog/2.2/LOG4J2-883_Update_tests_from_org_apache_felix_framework_4_2_1_to_4_4_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-883" link="https://issues.apache.org/jira/browse/LOG4J2-883"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-884_Update_org_eclipse_osgi_from_3_6_0_to_3_7_1.xml b/src/changelog/2.2/LOG4J2-884_Update_org_eclipse_osgi_from_3_6_0_to_3_7_1.xml
index 8dfb551..3b1530e 100644
--- a/src/changelog/2.2/LOG4J2-884_Update_org_eclipse_osgi_from_3_6_0_to_3_7_1.xml
+++ b/src/changelog/2.2/LOG4J2-884_Update_org_eclipse_osgi_from_3_6_0_to_3_7_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-884" link="https://issues.apache.org/jira/browse/LOG4J2-884"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-891_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml b/src/changelog/2.2/LOG4J2-891_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml
index aa8b29f..9047302 100644
--- a/src/changelog/2.2/LOG4J2-891_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml
+++ b/src/changelog/2.2/LOG4J2-891_AbstractLifecycle_should_not_implement_equals_and_hashCode.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-891" link="https://issues.apache.org/jira/browse/LOG4J2-891"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-892_JUL_adapter_does_not_map_Log4j_2_FATAL_level_to_a_JUL_level.xml b/src/changelog/2.2/LOG4J2-892_JUL_adapter_does_not_map_Log4j_2_FATAL_level_to_a_JUL_level.xml
index a6b52c9..c31ae2c 100644
--- a/src/changelog/2.2/LOG4J2-892_JUL_adapter_does_not_map_Log4j_2_FATAL_level_to_a_JUL_level.xml
+++ b/src/changelog/2.2/LOG4J2-892_JUL_adapter_does_not_map_Log4j_2_FATAL_level_to_a_JUL_level.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-892" link="https://issues.apache.org/jira/browse/LOG4J2-892"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-893_NullPointerException_on_filter_when_mapping_JUL_to_Log4j2.xml b/src/changelog/2.2/LOG4J2-893_NullPointerException_on_filter_when_mapping_JUL_to_Log4j2.xml
index 1ef3511..2ecb63e 100644
--- a/src/changelog/2.2/LOG4J2-893_NullPointerException_on_filter_when_mapping_JUL_to_Log4j2.xml
+++ b/src/changelog/2.2/LOG4J2-893_NullPointerException_on_filter_when_mapping_JUL_to_Log4j2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-893" link="https://issues.apache.org/jira/browse/LOG4J2-893"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-895_Specify_the_SyslogAppender_connect_timeout_value_as_part_of.xml b/src/changelog/2.2/LOG4J2-895_Specify_the_SyslogAppender_connect_timeout_value_as_part_of.xml
index 4e3965f..872886b 100644
--- a/src/changelog/2.2/LOG4J2-895_Specify_the_SyslogAppender_connect_timeout_value_as_part_of.xml
+++ b/src/changelog/2.2/LOG4J2-895_Specify_the_SyslogAppender_connect_timeout_value_as_part_of.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-895" link="https://issues.apache.org/jira/browse/LOG4J2-895"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-897_Javadoc_for_org_apache_log4j_BasicConfigurator_configure_i.xml b/src/changelog/2.2/LOG4J2-897_Javadoc_for_org_apache_log4j_BasicConfigurator_configure_i.xml
index 35400d7..f6ff403 100644
--- a/src/changelog/2.2/LOG4J2-897_Javadoc_for_org_apache_log4j_BasicConfigurator_configure_i.xml
+++ b/src/changelog/2.2/LOG4J2-897_Javadoc_for_org_apache_log4j_BasicConfigurator_configure_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-897" link="https://issues.apache.org/jira/browse/LOG4J2-897"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-899_Specify_the_SocketAppender_connect_timeout_value_as_part_of.xml b/src/changelog/2.2/LOG4J2-899_Specify_the_SocketAppender_connect_timeout_value_as_part_of.xml
index 1636fde..2e225d9 100644
--- a/src/changelog/2.2/LOG4J2-899_Specify_the_SocketAppender_connect_timeout_value_as_part_of.xml
+++ b/src/changelog/2.2/LOG4J2-899_Specify_the_SocketAppender_connect_timeout_value_as_part_of.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-899" link="https://issues.apache.org/jira/browse/LOG4J2-899"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-900_Update_Apache_Flume_from_1_5_0_1_to_1_5_2.xml b/src/changelog/2.2/LOG4J2-900_Update_Apache_Flume_from_1_5_0_1_to_1_5_2.xml
index dd636c9..6b952d5 100644
--- a/src/changelog/2.2/LOG4J2-900_Update_Apache_Flume_from_1_5_0_1_to_1_5_2.xml
+++ b/src/changelog/2.2/LOG4J2-900_Update_Apache_Flume_from_1_5_0_1_to_1_5_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-900" link="https://issues.apache.org/jira/browse/LOG4J2-900"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-901_Update_docs_for_SyslogAppender_No_structured_id_name_was_s.xml b/src/changelog/2.2/LOG4J2-901_Update_docs_for_SyslogAppender_No_structured_id_name_was_s.xml
index ad62410..8d05fcc 100644
--- a/src/changelog/2.2/LOG4J2-901_Update_docs_for_SyslogAppender_No_structured_id_name_was_s.xml
+++ b/src/changelog/2.2/LOG4J2-901_Update_docs_for_SyslogAppender_No_structured_id_name_was_s.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-901" link="https://issues.apache.org/jira/browse/LOG4J2-901"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-903_ClassLoaderContextSelector_uses_ClassLoader_toString_as_a.xml b/src/changelog/2.2/LOG4J2-903_ClassLoaderContextSelector_uses_ClassLoader_toString_as_a.xml
index cae2914..1b04018 100644
--- a/src/changelog/2.2/LOG4J2-903_ClassLoaderContextSelector_uses_ClassLoader_toString_as_a.xml
+++ b/src/changelog/2.2/LOG4J2-903_ClassLoaderContextSelector_uses_ClassLoader_toString_as_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-903" link="https://issues.apache.org/jira/browse/LOG4J2-903"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-910_Update_Jackson_from_2_4_3_to_2_4_4.xml b/src/changelog/2.2/LOG4J2-910_Update_Jackson_from_2_4_3_to_2_4_4.xml
index 48cb27b..3148643 100644
--- a/src/changelog/2.2/LOG4J2-910_Update_Jackson_from_2_4_3_to_2_4_4.xml
+++ b/src/changelog/2.2/LOG4J2-910_Update_Jackson_from_2_4_3_to_2_4_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-910" link="https://issues.apache.org/jira/browse/LOG4J2-910"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-912_XML_configuration_does_not_report_full_error_message_for_XIn.xml b/src/changelog/2.2/LOG4J2-912_XML_configuration_does_not_report_full_error_message_for_XIn.xml
index 66531f5..9195465 100644
--- a/src/changelog/2.2/LOG4J2-912_XML_configuration_does_not_report_full_error_message_for_XIn.xml
+++ b/src/changelog/2.2/LOG4J2-912_XML_configuration_does_not_report_full_error_message_for_XIn.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-912" link="https://issues.apache.org/jira/browse/LOG4J2-912"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-914_ThrowableProxy_getExtendedStackTraceAsString_causes_NullPoin.xml b/src/changelog/2.2/LOG4J2-914_ThrowableProxy_getExtendedStackTraceAsString_causes_NullPoin.xml
index d7601b4..4f0016f 100644
--- a/src/changelog/2.2/LOG4J2-914_ThrowableProxy_getExtendedStackTraceAsString_causes_NullPoin.xml
+++ b/src/changelog/2.2/LOG4J2-914_ThrowableProxy_getExtendedStackTraceAsString_causes_NullPoin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-914" link="https://issues.apache.org/jira/browse/LOG4J2-914"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-919_Logging_system_fails_to_initialize_if_XInclude_API_is_not_av.xml b/src/changelog/2.2/LOG4J2-919_Logging_system_fails_to_initialize_if_XInclude_API_is_not_av.xml
index d7e0413..27892a0 100644
--- a/src/changelog/2.2/LOG4J2-919_Logging_system_fails_to_initialize_if_XInclude_API_is_not_av.xml
+++ b/src/changelog/2.2/LOG4J2-919_Logging_system_fails_to_initialize_if_XInclude_API_is_not_av.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-919" link="https://issues.apache.org/jira/browse/LOG4J2-919"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-924_Log4j_1_2_Bridge_doesn_t_map_level_ALL_correctly_in_Category.xml b/src/changelog/2.2/LOG4J2-924_Log4j_1_2_Bridge_doesn_t_map_level_ALL_correctly_in_Category.xml
index 8746fe7..3734312 100644
--- a/src/changelog/2.2/LOG4J2-924_Log4j_1_2_Bridge_doesn_t_map_level_ALL_correctly_in_Category.xml
+++ b/src/changelog/2.2/LOG4J2-924_Log4j_1_2_Bridge_doesn_t_map_level_ALL_correctly_in_Category.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-924" link="https://issues.apache.org/jira/browse/LOG4J2-924"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-925_Update_from_Jackson_2_4_4_to_2_5_0.xml b/src/changelog/2.2/LOG4J2-925_Update_from_Jackson_2_4_4_to_2_5_0.xml
index 2393809..5c9a279 100644
--- a/src/changelog/2.2/LOG4J2-925_Update_from_Jackson_2_4_4_to_2_5_0.xml
+++ b/src/changelog/2.2/LOG4J2-925_Update_from_Jackson_2_4_4_to_2_5_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-925" link="https://issues.apache.org/jira/browse/LOG4J2-925"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-931_ConsoleAppender_is_missing_PluginFactory_annotation_at_crea.xml b/src/changelog/2.2/LOG4J2-931_ConsoleAppender_is_missing_PluginFactory_annotation_at_crea.xml
index 238130e..2f200f4 100644
--- a/src/changelog/2.2/LOG4J2-931_ConsoleAppender_is_missing_PluginFactory_annotation_at_crea.xml
+++ b/src/changelog/2.2/LOG4J2-931_ConsoleAppender_is_missing_PluginFactory_annotation_at_crea.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-931" link="https://issues.apache.org/jira/browse/LOG4J2-931"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-933_HTML_layout_should_not_use_attribute_minimalization_for_hr_n.xml b/src/changelog/2.2/LOG4J2-933_HTML_layout_should_not_use_attribute_minimalization_for_hr_n.xml
index 87800ab..2023409 100644
--- a/src/changelog/2.2/LOG4J2-933_HTML_layout_should_not_use_attribute_minimalization_for_hr_n.xml
+++ b/src/changelog/2.2/LOG4J2-933_HTML_layout_should_not_use_attribute_minimalization_for_hr_n.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-933" link="https://issues.apache.org/jira/browse/LOG4J2-933"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-938__JMX_To_avoid_memory_leaks_when_web_applications_are_restar.xml b/src/changelog/2.2/LOG4J2-938__JMX_To_avoid_memory_leaks_when_web_applications_are_restar.xml
index 37fe595..e59deef 100644
--- a/src/changelog/2.2/LOG4J2-938__JMX_To_avoid_memory_leaks_when_web_applications_are_restar.xml
+++ b/src/changelog/2.2/LOG4J2-938__JMX_To_avoid_memory_leaks_when_web_applications_are_restar.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-938" link="https://issues.apache.org/jira/browse/LOG4J2-938"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.2/LOG4J2-941_Allow_JSON_layout_to_create_one_compact_log_record_per_line.xml b/src/changelog/2.2/LOG4J2-941_Allow_JSON_layout_to_create_one_compact_log_record_per_line.xml
index 7933da2..15d0253 100644
--- a/src/changelog/2.2/LOG4J2-941_Allow_JSON_layout_to_create_one_compact_log_record_per_line.xml
+++ b/src/changelog/2.2/LOG4J2-941_Allow_JSON_layout_to_create_one_compact_log_record_per_line.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-941" link="https://issues.apache.org/jira/browse/LOG4J2-941"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-944_Log4j_Flume_appender_is_not_adding_millisecond_to_the_event.xml b/src/changelog/2.2/LOG4J2-944_Log4j_Flume_appender_is_not_adding_millisecond_to_the_event.xml
index 5dacc29..3d5ce48 100644
--- a/src/changelog/2.2/LOG4J2-944_Log4j_Flume_appender_is_not_adding_millisecond_to_the_event.xml
+++ b/src/changelog/2.2/LOG4J2-944_Log4j_Flume_appender_is_not_adding_millisecond_to_the_event.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-944" link="https://issues.apache.org/jira/browse/LOG4J2-944"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-946__docs_Using_Log4j_2_in_Web_Applications_Update_example_Lo.xml b/src/changelog/2.2/LOG4J2-946__docs_Using_Log4j_2_in_Web_Applications_Update_example_Lo.xml
index 6ea6f70..f42c5df 100644
--- a/src/changelog/2.2/LOG4J2-946__docs_Using_Log4j_2_in_Web_Applications_Update_example_Lo.xml
+++ b/src/changelog/2.2/LOG4J2-946__docs_Using_Log4j_2_in_Web_Applications_Update_example_Lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-946" link="https://issues.apache.org/jira/browse/LOG4J2-946"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-950_Incorrect_attribute_name_in_PropertiesRewritePolicy_example.xml b/src/changelog/2.2/LOG4J2-950_Incorrect_attribute_name_in_PropertiesRewritePolicy_example.xml
index 7498d86..1c57a8c 100644
--- a/src/changelog/2.2/LOG4J2-950_Incorrect_attribute_name_in_PropertiesRewritePolicy_example.xml
+++ b/src/changelog/2.2/LOG4J2-950_Incorrect_attribute_name_in_PropertiesRewritePolicy_example.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-950" link="https://issues.apache.org/jira/browse/LOG4J2-950"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-955_Documentation_clarify_system_properties_to_control_status_l.xml b/src/changelog/2.2/LOG4J2-955_Documentation_clarify_system_properties_to_control_status_l.xml
index c7ac3c1..9174e87 100644
--- a/src/changelog/2.2/LOG4J2-955_Documentation_clarify_system_properties_to_control_status_l.xml
+++ b/src/changelog/2.2/LOG4J2-955_Documentation_clarify_system_properties_to_control_status_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-955" link="https://issues.apache.org/jira/browse/LOG4J2-955"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.2/LOG4J2-956_Manual_refers_to_Route_AppenderRef_attribute_should_be_r.xml b/src/changelog/2.2/LOG4J2-956_Manual_refers_to_Route_AppenderRef_attribute_should_be_r.xml
index 4d5c9c6..f37d67c 100644
--- a/src/changelog/2.2/LOG4J2-956_Manual_refers_to_Route_AppenderRef_attribute_should_be_r.xml
+++ b/src/changelog/2.2/LOG4J2-956_Manual_refers_to_Route_AppenderRef_attribute_should_be_r.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-956" link="https://issues.apache.org/jira/browse/LOG4J2-956"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-957_Missing_toUpperCase_Locale_ENGLISH.xml b/src/changelog/2.2/LOG4J2-957_Missing_toUpperCase_Locale_ENGLISH.xml
index 16dd0bf..d86cf0c 100644
--- a/src/changelog/2.2/LOG4J2-957_Missing_toUpperCase_Locale_ENGLISH.xml
+++ b/src/changelog/2.2/LOG4J2-957_Missing_toUpperCase_Locale_ENGLISH.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-957" link="https://issues.apache.org/jira/browse/LOG4J2-957"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.2/LOG4J2-958_Update_from_Jackson_2_5_0_to_2_5_1.xml b/src/changelog/2.2/LOG4J2-958_Update_from_Jackson_2_5_0_to_2_5_1.xml
index 6d917cb..e4b9184 100644
--- a/src/changelog/2.2/LOG4J2-958_Update_from_Jackson_2_5_0_to_2_5_1.xml
+++ b/src/changelog/2.2/LOG4J2-958_Update_from_Jackson_2_5_0_to_2_5_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-958" link="https://issues.apache.org/jira/browse/LOG4J2-958"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.20.0/.release.xml b/src/changelog/2.20.0/.release.xml
index f86b0b4..70d68b2 100644
--- a/src/changelog/2.20.0/.release.xml
+++ b/src/changelog/2.20.0/.release.xml
@@ -17,5 +17,5 @@
   -->
 <release xmlns="http://logging.apache.org/log4j/changelog"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2023-02-17" version="2.20.0"/>
diff --git a/src/changelog/2.20.0/1166_simplify_site_generation.xml b/src/changelog/2.20.0/1166_simplify_site_generation.xml
index d5eb610..3d0ac59 100644
--- a/src/changelog/2.20.0/1166_simplify_site_generation.xml
+++ b/src/changelog/2.20.0/1166_simplify_site_generation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1166" link="https://github.com/apache/logging-log4j2/pull/1166"/>
   <author id="vy"/>
diff --git a/src/changelog/2.20.0/1172_switch_from_jira_to_github_issues.xml b/src/changelog/2.20.0/1172_switch_from_jira_to_github_issues.xml
index dee84b9..6c463fe 100644
--- a/src/changelog/2.20.0/1172_switch_from_jira_to_github_issues.xml
+++ b/src/changelog/2.20.0/1172_switch_from_jira_to_github_issues.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1172" link="https://github.com/apache/logging-log4j2/pull/1172"/>
   <author id="vy"/>
diff --git a/src/changelog/2.20.0/1193_remove_liquibase_log4j2_module.xml b/src/changelog/2.20.0/1193_remove_liquibase_log4j2_module.xml
index 9b21486..c43b61b 100644
--- a/src/changelog/2.20.0/1193_remove_liquibase_log4j2_module.xml
+++ b/src/changelog/2.20.0/1193_remove_liquibase_log4j2_module.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1193" link="https://github.com/apache/logging-log4j2/pull/1193"/>
   <author name="StevenMassaro"/>
diff --git a/src/changelog/2.20.0/1197_preserve_location.xml b/src/changelog/2.20.0/1197_preserve_location.xml
index 0eeeab0..207508a 100644
--- a/src/changelog/2.20.0/1197_preserve_location.xml
+++ b/src/changelog/2.20.0/1197_preserve_location.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1197" link="https://github.com/apache/logging-log4j2/pull/1197"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/1202_disableAnsi_spurious_warning.xml b/src/changelog/2.20.0/1202_disableAnsi_spurious_warning.xml
index ea4fbd4..8dd88fe 100644
--- a/src/changelog/2.20.0/1202_disableAnsi_spurious_warning.xml
+++ b/src/changelog/2.20.0/1202_disableAnsi_spurious_warning.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1202" link="https://github.com/apache/logging-log4j2/pull/1202"/>
   <author id="wleese"/>
diff --git a/src/changelog/2.20.0/1214_fix_stacktrace_order.xml b/src/changelog/2.20.0/1214_fix_stacktrace_order.xml
index af8565b..d713cb1 100644
--- a/src/changelog/2.20.0/1214_fix_stacktrace_order.xml
+++ b/src/changelog/2.20.0/1214_fix_stacktrace_order.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1214" link="https://github.com/apache/logging-log4j2/pull/1214"/>
   <author id="alex-dubrouski" name="Aliaksei Durbouski"/>
diff --git a/src/changelog/2.20.0/1274_fix_RewriteAppender_requiresLocation.xml b/src/changelog/2.20.0/1274_fix_RewriteAppender_requiresLocation.xml
index 0840a23..a860b16 100644
--- a/src/changelog/2.20.0/1274_fix_RewriteAppender_requiresLocation.xml
+++ b/src/changelog/2.20.0/1274_fix_RewriteAppender_requiresLocation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1274" link="https://github.com/apache/logging-log4j2/pull/1274"/>
   <author id="amirhadadi"/>
diff --git a/src/changelog/2.20.0/1277-replace_regexp_in_Rfc5424Layout.xml b/src/changelog/2.20.0/1277-replace_regexp_in_Rfc5424Layout.xml
index fc6e6c0..8a40457 100644
--- a/src/changelog/2.20.0/1277-replace_regexp_in_Rfc5424Layout.xml
+++ b/src/changelog/2.20.0/1277-replace_regexp_in_Rfc5424Layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
     <issue id="1277" link="https://github.com/apache/logging-log4j2/pull/1277"/>
     <author id="adwsingh" name="Adwait Kumar Singh"/>
diff --git a/src/changelog/2.20.0/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml b/src/changelog/2.20.0/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml
index 3ee0d15..0b30a13 100644
--- a/src/changelog/2.20.0/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml
+++ b/src/changelog/2.20.0/LOG4J2-1631_Honor-timezone-in-file-name-pattern.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1631" link="https://issues.apache.org/jira/browse/LOG4J2-1631"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-2297_Fix_java_sql_Time_object_formatting_in_MapMessage.xml b/src/changelog/2.20.0/LOG4J2-2297_Fix_java_sql_Time_object_formatting_in_MapMessage.xml
index adeb1e6..9e9d230 100644
--- a/src/changelog/2.20.0/LOG4J2-2297_Fix_java_sql_Time_object_formatting_in_MapMessage.xml
+++ b/src/changelog/2.20.0/LOG4J2-2297_Fix_java_sql_Time_object_formatting_in_MapMessage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2297" link="https://issues.apache.org/jira/browse/LOG4J2-2297"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.20.0/LOG4J2-2678_Add_LogEvent_timestamp_to_ProducerRecord_in_KafkaAppender.xml b/src/changelog/2.20.0/LOG4J2-2678_Add_LogEvent_timestamp_to_ProducerRecord_in_KafkaAppender.xml
index 20eb979..bbda7dd 100644
--- a/src/changelog/2.20.0/LOG4J2-2678_Add_LogEvent_timestamp_to_ProducerRecord_in_KafkaAppender.xml
+++ b/src/changelog/2.20.0/LOG4J2-2678_Add_LogEvent_timestamp_to_ProducerRecord_in_KafkaAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2678" link="https://issues.apache.org/jira/browse/LOG4J2-2678"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-2785_PatternLayout_abrreviate_all_except_2_rightmost.xml b/src/changelog/2.20.0/LOG4J2-2785_PatternLayout_abrreviate_all_except_2_rightmost.xml
index 153228d..f2f7714 100644
--- a/src/changelog/2.20.0/LOG4J2-2785_PatternLayout_abrreviate_all_except_2_rightmost.xml
+++ b/src/changelog/2.20.0/LOG4J2-2785_PatternLayout_abrreviate_all_except_2_rightmost.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2785" link="https://issues.apache.org/jira/browse/LOG4J2-2785"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3357_Fix_CronTriggeringPolicy.xml b/src/changelog/2.20.0/LOG4J2-3357_Fix_CronTriggeringPolicy.xml
index 6405fa0..c4833c7 100644
--- a/src/changelog/2.20.0/LOG4J2-3357_Fix_CronTriggeringPolicy.xml
+++ b/src/changelog/2.20.0/LOG4J2-3357_Fix_CronTriggeringPolicy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3357" link="https://issues.apache.org/jira/browse/LOG4J2-3357"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3487_Correct_default_to_not_include_AsyncRootLoggers.xml b/src/changelog/2.20.0/LOG4J2-3487_Correct_default_to_not_include_AsyncRootLoggers.xml
index 7f85ff4..b3f3e0f 100644
--- a/src/changelog/2.20.0/LOG4J2-3487_Correct_default_to_not_include_AsyncRootLoggers.xml
+++ b/src/changelog/2.20.0/LOG4J2-3487_Correct_default_to_not_include_AsyncRootLoggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3487" link="https://issues.apache.org/jira/browse/LOG4J2-3487"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3554_switch_to_Eclipse_Angus.xml b/src/changelog/2.20.0/LOG4J2-3554_switch_to_Eclipse_Angus.xml
index 9bb4330..3d087cb 100644
--- a/src/changelog/2.20.0/LOG4J2-3554_switch_to_Eclipse_Angus.xml
+++ b/src/changelog/2.20.0/LOG4J2-3554_switch_to_Eclipse_Angus.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3554" link="https://issues.apache.org/jira/browse/LOG4J2-3554"/>
   <author name="Oleh Astappiev"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3598_Lazily_evaluate_SLF4J_LogEventBuilder_level.xml b/src/changelog/2.20.0/LOG4J2-3598_Lazily_evaluate_SLF4J_LogEventBuilder_level.xml
index d3d1a52..8327fb7 100644
--- a/src/changelog/2.20.0/LOG4J2-3598_Lazily_evaluate_SLF4J_LogEventBuilder_level.xml
+++ b/src/changelog/2.20.0/LOG4J2-3598_Lazily_evaluate_SLF4J_LogEventBuilder_level.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3598" link="https://issues.apache.org/jira/browse/LOG4J2-3598"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3601_Add_Log4j2_Core_as_runtime_dep_for_SLF4J-to-LOG4J2-API.xml b/src/changelog/2.20.0/LOG4J2-3601_Add_Log4j2_Core_as_runtime_dep_for_SLF4J-to-LOG4J2-API.xml
index 62108ff..5cb1585 100644
--- a/src/changelog/2.20.0/LOG4J2-3601_Add_Log4j2_Core_as_runtime_dep_for_SLF4J-to-LOG4J2-API.xml
+++ b/src/changelog/2.20.0/LOG4J2-3601_Add_Log4j2_Core_as_runtime_dep_for_SLF4J-to-LOG4J2-API.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3601" link="https://issues.apache.org/jira/browse/LOG4J2-3601"/>
   <author id="afs" name="Andy Seaborne"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3615_Fix_OSGI_API_leak.xml b/src/changelog/2.20.0/LOG4J2-3615_Fix_OSGI_API_leak.xml
index 6efbbb1..5068aec 100644
--- a/src/changelog/2.20.0/LOG4J2-3615_Fix_OSGI_API_leak.xml
+++ b/src/changelog/2.20.0/LOG4J2-3615_Fix_OSGI_API_leak.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3615" link="https://issues.apache.org/jira/browse/LOG4J2-3615"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3621_Fix_priority_of_legacy_system_properties.xml b/src/changelog/2.20.0/LOG4J2-3621_Fix_priority_of_legacy_system_properties.xml
index f4b4f86..1b20c13 100644
--- a/src/changelog/2.20.0/LOG4J2-3621_Fix_priority_of_legacy_system_properties.xml
+++ b/src/changelog/2.20.0/LOG4J2-3621_Fix_priority_of_legacy_system_properties.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3615" link="https://issues.apache.org/jira/browse/LOG4J2-3621"/>
   <author id="adwsingh" name="Adwait Kumar Singh"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3624_Catch_unchecked_exception_from_ServiceLoader.xml b/src/changelog/2.20.0/LOG4J2-3624_Catch_unchecked_exception_from_ServiceLoader.xml
index 0fbf536..e2fc1b3 100644
--- a/src/changelog/2.20.0/LOG4J2-3624_Catch_unchecked_exception_from_ServiceLoader.xml
+++ b/src/changelog/2.20.0/LOG4J2-3624_Catch_unchecked_exception_from_ServiceLoader.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3624" link="https://issues.apache.org/jira/browse/LOG4J2-3624"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3628_New_changelog_infra.xml b/src/changelog/2.20.0/LOG4J2-3628_New_changelog_infra.xml
index 54fb918..12f52ce 100644
--- a/src/changelog/2.20.0/LOG4J2-3628_New_changelog_infra.xml
+++ b/src/changelog/2.20.0/LOG4J2-3628_New_changelog_infra.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3628" link="https://issues.apache.org/jira/browse/LOG4J2-3628"/>
   <author id="vy"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3631_Fix_Configurator_setLevel_for_internal_classes.xml b/src/changelog/2.20.0/LOG4J2-3631_Fix_Configurator_setLevel_for_internal_classes.xml
index f1c7f82..b1071df 100644
--- a/src/changelog/2.20.0/LOG4J2-3631_Fix_Configurator_setLevel_for_internal_classes.xml
+++ b/src/changelog/2.20.0/LOG4J2-3631_Fix_Configurator_setLevel_for_internal_classes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3631" link="https://issues.apache.org/jira/browse/LOG4J2-3631"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3634_Fix_level_propagation_in_Log4jBridgeHandler.xml b/src/changelog/2.20.0/LOG4J2-3634_Fix_level_propagation_in_Log4jBridgeHandler.xml
index 36c41e8..8a9e01b 100644
--- a/src/changelog/2.20.0/LOG4J2-3634_Fix_level_propagation_in_Log4jBridgeHandler.xml
+++ b/src/changelog/2.20.0/LOG4J2-3634_Fix_level_propagation_in_Log4jBridgeHandler.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3634" link="https://issues.apache.org/jira/browse/LOG4J2-3634"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3642_disable_OSGI_locator_if_not_OSGI.xml b/src/changelog/2.20.0/LOG4J2-3642_disable_OSGI_locator_if_not_OSGI.xml
index 1204ced..a5d8c8a 100644
--- a/src/changelog/2.20.0/LOG4J2-3642_disable_OSGI_locator_if_not_OSGI.xml
+++ b/src/changelog/2.20.0/LOG4J2-3642_disable_OSGI_locator_if_not_OSGI.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3642" link="https://issues.apache.org/jira/browse/LOG4J2-3642"/>
   <author id="adwsingh" name="Adwait Kumar Singh"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3643_RollingFileAppender_DateLookup_use_current_time.xml b/src/changelog/2.20.0/LOG4J2-3643_RollingFileAppender_DateLookup_use_current_time.xml
index 4d77c31..a930676 100644
--- a/src/changelog/2.20.0/LOG4J2-3643_RollingFileAppender_DateLookup_use_current_time.xml
+++ b/src/changelog/2.20.0/LOG4J2-3643_RollingFileAppender_DateLookup_use_current_time.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3643" link="https://issues.apache.org/jira/browse/LOG4J2-3643"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3644_Deprecate_package_scanning_for_plugins.xml b/src/changelog/2.20.0/LOG4J2-3644_Deprecate_package_scanning_for_plugins.xml
index e0fdaf3..303af5c 100644
--- a/src/changelog/2.20.0/LOG4J2-3644_Deprecate_package_scanning_for_plugins.xml
+++ b/src/changelog/2.20.0/LOG4J2-3644_Deprecate_package_scanning_for_plugins.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="deprecated">
   <issue id="LOG4J2-3644" link="https://issues.apache.org/jira/browse/LOG4J2-3644"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3645_improve_logbuilder_traceEntry_traceExit.xml b/src/changelog/2.20.0/LOG4J2-3645_improve_logbuilder_traceEntry_traceExit.xml
index a587d8c..c57606b 100644
--- a/src/changelog/2.20.0/LOG4J2-3645_improve_logbuilder_traceEntry_traceExit.xml
+++ b/src/changelog/2.20.0/LOG4J2-3645_improve_logbuilder_traceEntry_traceExit.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-3645" link="https://issues.apache.org/jira/browse/LOG4J2-3645"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3647_Add_support_for_global_filters_to_LogBuilder.xml b/src/changelog/2.20.0/LOG4J2-3647_Add_support_for_global_filters_to_LogBuilder.xml
index 28cad88..88e703f 100644
--- a/src/changelog/2.20.0/LOG4J2-3647_Add_support_for_global_filters_to_LogBuilder.xml
+++ b/src/changelog/2.20.0/LOG4J2-3647_Add_support_for_global_filters_to_LogBuilder.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3647" link="https://issues.apache.org/jira/browse/LOG4J2-3647"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.20.0/LOG4J2-3650_Move_tests.xml b/src/changelog/2.20.0/LOG4J2-3650_Move_tests.xml
index f23c3d3..50d13de 100644
--- a/src/changelog/2.20.0/LOG4J2-3650_Move_tests.xml
+++ b/src/changelog/2.20.0/LOG4J2-3650_Move_tests.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-3650" link="https://issues.apache.org/jira/browse/LOG4J2-3650"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.21.0/1231_validation_path_condition.xml b/src/changelog/2.21.0/1231_validation_path_condition.xml
index 62e6deb..8c1ab42 100644
--- a/src/changelog/2.21.0/1231_validation_path_condition.xml
+++ b/src/changelog/2.21.0/1231_validation_path_condition.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1231" link="https://github.com/apache/logging-log4j2/issues/1231"/>
   <author id="github:lukaszspyra" name="Łukasz Spyra"/>
diff --git a/src/changelog/2.21.0/1232_log4j-to-sfl4j-2-OSGiMetadata.xml b/src/changelog/2.21.0/1232_log4j-to-sfl4j-2-OSGiMetadata.xml
index dadddda..2e2b491 100644
--- a/src/changelog/2.21.0/1232_log4j-to-sfl4j-2-OSGiMetadata.xml
+++ b/src/changelog/2.21.0/1232_log4j-to-sfl4j-2-OSGiMetadata.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1232" link="https://github.com/apache/logging-log4j2/issues/1232"/>
   <author id="hanneswell"/>
diff --git a/src/changelog/2.21.0/1275_fix-javadoc.xml b/src/changelog/2.21.0/1275_fix-javadoc.xml
index 8557891..c4e39a1 100644
--- a/src/changelog/2.21.0/1275_fix-javadoc.xml
+++ b/src/changelog/2.21.0/1275_fix-javadoc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1275" link="https://github.com/apache/logging-log4j2/issues/1275"/>
   <issue id="1753" link="https://github.com/apache/logging-log4j2/pull/1753"/>
diff --git a/src/changelog/2.21.0/1281_remove_locale-dependent_toLowerCase.xml b/src/changelog/2.21.0/1281_remove_locale-dependent_toLowerCase.xml
index bc55e0e..7cec14a 100644
--- a/src/changelog/2.21.0/1281_remove_locale-dependent_toLowerCase.xml
+++ b/src/changelog/2.21.0/1281_remove_locale-dependent_toLowerCase.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1281" link="https://github.com/apache/logging-log4j2/pull/1281"/>
   <author id="github:aawad6" name="Ammar Awad"/>
diff --git a/src/changelog/2.21.0/1284_redirect_old_javadoc_urls.xml b/src/changelog/2.21.0/1284_redirect_old_javadoc_urls.xml
index 4750eb8..5997175 100644
--- a/src/changelog/2.21.0/1284_redirect_old_javadoc_urls.xml
+++ b/src/changelog/2.21.0/1284_redirect_old_javadoc_urls.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1284" link="https://github.com/apache/logging-log4j2/pull/1284"/>
   <author id="vy"/>
diff --git a/src/changelog/2.21.0/1312_add_environment_arbiter.xml b/src/changelog/2.21.0/1312_add_environment_arbiter.xml
index c1d91f7..73a7982 100644
--- a/src/changelog/2.21.0/1312_add_environment_arbiter.xml
+++ b/src/changelog/2.21.0/1312_add_environment_arbiter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1312" link="https://github.com/apache/logging-log4j2/issues/1312"/>
   <author id="github:MouettE-SC" name="Charles Leclerc"/>
diff --git a/src/changelog/2.21.0/1366_fix_java_sql_date.xml b/src/changelog/2.21.0/1366_fix_java_sql_date.xml
index e5f712a..99db6d6 100644
--- a/src/changelog/2.21.0/1366_fix_java_sql_date.xml
+++ b/src/changelog/2.21.0/1366_fix_java_sql_date.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1366" link="https://github.com/apache/logging-log4j2/pull/1366"/>
   <author id="github:Hikarikun92" name="Lucas Souza"/>
diff --git a/src/changelog/2.21.0/1367_Missing-Bundle-Activation-OSGiMetadata.xml b/src/changelog/2.21.0/1367_Missing-Bundle-Activation-OSGiMetadata.xml
index f46d570..1755dba 100644
--- a/src/changelog/2.21.0/1367_Missing-Bundle-Activation-OSGiMetadata.xml
+++ b/src/changelog/2.21.0/1367_Missing-Bundle-Activation-OSGiMetadata.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1367" link="https://github.com/apache/logging-log4j2/issues/1367"/>
   <author id="github:N1k145" name="Niklas Kellner"/>
diff --git a/src/changelog/2.21.0/1369_bump_build_requirement_jdk_11.xml b/src/changelog/2.21.0/1369_bump_build_requirement_jdk_11.xml
index 56dfbce..c4eecd8 100644
--- a/src/changelog/2.21.0/1369_bump_build_requirement_jdk_11.xml
+++ b/src/changelog/2.21.0/1369_bump_build_requirement_jdk_11.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1369" link="https://github.com/apache/logging-log4j2/issues/1369"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1380_StackTraceStringResolver_uses_instance_after_recycling.xml b/src/changelog/2.21.0/1380_StackTraceStringResolver_uses_instance_after_recycling.xml
index 6283d4a..4cf80bf 100644
--- a/src/changelog/2.21.0/1380_StackTraceStringResolver_uses_instance_after_recycling.xml
+++ b/src/changelog/2.21.0/1380_StackTraceStringResolver_uses_instance_after_recycling.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1380" link="https://github.com/apache/logging-log4j2/pull/1380"/>
   <author id="vy"/>
diff --git a/src/changelog/2.21.0/1381_support_parents_in_MarkerResolver.xml b/src/changelog/2.21.0/1381_support_parents_in_MarkerResolver.xml
index 9b69348..356fe90 100644
--- a/src/changelog/2.21.0/1381_support_parents_in_MarkerResolver.xml
+++ b/src/changelog/2.21.0/1381_support_parents_in_MarkerResolver.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="1381" link="https://github.com/apache/logging-log4j2/pull/1381"/>
   <author name="Eric Herot"/>
diff --git a/src/changelog/2.21.0/1389_Added_missing_setter_for_connectionStringSource_in_MongoDb4Provider.xml b/src/changelog/2.21.0/1389_Added_missing_setter_for_connectionStringSource_in_MongoDb4Provider.xml
index a34c3e5..4308d86 100644
--- a/src/changelog/2.21.0/1389_Added_missing_setter_for_connectionStringSource_in_MongoDb4Provider.xml
+++ b/src/changelog/2.21.0/1389_Added_missing_setter_for_connectionStringSource_in_MongoDb4Provider.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
     <issue id="1389" link="https://github.com/apache/logging-log4j2/issues/1389"/>
     <author id="ihordz" name="Ihor Dziuba"/>
diff --git a/src/changelog/2.21.0/1391_fix_NPE_in_PluginElementVisitor.xml b/src/changelog/2.21.0/1391_fix_NPE_in_PluginElementVisitor.xml
index 5cbb523..085d74b 100644
--- a/src/changelog/2.21.0/1391_fix_NPE_in_PluginElementVisitor.xml
+++ b/src/changelog/2.21.0/1391_fix_NPE_in_PluginElementVisitor.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1391" link="https://github.com/apache/logging-log4j2/issues/1391"/>
   <author name="Andrew Zakordonets" id="azakordonets"/>
diff --git a/src/changelog/2.21.0/1405_column_mapping_rename_type_attribute.xml b/src/changelog/2.21.0/1405_column_mapping_rename_type_attribute.xml
index a686a36..4e3f54d 100644
--- a/src/changelog/2.21.0/1405_column_mapping_rename_type_attribute.xml
+++ b/src/changelog/2.21.0/1405_column_mapping_rename_type_attribute.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1405" link="https://github.com/apache/logging-log4j2/issues/1405"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1414_restore_SLF4J_Log4jMarker_visibility.xml b/src/changelog/2.21.0/1414_restore_SLF4J_Log4jMarker_visibility.xml
index 4bc5517..94fb9ec 100644
--- a/src/changelog/2.21.0/1414_restore_SLF4J_Log4jMarker_visibility.xml
+++ b/src/changelog/2.21.0/1414_restore_SLF4J_Log4jMarker_visibility.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1414" link="https://github.com/apache/logging-log4j2/issues/1414"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1418_fix_ArrayOutOfBound_in_Log4jFixedFormatter.xml b/src/changelog/2.21.0/1418_fix_ArrayOutOfBound_in_Log4jFixedFormatter.xml
index e677540..b743122 100644
--- a/src/changelog/2.21.0/1418_fix_ArrayOutOfBound_in_Log4jFixedFormatter.xml
+++ b/src/changelog/2.21.0/1418_fix_ArrayOutOfBound_in_Log4jFixedFormatter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1418" link="https://github.com/apache/logging-log4j2/pull/1418"/>
   <author id="pkarwasz"/>
diff --git a/src/changelog/2.21.0/1445_1549_fix_sync_roll_action_propagation.xml b/src/changelog/2.21.0/1445_1549_fix_sync_roll_action_propagation.xml
index e2a7073..fd30602 100644
--- a/src/changelog/2.21.0/1445_1549_fix_sync_roll_action_propagation.xml
+++ b/src/changelog/2.21.0/1445_1549_fix_sync_roll_action_propagation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1445" link="https://github.com/apache/logging-log4j2/issues/1445"/>
   <issue id="1549" link="https://github.com/apache/logging-log4j2/pull/1549"/>
diff --git a/src/changelog/2.21.0/1445_fix_synchronous_rolling_file_manager.xml b/src/changelog/2.21.0/1445_fix_synchronous_rolling_file_manager.xml
index 573e5f6..77f969f 100644
--- a/src/changelog/2.21.0/1445_fix_synchronous_rolling_file_manager.xml
+++ b/src/changelog/2.21.0/1445_fix_synchronous_rolling_file_manager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1445" link="https://github.com/apache/logging-log4j2/issues/1445"/>
   <author id="thisdudeiknew" name="Timothy Pfeifer"/>
diff --git a/src/changelog/2.21.0/1484_fix_StackLocator_stdout.xml b/src/changelog/2.21.0/1484_fix_StackLocator_stdout.xml
index f102cbc..c0f98d0 100644
--- a/src/changelog/2.21.0/1484_fix_StackLocator_stdout.xml
+++ b/src/changelog/2.21.0/1484_fix_StackLocator_stdout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1484" link="https://github.com/apache/logging-log4j2/issues/1484"/>
   <author id="github:hblohm" name="Henning Blohm"/>
diff --git a/src/changelog/2.21.0/1485_fix_DatePatternConverter_when_TL_disabled.xml b/src/changelog/2.21.0/1485_fix_DatePatternConverter_when_TL_disabled.xml
index a68efa3..46ea100 100644
--- a/src/changelog/2.21.0/1485_fix_DatePatternConverter_when_TL_disabled.xml
+++ b/src/changelog/2.21.0/1485_fix_DatePatternConverter_when_TL_disabled.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1485" link="https://github.com/apache/logging-log4j2/issues/1485"/>
   <author name="Stephan Markwalder" id="smarkwal"/>
diff --git a/src/changelog/2.21.0/1503_change_defaults_for_LevelRangeFilter.xml b/src/changelog/2.21.0/1503_change_defaults_for_LevelRangeFilter.xml
index 196742d..f4c3d81 100644
--- a/src/changelog/2.21.0/1503_change_defaults_for_LevelRangeFilter.xml
+++ b/src/changelog/2.21.0/1503_change_defaults_for_LevelRangeFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1503" link="https://github.com/apache/logging-log4j2/pull/1503"/>
   <author id="vy"/>
diff --git a/src/changelog/2.21.0/1508_fix-javadoc.xml b/src/changelog/2.21.0/1508_fix-javadoc.xml
index dd90652..2957a85 100644
--- a/src/changelog/2.21.0/1508_fix-javadoc.xml
+++ b/src/changelog/2.21.0/1508_fix-javadoc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="1508" link="https://github.com/apache/logging-log4j2/issues/1508"/>
   <issue id="1514" link="https://github.com/apache/logging-log4j2/pull/1514"/>
diff --git a/src/changelog/2.21.0/1530_fix_runtime-dependencies_documentation.xml b/src/changelog/2.21.0/1530_fix_runtime-dependencies_documentation.xml
index 2df4f53..166726c 100644
--- a/src/changelog/2.21.0/1530_fix_runtime-dependencies_documentation.xml
+++ b/src/changelog/2.21.0/1530_fix_runtime-dependencies_documentation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1530" link="https://github.com/apache/logging-log4j2/pull/1530"/>
   <author id="github:harryssuperman"/>
diff --git a/src/changelog/2.21.0/1533_set_fqcn_eventbuilder.xml b/src/changelog/2.21.0/1533_set_fqcn_eventbuilder.xml
index e618439..4e63646 100644
--- a/src/changelog/2.21.0/1533_set_fqcn_eventbuilder.xml
+++ b/src/changelog/2.21.0/1533_set_fqcn_eventbuilder.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1533" link="https://github.com/apache/logging-log4j2/pull/1533"/>
   <author id="github:oshai" name="Ohad Shai"/>
diff --git a/src/changelog/2.21.0/1545_add_warn_in_case_of_incorrect_syntax_of_highlighting_style.xml b/src/changelog/2.21.0/1545_add_warn_in_case_of_incorrect_syntax_of_highlighting_style.xml
index 110e799..d8f0d6e 100644
--- a/src/changelog/2.21.0/1545_add_warn_in_case_of_incorrect_syntax_of_highlighting_style.xml
+++ b/src/changelog/2.21.0/1545_add_warn_in_case_of_incorrect_syntax_of_highlighting_style.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
     <issue id="1545" link="https://github.com/apache/logging-log4j2/issues/1545"/>
     <issue id="1637" link="https://github.com/apache/logging-log4j2/pull/1637"/>
diff --git a/src/changelog/2.21.0/1550_multiple_filter_invocations.xml b/src/changelog/2.21.0/1550_multiple_filter_invocations.xml
index d636fd3..b996dc0 100644
--- a/src/changelog/2.21.0/1550_multiple_filter_invocations.xml
+++ b/src/changelog/2.21.0/1550_multiple_filter_invocations.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1550" link="https://github.com/apache/logging-log4j2/pull/1550"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1589_mongodb_tests.xml b/src/changelog/2.21.0/1589_mongodb_tests.xml
index 3f9c035..2a2e03b 100644
--- a/src/changelog/2.21.0/1589_mongodb_tests.xml
+++ b/src/changelog/2.21.0/1589_mongodb_tests.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1589" link="https://github.com/apache/logging-log4j2/issues/1589"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1626_parameter_format_rewrite.xml b/src/changelog/2.21.0/1626_parameter_format_rewrite.xml
index da77684..3917717 100644
--- a/src/changelog/2.21.0/1626_parameter_format_rewrite.xml
+++ b/src/changelog/2.21.0/1626_parameter_format_rewrite.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
     <issue id="1626" link="https://github.com/apache/logging-log4j2/issues/1626"/>
     <author id="hucsmn"/>
diff --git a/src/changelog/2.21.0/1640_java_9_stack_trace_element.xml b/src/changelog/2.21.0/1640_java_9_stack_trace_element.xml
index c47b93d..731875e 100644
--- a/src/changelog/2.21.0/1640_java_9_stack_trace_element.xml
+++ b/src/changelog/2.21.0/1640_java_9_stack_trace_element.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1640" link="https://github.com/apache/logging-log4j2/issues/1640"/>
   <author id="github:rgoers"/>
diff --git a/src/changelog/2.21.0/1646_unsafe_cleaner.xml b/src/changelog/2.21.0/1646_unsafe_cleaner.xml
index a5394e9..1d93db9 100644
--- a/src/changelog/2.21.0/1646_unsafe_cleaner.xml
+++ b/src/changelog/2.21.0/1646_unsafe_cleaner.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1646" link="https://github.com/apache/logging-log4j2/issues/1646"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1650_fix_rollover_strategy_log4j1.xml b/src/changelog/2.21.0/1650_fix_rollover_strategy_log4j1.xml
index 44661b6..43b3e5b 100644
--- a/src/changelog/2.21.0/1650_fix_rollover_strategy_log4j1.xml
+++ b/src/changelog/2.21.0/1650_fix_rollover_strategy_log4j1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1650" link="https://github.com/apache/logging-log4j2/issues/1650"/>
   <author name="Krzysztof Krasoń" id="github:krzyk"/>
diff --git a/src/changelog/2.21.0/1681_fix_and_improve_lookup_docs.xml b/src/changelog/2.21.0/1681_fix_and_improve_lookup_docs.xml
index 784d85d..00c54a5 100644
--- a/src/changelog/2.21.0/1681_fix_and_improve_lookup_docs.xml
+++ b/src/changelog/2.21.0/1681_fix_and_improve_lookup_docs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1681" link="https://github.com/apache/logging-log4j2/issues/1681"/>
   <issue id="LOG4J2-3504" link="https://issues.apache.org/jira/browse/LOG4J2-3504"/>
diff --git a/src/changelog/2.21.0/1692_make_JTL_LocationAware.xml b/src/changelog/2.21.0/1692_make_JTL_LocationAware.xml
index 22551a9..4fe03e3 100644
--- a/src/changelog/2.21.0/1692_make_JTL_LocationAware.xml
+++ b/src/changelog/2.21.0/1692_make_JTL_LocationAware.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1692" link="https://github.com/apache/logging-log4j2/issues/1692"/>
   <author name="Jalyn Xing" id="github:jalynxing"/>
diff --git a/src/changelog/2.21.0/1747_mongodb4-long-collection-size-conifg.xml b/src/changelog/2.21.0/1747_mongodb4-long-collection-size-conifg.xml
index ef5c56f..61c1589 100644
--- a/src/changelog/2.21.0/1747_mongodb4-long-collection-size-conifg.xml
+++ b/src/changelog/2.21.0/1747_mongodb4-long-collection-size-conifg.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1747" link="https://github.com/apache/logging-log4j2/issues/1747"/>
   <author name="Gary Gregory" id="github:garydgregory"/>
diff --git a/src/changelog/2.21.0/1760_use_java_version_specific_warnings_in_StackLocator.xml b/src/changelog/2.21.0/1760_use_java_version_specific_warnings_in_StackLocator.xml
index 0d98a84..6a796c3 100644
--- a/src/changelog/2.21.0/1760_use_java_version_specific_warnings_in_StackLocator.xml
+++ b/src/changelog/2.21.0/1760_use_java_version_specific_warnings_in_StackLocator.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="1760" link="https://github.com/apache/logging-log4j2/pull/1760"/>
   <author id="github:Flowdalic" name="Florian Schmaus"/>
diff --git a/src/changelog/2.21.0/1783_spring_arbiter_without_environment.xml b/src/changelog/2.21.0/1783_spring_arbiter_without_environment.xml
index 610e255..27610d2 100644
--- a/src/changelog/2.21.0/1783_spring_arbiter_without_environment.xml
+++ b/src/changelog/2.21.0/1783_spring_arbiter_without_environment.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1783" link="https://github.com/apache/logging-log4j2/issues/1783"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1786_fix_async_context_data_loss.xml b/src/changelog/2.21.0/1786_fix_async_context_data_loss.xml
index 40f5dbc..c6d4143 100644
--- a/src/changelog/2.21.0/1786_fix_async_context_data_loss.xml
+++ b/src/changelog/2.21.0/1786_fix_async_context_data_loss.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1786" link="https://github.com/apache/logging-log4j2/issues/1786"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/1805_fix_NPE_in_JTL_LevelResolver.xml b/src/changelog/2.21.0/1805_fix_NPE_in_JTL_LevelResolver.xml
index f0d99ca..d902956 100644
--- a/src/changelog/2.21.0/1805_fix_NPE_in_JTL_LevelResolver.xml
+++ b/src/changelog/2.21.0/1805_fix_NPE_in_JTL_LevelResolver.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="1805" link="https://github.com/apache/logging-log4j2/issues/1805"/>
   <author id="srangara123"/>
diff --git a/src/changelog/2.21.0/LOG4J2-170_Improve_XML_schema.xml b/src/changelog/2.21.0/LOG4J2-170_Improve_XML_schema.xml
index 8241de3..d556b69 100644
--- a/src/changelog/2.21.0/LOG4J2-170_Improve_XML_schema.xml
+++ b/src/changelog/2.21.0/LOG4J2-170_Improve_XML_schema.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-170" link="https://issues.apache.org/jira/browse/LOG4J2-170"/>
   <author id="github:ppkarwasz"/>
diff --git a/src/changelog/2.21.0/LOG4J2-3217_fix_NPE_in_ContextSelector.xml b/src/changelog/2.21.0/LOG4J2-3217_fix_NPE_in_ContextSelector.xml
index e1202d7..e054f2a 100644
--- a/src/changelog/2.21.0/LOG4J2-3217_fix_NPE_in_ContextSelector.xml
+++ b/src/changelog/2.21.0/LOG4J2-3217_fix_NPE_in_ContextSelector.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3217" link="https://issues.apache.org/jira/browse/LOG4J2-3217"/>
   <issue id="1538" link="https://github.com/apache/logging-log4j2/pull/1538"/>
diff --git a/src/changelog/2.21.0/LOG4J2-3657_fix_TL_usage_in_AbstractLogger.xml b/src/changelog/2.21.0/LOG4J2-3657_fix_TL_usage_in_AbstractLogger.xml
index aaa9253..552c57a 100644
--- a/src/changelog/2.21.0/LOG4J2-3657_fix_TL_usage_in_AbstractLogger.xml
+++ b/src/changelog/2.21.0/LOG4J2-3657_fix_TL_usage_in_AbstractLogger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3657" link="https://issues.apache.org/jira/browse/LOG4J2-3657"/>
   <author name="Marat Kamalov"/>
diff --git a/src/changelog/2.21.0/LOG4J2-3660_fix_notEmpty_converter_for_empty_collections.xml b/src/changelog/2.21.0/LOG4J2-3660_fix_notEmpty_converter_for_empty_collections.xml
index bac200f..20a39f0 100644
--- a/src/changelog/2.21.0/LOG4J2-3660_fix_notEmpty_converter_for_empty_collections.xml
+++ b/src/changelog/2.21.0/LOG4J2-3660_fix_notEmpty_converter_for_empty_collections.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3660" link="https://issues.apache.org/jira/browse/LOG4J2-3660"/>
   <author id="vy"/>
diff --git a/src/changelog/2.21.0/LOG4J2-3663_fix_file_descriptor_leak_on_Tomcat.xml b/src/changelog/2.21.0/LOG4J2-3663_fix_file_descriptor_leak_on_Tomcat.xml
index ffc8476..bd88724 100644
--- a/src/changelog/2.21.0/LOG4J2-3663_fix_file_descriptor_leak_on_Tomcat.xml
+++ b/src/changelog/2.21.0/LOG4J2-3663_fix_file_descriptor_leak_on_Tomcat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-3663" link="https://issues.apache.org/jira/browse/LOG4J2-3663"/>
   <author id="lenoch7" name="Radek Kraus"/>
diff --git a/src/changelog/2.21.0/OsgiServiceLocator_npe.xml b/src/changelog/2.21.0/OsgiServiceLocator_npe.xml
index 1fdd318..3a1ce01 100644
--- a/src/changelog/2.21.0/OsgiServiceLocator_npe.xml
+++ b/src/changelog/2.21.0/OsgiServiceLocator_npe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">
diff --git a/src/changelog/2.21.0/PreventResourceLeak.xml b/src/changelog/2.21.0/PreventResourceLeak.xml
index a2e8b09..1783449 100644
--- a/src/changelog/2.21.0/PreventResourceLeak.xml
+++ b/src/changelog/2.21.0/PreventResourceLeak.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <author id="mernst"/>
   <author id="vy"/>
diff --git a/src/changelog/2.21.0/new-release-process.xml b/src/changelog/2.21.0/new-release-process.xml
index 6530dcb..2118fcf 100644
--- a/src/changelog/2.21.0/new-release-process.xml
+++ b/src/changelog/2.21.0/new-release-process.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author name="github:pkarwasz"/>
   <author name="github:vy"/>
diff --git a/src/changelog/2.21.0/remove-jmx-gui.xml b/src/changelog/2.21.0/remove-jmx-gui.xml
index 524daf2..480afc9 100644
--- a/src/changelog/2.21.0/remove-jmx-gui.xml
+++ b/src/changelog/2.21.0/remove-jmx-gui.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="removed">
   <author id="vy"/>
   <description format="asciidoc">Moved `log4j-jmx-gui` to https://github.com/apache/logging-log4j-jmx-gui/actions[its own repository] along with its own release cycle</description>
diff --git a/src/changelog/2.3/.release.xml b/src/changelog/2.3/.release.xml
index b913034..f181a54 100644
--- a/src/changelog/2.3/.release.xml
+++ b/src/changelog/2.3/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2015-05-09"
          version="2.3"/>
diff --git a/src/changelog/2.3/LOG4J2-1003_JUL_Logger_throwing_is_mis_mapped_to_ERROR_when_it_should_be.xml b/src/changelog/2.3/LOG4J2-1003_JUL_Logger_throwing_is_mis_mapped_to_ERROR_when_it_should_be.xml
index dd3fae8..fb00c32 100644
--- a/src/changelog/2.3/LOG4J2-1003_JUL_Logger_throwing_is_mis_mapped_to_ERROR_when_it_should_be.xml
+++ b/src/changelog/2.3/LOG4J2-1003_JUL_Logger_throwing_is_mis_mapped_to_ERROR_when_it_should_be.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1003" link="https://issues.apache.org/jira/browse/LOG4J2-1003"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-1004_Update_Jackson_from_2_5_1_to_2_5_3.xml b/src/changelog/2.3/LOG4J2-1004_Update_Jackson_from_2_5_1_to_2_5_3.xml
index b6ef0c7..d9fc092 100644
--- a/src/changelog/2.3/LOG4J2-1004_Update_Jackson_from_2_5_1_to_2_5_3.xml
+++ b/src/changelog/2.3/LOG4J2-1004_Update_Jackson_from_2_5_1_to_2_5_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1004" link="https://issues.apache.org/jira/browse/LOG4J2-1004"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-1005_Update_Slf4j_from_1_7_7_to_1_7_12.xml b/src/changelog/2.3/LOG4J2-1005_Update_Slf4j_from_1_7_7_to_1_7_12.xml
index 0063914..83133a9 100644
--- a/src/changelog/2.3/LOG4J2-1005_Update_Slf4j_from_1_7_7_to_1_7_12.xml
+++ b/src/changelog/2.3/LOG4J2-1005_Update_Slf4j_from_1_7_7_to_1_7_12.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1005" link="https://issues.apache.org/jira/browse/LOG4J2-1005"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-1007_org_apache_logging_log4j_core_util_fileFromUri_URI_uri_inco.xml b/src/changelog/2.3/LOG4J2-1007_org_apache_logging_log4j_core_util_fileFromUri_URI_uri_inco.xml
index a5b37db..5da06db 100644
--- a/src/changelog/2.3/LOG4J2-1007_org_apache_logging_log4j_core_util_fileFromUri_URI_uri_inco.xml
+++ b/src/changelog/2.3/LOG4J2-1007_org_apache_logging_log4j_core_util_fileFromUri_URI_uri_inco.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1007" link="https://issues.apache.org/jira/browse/LOG4J2-1007"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.3/LOG4J2-1008_org_apache_logging_log4j_core_config_plugins_util_ResolverUt.xml b/src/changelog/2.3/LOG4J2-1008_org_apache_logging_log4j_core_config_plugins_util_ResolverUt.xml
index acc4973..570015a 100644
--- a/src/changelog/2.3/LOG4J2-1008_org_apache_logging_log4j_core_config_plugins_util_ResolverUt.xml
+++ b/src/changelog/2.3/LOG4J2-1008_org_apache_logging_log4j_core_config_plugins_util_ResolverUt.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1008" link="https://issues.apache.org/jira/browse/LOG4J2-1008"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.3/LOG4J2-1009_Incorrectly_defined_compressionType_parameter_to_GelfLayout.xml b/src/changelog/2.3/LOG4J2-1009_Incorrectly_defined_compressionType_parameter_to_GelfLayout.xml
index f9619e6..31d71e2 100644
--- a/src/changelog/2.3/LOG4J2-1009_Incorrectly_defined_compressionType_parameter_to_GelfLayout.xml
+++ b/src/changelog/2.3/LOG4J2-1009_Incorrectly_defined_compressionType_parameter_to_GelfLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1009" link="https://issues.apache.org/jira/browse/LOG4J2-1009"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-926_Truncate_from_the_end_of_text_format_modifier.xml b/src/changelog/2.3/LOG4J2-926_Truncate_from_the_end_of_text_format_modifier.xml
index f03ec85..8500d2d 100644
--- a/src/changelog/2.3/LOG4J2-926_Truncate_from_the_end_of_text_format_modifier.xml
+++ b/src/changelog/2.3/LOG4J2-926_Truncate_from_the_end_of_text_format_modifier.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-926" link="https://issues.apache.org/jira/browse/LOG4J2-926"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-947_A_new_StatusLoggerAdmin_listener_is_added_to_StatusLogger_ev.xml b/src/changelog/2.3/LOG4J2-947_A_new_StatusLoggerAdmin_listener_is_added_to_StatusLogger_ev.xml
index 6baf748..99d13de 100644
--- a/src/changelog/2.3/LOG4J2-947_A_new_StatusLoggerAdmin_listener_is_added_to_StatusLogger_ev.xml
+++ b/src/changelog/2.3/LOG4J2-947_A_new_StatusLoggerAdmin_listener_is_added_to_StatusLogger_ev.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-947" link="https://issues.apache.org/jira/browse/LOG4J2-947"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-964_StringFormattedMessage_serialization_is_incorrect.xml b/src/changelog/2.3/LOG4J2-964_StringFormattedMessage_serialization_is_incorrect.xml
index 1b1efe0..4b3151c 100644
--- a/src/changelog/2.3/LOG4J2-964_StringFormattedMessage_serialization_is_incorrect.xml
+++ b/src/changelog/2.3/LOG4J2-964_StringFormattedMessage_serialization_is_incorrect.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-964" link="https://issues.apache.org/jira/browse/LOG4J2-964"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-965_System_out_no_longer_works_after_the_Console_appender_and_JA.xml b/src/changelog/2.3/LOG4J2-965_System_out_no_longer_works_after_the_Console_appender_and_JA.xml
index 9db477c..21d1900 100644
--- a/src/changelog/2.3/LOG4J2-965_System_out_no_longer_works_after_the_Console_appender_and_JA.xml
+++ b/src/changelog/2.3/LOG4J2-965_System_out_no_longer_works_after_the_Console_appender_and_JA.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-965" link="https://issues.apache.org/jira/browse/LOG4J2-965"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-966_KeyStoreConfiguration_createKeyStoreConfiguration_ignores.xml b/src/changelog/2.3/LOG4J2-966_KeyStoreConfiguration_createKeyStoreConfiguration_ignores.xml
index 24dcce0..59df265 100644
--- a/src/changelog/2.3/LOG4J2-966_KeyStoreConfiguration_createKeyStoreConfiguration_ignores.xml
+++ b/src/changelog/2.3/LOG4J2-966_KeyStoreConfiguration_createKeyStoreConfiguration_ignores.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-966" link="https://issues.apache.org/jira/browse/LOG4J2-966"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-967_log4j2_component_properties_not_read_for_all_properties.xml b/src/changelog/2.3/LOG4J2-967_log4j2_component_properties_not_read_for_all_properties.xml
index 8dd97ee..b1d4c7b 100644
--- a/src/changelog/2.3/LOG4J2-967_log4j2_component_properties_not_read_for_all_properties.xml
+++ b/src/changelog/2.3/LOG4J2-967_log4j2_component_properties_not_read_for_all_properties.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-967" link="https://issues.apache.org/jira/browse/LOG4J2-967"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-968_SyslogLayout_contains_extra_space.xml b/src/changelog/2.3/LOG4J2-968_SyslogLayout_contains_extra_space.xml
index 7b75c7d..4de3db8 100644
--- a/src/changelog/2.3/LOG4J2-968_SyslogLayout_contains_extra_space.xml
+++ b/src/changelog/2.3/LOG4J2-968_SyslogLayout_contains_extra_space.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-968" link="https://issues.apache.org/jira/browse/LOG4J2-968"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-971_Another_bad_priority_in_Syslog_messages.xml b/src/changelog/2.3/LOG4J2-971_Another_bad_priority_in_Syslog_messages.xml
index bf8df27..edb1d71 100644
--- a/src/changelog/2.3/LOG4J2-971_Another_bad_priority_in_Syslog_messages.xml
+++ b/src/changelog/2.3/LOG4J2-971_Another_bad_priority_in_Syslog_messages.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-971" link="https://issues.apache.org/jira/browse/LOG4J2-971"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-972_org_apache_logging_log4j_core_net_ssl_TlsSyslogInputStreamRe.xml b/src/changelog/2.3/LOG4J2-972_org_apache_logging_log4j_core_net_ssl_TlsSyslogInputStreamRe.xml
index a2b89bd..df29a12 100644
--- a/src/changelog/2.3/LOG4J2-972_org_apache_logging_log4j_core_net_ssl_TlsSyslogInputStreamRe.xml
+++ b/src/changelog/2.3/LOG4J2-972_org_apache_logging_log4j_core_net_ssl_TlsSyslogInputStreamRe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-972" link="https://issues.apache.org/jira/browse/LOG4J2-972"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-974_Typo_in_EventLogger_documentation.xml b/src/changelog/2.3/LOG4J2-974_Typo_in_EventLogger_documentation.xml
index b6fe91e..e80b0ba 100644
--- a/src/changelog/2.3/LOG4J2-974_Typo_in_EventLogger_documentation.xml
+++ b/src/changelog/2.3/LOG4J2-974_Typo_in_EventLogger_documentation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-974" link="https://issues.apache.org/jira/browse/LOG4J2-974"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-976_Using_monitorInterval_with_YAML_config_file_format_causes_JS.xml b/src/changelog/2.3/LOG4J2-976_Using_monitorInterval_with_YAML_config_file_format_causes_JS.xml
index a12d463..6bc58e3 100644
--- a/src/changelog/2.3/LOG4J2-976_Using_monitorInterval_with_YAML_config_file_format_causes_JS.xml
+++ b/src/changelog/2.3/LOG4J2-976_Using_monitorInterval_with_YAML_config_file_format_causes_JS.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-976" link="https://issues.apache.org/jira/browse/LOG4J2-976"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-980_Numerical_overflow_in_BurstFilter_not_handled_correctly.xml b/src/changelog/2.3/LOG4J2-980_Numerical_overflow_in_BurstFilter_not_handled_correctly.xml
index f7b2ec1..e59c1c3 100644
--- a/src/changelog/2.3/LOG4J2-980_Numerical_overflow_in_BurstFilter_not_handled_correctly.xml
+++ b/src/changelog/2.3/LOG4J2-980_Numerical_overflow_in_BurstFilter_not_handled_correctly.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-980" link="https://issues.apache.org/jira/browse/LOG4J2-980"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-981_Incorrect_unlock_in_ProviderUtil.xml b/src/changelog/2.3/LOG4J2-981_Incorrect_unlock_in_ProviderUtil.xml
index ecee0f2..48aa80f 100644
--- a/src/changelog/2.3/LOG4J2-981_Incorrect_unlock_in_ProviderUtil.xml
+++ b/src/changelog/2.3/LOG4J2-981_Incorrect_unlock_in_ProviderUtil.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-981" link="https://issues.apache.org/jira/browse/LOG4J2-981"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-984_PatternLayout_highlight_to_support_noConsoleNoAnsi_like_st.xml b/src/changelog/2.3/LOG4J2-984_PatternLayout_highlight_to_support_noConsoleNoAnsi_like_st.xml
index 11d805e..a5f31d9 100644
--- a/src/changelog/2.3/LOG4J2-984_PatternLayout_highlight_to_support_noConsoleNoAnsi_like_st.xml
+++ b/src/changelog/2.3/LOG4J2-984_PatternLayout_highlight_to_support_noConsoleNoAnsi_like_st.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-984" link="https://issues.apache.org/jira/browse/LOG4J2-984"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-985_AbstractFilter_should_not_implement_equals_and_hashCode.xml b/src/changelog/2.3/LOG4J2-985_AbstractFilter_should_not_implement_equals_and_hashCode.xml
index 6889b98..4f5e85d 100644
--- a/src/changelog/2.3/LOG4J2-985_AbstractFilter_should_not_implement_equals_and_hashCode.xml
+++ b/src/changelog/2.3/LOG4J2-985_AbstractFilter_should_not_implement_equals_and_hashCode.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-985" link="https://issues.apache.org/jira/browse/LOG4J2-985"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.3/LOG4J2-987_Migrate_tests_from_Logback_1_1_2_to_1_1_3.xml b/src/changelog/2.3/LOG4J2-987_Migrate_tests_from_Logback_1_1_2_to_1_1_3.xml
index 54d3e10..2f9a062 100644
--- a/src/changelog/2.3/LOG4J2-987_Migrate_tests_from_Logback_1_1_2_to_1_1_3.xml
+++ b/src/changelog/2.3/LOG4J2-987_Migrate_tests_from_Logback_1_1_2_to_1_1_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-987" link="https://issues.apache.org/jira/browse/LOG4J2-987"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-988_Update_LMAX_Disruptor_from_3_3_0_to_3_3_2.xml b/src/changelog/2.3/LOG4J2-988_Update_LMAX_Disruptor_from_3_3_0_to_3_3_2.xml
index df1e9b1..daf53e4 100644
--- a/src/changelog/2.3/LOG4J2-988_Update_LMAX_Disruptor_from_3_3_0_to_3_3_2.xml
+++ b/src/changelog/2.3/LOG4J2-988_Update_LMAX_Disruptor_from_3_3_0_to_3_3_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-988" link="https://issues.apache.org/jira/browse/LOG4J2-988"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-988_Update_tests_to_use_ActiveMQ_from_5_10_to_5_11_1.xml b/src/changelog/2.3/LOG4J2-988_Update_tests_to_use_ActiveMQ_from_5_10_to_5_11_1.xml
index 5372912..9198d0f 100644
--- a/src/changelog/2.3/LOG4J2-988_Update_tests_to_use_ActiveMQ_from_5_10_to_5_11_1.xml
+++ b/src/changelog/2.3/LOG4J2-988_Update_tests_to_use_ActiveMQ_from_5_10_to_5_11_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-988" link="https://issues.apache.org/jira/browse/LOG4J2-988"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.3/LOG4J2-991_Async_root_logger_config_should_default_includeLocation_to_f.xml b/src/changelog/2.3/LOG4J2-991_Async_root_logger_config_should_default_includeLocation_to_f.xml
index a2380be..eed4174 100644
--- a/src/changelog/2.3/LOG4J2-991_Async_root_logger_config_should_default_includeLocation_to_f.xml
+++ b/src/changelog/2.3/LOG4J2-991_Async_root_logger_config_should_default_includeLocation_to_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-991" link="https://issues.apache.org/jira/browse/LOG4J2-991"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.3/LOG4J2-993_Deadlock_would_occur_if_appender_thread_creates_a_new_Logger.xml b/src/changelog/2.3/LOG4J2-993_Deadlock_would_occur_if_appender_thread_creates_a_new_Logger.xml
index 79d6c41..7a85d9a 100644
--- a/src/changelog/2.3/LOG4J2-993_Deadlock_would_occur_if_appender_thread_creates_a_new_Logger.xml
+++ b/src/changelog/2.3/LOG4J2-993_Deadlock_would_occur_if_appender_thread_creates_a_new_Logger.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-993" link="https://issues.apache.org/jira/browse/LOG4J2-993"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.3/LOG4J2-995_Move_UTF_8_constant_from_Charsets_to_Constants_class_Remove.xml b/src/changelog/2.3/LOG4J2-995_Move_UTF_8_constant_from_Charsets_to_Constants_class_Remove.xml
index 6348fe7..a6edadb 100644
--- a/src/changelog/2.3/LOG4J2-995_Move_UTF_8_constant_from_Charsets_to_Constants_class_Remove.xml
+++ b/src/changelog/2.3/LOG4J2-995_Move_UTF_8_constant_from_Charsets_to_Constants_class_Remove.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-995" link="https://issues.apache.org/jira/browse/LOG4J2-995"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.3/LOG4J2-998_Make_org_apache_logging_log4j_core_Logger_updateConfiguratio.xml b/src/changelog/2.3/LOG4J2-998_Make_org_apache_logging_log4j_core_Logger_updateConfiguratio.xml
index 2a20f35..886950c 100644
--- a/src/changelog/2.3/LOG4J2-998_Make_org_apache_logging_log4j_core_Logger_updateConfiguratio.xml
+++ b/src/changelog/2.3/LOG4J2-998_Make_org_apache_logging_log4j_core_Logger_updateConfiguratio.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-998" link="https://issues.apache.org/jira/browse/LOG4J2-998"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/.release.xml b/src/changelog/2.4.1/.release.xml
index 25d0a3e..d3b11b0 100644
--- a/src/changelog/2.4.1/.release.xml
+++ b/src/changelog/2.4.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2015-10-08"
          version="2.4.1"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1020_Add_possibility_to_set_shutdown_timeout_on_AsyncAppender.xml b/src/changelog/2.4.1/LOG4J2-1020_Add_possibility_to_set_shutdown_timeout_on_AsyncAppender.xml
index bbf3cc3..e946db5 100644
--- a/src/changelog/2.4.1/LOG4J2-1020_Add_possibility_to_set_shutdown_timeout_on_AsyncAppender.xml
+++ b/src/changelog/2.4.1/LOG4J2-1020_Add_possibility_to_set_shutdown_timeout_on_AsyncAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1020" link="https://issues.apache.org/jira/browse/LOG4J2-1020"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1040_Update_MongoDB_driver_from_2_13_3_to_3_0_4.xml b/src/changelog/2.4.1/LOG4J2-1040_Update_MongoDB_driver_from_2_13_3_to_3_0_4.xml
index 331a415..37f2399 100644
--- a/src/changelog/2.4.1/LOG4J2-1040_Update_MongoDB_driver_from_2_13_3_to_3_0_4.xml
+++ b/src/changelog/2.4.1/LOG4J2-1040_Update_MongoDB_driver_from_2_13_3_to_3_0_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1040" link="https://issues.apache.org/jira/browse/LOG4J2-1040"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1050_Fixed_Log4jLookup.xml b/src/changelog/2.4.1/LOG4J2-1050_Fixed_Log4jLookup.xml
index 750f47a..4a50220 100644
--- a/src/changelog/2.4.1/LOG4J2-1050_Fixed_Log4jLookup.xml
+++ b/src/changelog/2.4.1/LOG4J2-1050_Fixed_Log4jLookup.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1050" link="https://issues.apache.org/jira/browse/LOG4J2-1050"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1126_Web_site_corrections_and_updates.xml b/src/changelog/2.4.1/LOG4J2-1126_Web_site_corrections_and_updates.xml
index 2034591..f667781 100644
--- a/src/changelog/2.4.1/LOG4J2-1126_Web_site_corrections_and_updates.xml
+++ b/src/changelog/2.4.1/LOG4J2-1126_Web_site_corrections_and_updates.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1126" link="https://issues.apache.org/jira/browse/LOG4J2-1126"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1127_log4j2_xml_cannot_be_parsed_on_Oracle_Weblogic_12c.xml b/src/changelog/2.4.1/LOG4J2-1127_log4j2_xml_cannot_be_parsed_on_Oracle_Weblogic_12c.xml
index 1d5efcb..a3a0596 100644
--- a/src/changelog/2.4.1/LOG4J2-1127_log4j2_xml_cannot_be_parsed_on_Oracle_Weblogic_12c.xml
+++ b/src/changelog/2.4.1/LOG4J2-1127_log4j2_xml_cannot_be_parsed_on_Oracle_Weblogic_12c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1127" link="https://issues.apache.org/jira/browse/LOG4J2-1127"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1128_Reuse_StringBuilder_to_improve_performance_for_String_based.xml b/src/changelog/2.4.1/LOG4J2-1128_Reuse_StringBuilder_to_improve_performance_for_String_based.xml
index 295e33e..3f92fd9 100644
--- a/src/changelog/2.4.1/LOG4J2-1128_Reuse_StringBuilder_to_improve_performance_for_String_based.xml
+++ b/src/changelog/2.4.1/LOG4J2-1128_Reuse_StringBuilder_to_improve_performance_for_String_based.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1128" link="https://issues.apache.org/jira/browse/LOG4J2-1128"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1129_Allow_PatternLayout_to_select_a_pattern_to_use_based_on_some.xml b/src/changelog/2.4.1/LOG4J2-1129_Allow_PatternLayout_to_select_a_pattern_to_use_based_on_some.xml
index f714a4b..ea069d6 100644
--- a/src/changelog/2.4.1/LOG4J2-1129_Allow_PatternLayout_to_select_a_pattern_to_use_based_on_some.xml
+++ b/src/changelog/2.4.1/LOG4J2-1129_Allow_PatternLayout_to_select_a_pattern_to_use_based_on_some.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1129" link="https://issues.apache.org/jira/browse/LOG4J2-1129"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1131_Update_mongo_java_driver_from_2_13_2_to_2_13_3.xml b/src/changelog/2.4.1/LOG4J2-1131_Update_mongo_java_driver_from_2_13_2_to_2_13_3.xml
index 244e830..c94a801 100644
--- a/src/changelog/2.4.1/LOG4J2-1131_Update_mongo_java_driver_from_2_13_2_to_2_13_3.xml
+++ b/src/changelog/2.4.1/LOG4J2-1131_Update_mongo_java_driver_from_2_13_2_to_2_13_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1131" link="https://issues.apache.org/jira/browse/LOG4J2-1131"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1132_Do_not_use_MongoDB_driver_2_13_3_deprecated_methods.xml b/src/changelog/2.4.1/LOG4J2-1132_Do_not_use_MongoDB_driver_2_13_3_deprecated_methods.xml
index de3b66a..0011773 100644
--- a/src/changelog/2.4.1/LOG4J2-1132_Do_not_use_MongoDB_driver_2_13_3_deprecated_methods.xml
+++ b/src/changelog/2.4.1/LOG4J2-1132_Do_not_use_MongoDB_driver_2_13_3_deprecated_methods.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1132" link="https://issues.apache.org/jira/browse/LOG4J2-1132"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1135_Compression_on_rollover_was_broken_log_file_was_renamed_to.xml b/src/changelog/2.4.1/LOG4J2-1135_Compression_on_rollover_was_broken_log_file_was_renamed_to.xml
index ff41fe6..2ce2e75 100644
--- a/src/changelog/2.4.1/LOG4J2-1135_Compression_on_rollover_was_broken_log_file_was_renamed_to.xml
+++ b/src/changelog/2.4.1/LOG4J2-1135_Compression_on_rollover_was_broken_log_file_was_renamed_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1135" link="https://issues.apache.org/jira/browse/LOG4J2-1135"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1138_Do_not_use_Jackson_deprecated_methods.xml b/src/changelog/2.4.1/LOG4J2-1138_Do_not_use_Jackson_deprecated_methods.xml
index 00e7c01..9aa65b7 100644
--- a/src/changelog/2.4.1/LOG4J2-1138_Do_not_use_Jackson_deprecated_methods.xml
+++ b/src/changelog/2.4.1/LOG4J2-1138_Do_not_use_Jackson_deprecated_methods.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1138" link="https://issues.apache.org/jira/browse/LOG4J2-1138"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1139_Update_Jackson_from_2_6_1_to_2_6_2.xml b/src/changelog/2.4.1/LOG4J2-1139_Update_Jackson_from_2_6_1_to_2_6_2.xml
index 8be2381..4e3985e 100644
--- a/src/changelog/2.4.1/LOG4J2-1139_Update_Jackson_from_2_6_1_to_2_6_2.xml
+++ b/src/changelog/2.4.1/LOG4J2-1139_Update_Jackson_from_2_6_1_to_2_6_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1139" link="https://issues.apache.org/jira/browse/LOG4J2-1139"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1140_Fixed_bug_where_headers_were_not_being_written_to_first_file.xml b/src/changelog/2.4.1/LOG4J2-1140_Fixed_bug_where_headers_were_not_being_written_to_first_file.xml
index f770cba..a019300 100644
--- a/src/changelog/2.4.1/LOG4J2-1140_Fixed_bug_where_headers_were_not_being_written_to_first_file.xml
+++ b/src/changelog/2.4.1/LOG4J2-1140_Fixed_bug_where_headers_were_not_being_written_to_first_file.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1140" link="https://issues.apache.org/jira/browse/LOG4J2-1140"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1142_Fix_potential_memory_leak_in_web_applications_by_using_a_str.xml b/src/changelog/2.4.1/LOG4J2-1142_Fix_potential_memory_leak_in_web_applications_by_using_a_str.xml
index de98e73..af7d0ce 100644
--- a/src/changelog/2.4.1/LOG4J2-1142_Fix_potential_memory_leak_in_web_applications_by_using_a_str.xml
+++ b/src/changelog/2.4.1/LOG4J2-1142_Fix_potential_memory_leak_in_web_applications_by_using_a_str.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1142" link="https://issues.apache.org/jira/browse/LOG4J2-1142"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1144_Add_markerSimpleName_in_pattern_layout_should_evaluate_to_m.xml b/src/changelog/2.4.1/LOG4J2-1144_Add_markerSimpleName_in_pattern_layout_should_evaluate_to_m.xml
index 8569963..5c5feae 100644
--- a/src/changelog/2.4.1/LOG4J2-1144_Add_markerSimpleName_in_pattern_layout_should_evaluate_to_m.xml
+++ b/src/changelog/2.4.1/LOG4J2-1144_Add_markerSimpleName_in_pattern_layout_should_evaluate_to_m.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1144" link="https://issues.apache.org/jira/browse/LOG4J2-1144"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1145_Add_equals_to_PatternLayout_to_test_and_replace_patterns_wi.xml b/src/changelog/2.4.1/LOG4J2-1145_Add_equals_to_PatternLayout_to_test_and_replace_patterns_wi.xml
index 6a8519e..37f768d 100644
--- a/src/changelog/2.4.1/LOG4J2-1145_Add_equals_to_PatternLayout_to_test_and_replace_patterns_wi.xml
+++ b/src/changelog/2.4.1/LOG4J2-1145_Add_equals_to_PatternLayout_to_test_and_replace_patterns_wi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1145" link="https://issues.apache.org/jira/browse/LOG4J2-1145"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1146_Add_notEmpty_to_PatternLayout_to_avoid_output_of_patterns_w.xml b/src/changelog/2.4.1/LOG4J2-1146_Add_notEmpty_to_PatternLayout_to_avoid_output_of_patterns_w.xml
index 6afd2a0..296490d 100644
--- a/src/changelog/2.4.1/LOG4J2-1146_Add_notEmpty_to_PatternLayout_to_avoid_output_of_patterns_w.xml
+++ b/src/changelog/2.4.1/LOG4J2-1146_Add_notEmpty_to_PatternLayout_to_avoid_output_of_patterns_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1146" link="https://issues.apache.org/jira/browse/LOG4J2-1146"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1147_Add_equalsIgnoreCase_to_PatternLayout_to_test_and_replace_p.xml b/src/changelog/2.4.1/LOG4J2-1147_Add_equalsIgnoreCase_to_PatternLayout_to_test_and_replace_p.xml
index 5b78bfb..2e79a64 100644
--- a/src/changelog/2.4.1/LOG4J2-1147_Add_equalsIgnoreCase_to_PatternLayout_to_test_and_replace_p.xml
+++ b/src/changelog/2.4.1/LOG4J2-1147_Add_equalsIgnoreCase_to_PatternLayout_to_test_and_replace_p.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1147" link="https://issues.apache.org/jira/browse/LOG4J2-1147"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1149_Fixed_bug_where_PatternLayout_predefined_date_pattern_with_t.xml b/src/changelog/2.4.1/LOG4J2-1149_Fixed_bug_where_PatternLayout_predefined_date_pattern_with_t.xml
index 4cb6515..416b934 100644
--- a/src/changelog/2.4.1/LOG4J2-1149_Fixed_bug_where_PatternLayout_predefined_date_pattern_with_t.xml
+++ b/src/changelog/2.4.1/LOG4J2-1149_Fixed_bug_where_PatternLayout_predefined_date_pattern_with_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1149" link="https://issues.apache.org/jira/browse/LOG4J2-1149"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1150_Update_kafka_clients_from_0_8_2_1_to_0_8_2_2.xml b/src/changelog/2.4.1/LOG4J2-1150_Update_kafka_clients_from_0_8_2_1_to_0_8_2_2.xml
index 9ab95d5..744b436 100644
--- a/src/changelog/2.4.1/LOG4J2-1150_Update_kafka_clients_from_0_8_2_1_to_0_8_2_2.xml
+++ b/src/changelog/2.4.1/LOG4J2-1150_Update_kafka_clients_from_0_8_2_1_to_0_8_2_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1150" link="https://issues.apache.org/jira/browse/LOG4J2-1150"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1151_Performance_improvement_backport_Java_8_fast_ISO_8859_1_Str.xml b/src/changelog/2.4.1/LOG4J2-1151_Performance_improvement_backport_Java_8_fast_ISO_8859_1_Str.xml
index f17fbb1..6ef645e 100644
--- a/src/changelog/2.4.1/LOG4J2-1151_Performance_improvement_backport_Java_8_fast_ISO_8859_1_Str.xml
+++ b/src/changelog/2.4.1/LOG4J2-1151_Performance_improvement_backport_Java_8_fast_ISO_8859_1_Str.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1151" link="https://issues.apache.org/jira/browse/LOG4J2-1151"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4.1/LOG4J2-1153_Fixed_NullPointerException_when_only_root_logger_is_defined.xml b/src/changelog/2.4.1/LOG4J2-1153_Fixed_NullPointerException_when_only_root_logger_is_defined.xml
index 67b5ff8..baf8206 100644
--- a/src/changelog/2.4.1/LOG4J2-1153_Fixed_NullPointerException_when_only_root_logger_is_defined.xml
+++ b/src/changelog/2.4.1/LOG4J2-1153_Fixed_NullPointerException_when_only_root_logger_is_defined.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1153" link="https://issues.apache.org/jira/browse/LOG4J2-1153"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4.1/LOG4J2-935_Performance_improvement_when_converting_Strings_to_byte_ar.xml b/src/changelog/2.4.1/LOG4J2-935_Performance_improvement_when_converting_Strings_to_byte_ar.xml
index c4d2ba7..0ed820a 100644
--- a/src/changelog/2.4.1/LOG4J2-935_Performance_improvement_when_converting_Strings_to_byte_ar.xml
+++ b/src/changelog/2.4.1/LOG4J2-935_Performance_improvement_when_converting_Strings_to_byte_ar.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-935" link="https://issues.apache.org/jira/browse/LOG4J2-935"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/.release.xml b/src/changelog/2.4/.release.xml
index ef5401a..a042c5c 100644
--- a/src/changelog/2.4/.release.xml
+++ b/src/changelog/2.4/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2015-09-20"
          version="2.4"/>
diff --git a/src/changelog/2.4/LOG4J2-1010_Pass_log_event_when_interpolating_logger_properties.xml b/src/changelog/2.4/LOG4J2-1010_Pass_log_event_when_interpolating_logger_properties.xml
index dde9c16..e3b7915 100644
--- a/src/changelog/2.4/LOG4J2-1010_Pass_log_event_when_interpolating_logger_properties.xml
+++ b/src/changelog/2.4/LOG4J2-1010_Pass_log_event_when_interpolating_logger_properties.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1010" link="https://issues.apache.org/jira/browse/LOG4J2-1010"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4/LOG4J2-1015_Add_a_way_to_route_messages_based_on_the_marker_in_Layout_f.xml b/src/changelog/2.4/LOG4J2-1015_Add_a_way_to_route_messages_based_on_the_marker_in_Layout_f.xml
index 4d38176..fea130c 100644
--- a/src/changelog/2.4/LOG4J2-1015_Add_a_way_to_route_messages_based_on_the_marker_in_Layout_f.xml
+++ b/src/changelog/2.4/LOG4J2-1015_Add_a_way_to_route_messages_based_on_the_marker_in_Layout_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1015" link="https://issues.apache.org/jira/browse/LOG4J2-1015"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1017_Update_Java_platform_from_Java_6_to_7_From_this_version_onw.xml b/src/changelog/2.4/LOG4J2-1017_Update_Java_platform_from_Java_6_to_7_From_this_version_onw.xml
index 614b688..6b51f06 100644
--- a/src/changelog/2.4/LOG4J2-1017_Update_Java_platform_from_Java_6_to_7_From_this_version_onw.xml
+++ b/src/changelog/2.4/LOG4J2-1017_Update_Java_platform_from_Java_6_to_7_From_this_version_onw.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1017" link="https://issues.apache.org/jira/browse/LOG4J2-1017"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1018_Update_database_tests_from_H2_1_3_175_to_1_3_176.xml b/src/changelog/2.4/LOG4J2-1018_Update_database_tests_from_H2_1_3_175_to_1_3_176.xml
index 5cfe43a..397b35f 100644
--- a/src/changelog/2.4/LOG4J2-1018_Update_database_tests_from_H2_1_3_175_to_1_3_176.xml
+++ b/src/changelog/2.4/LOG4J2-1018_Update_database_tests_from_H2_1_3_175_to_1_3_176.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1018" link="https://issues.apache.org/jira/browse/LOG4J2-1018"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1019_ZipCompressAction_leaves_files_open_until_GC_when_an_IO_erro.xml b/src/changelog/2.4/LOG4J2-1019_ZipCompressAction_leaves_files_open_until_GC_when_an_IO_erro.xml
index 5ccba0f..364c3ed 100644
--- a/src/changelog/2.4/LOG4J2-1019_ZipCompressAction_leaves_files_open_until_GC_when_an_IO_erro.xml
+++ b/src/changelog/2.4/LOG4J2-1019_ZipCompressAction_leaves_files_open_until_GC_when_an_IO_erro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1019" link="https://issues.apache.org/jira/browse/LOG4J2-1019"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1020_GzCompressAction_leaves_files_open_until_GC_when_an_IO_error.xml b/src/changelog/2.4/LOG4J2-1020_GzCompressAction_leaves_files_open_until_GC_when_an_IO_error.xml
index da0f934..eb8ff59 100644
--- a/src/changelog/2.4/LOG4J2-1020_GzCompressAction_leaves_files_open_until_GC_when_an_IO_error.xml
+++ b/src/changelog/2.4/LOG4J2-1020_GzCompressAction_leaves_files_open_until_GC_when_an_IO_error.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1020" link="https://issues.apache.org/jira/browse/LOG4J2-1020"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1022_Allow_a_list_of_keys_to_be_specified_in_the_MDC_pattern_conv.xml b/src/changelog/2.4/LOG4J2-1022_Allow_a_list_of_keys_to_be_specified_in_the_MDC_pattern_conv.xml
index decf41d..9071c7a 100644
--- a/src/changelog/2.4/LOG4J2-1022_Allow_a_list_of_keys_to_be_specified_in_the_MDC_pattern_conv.xml
+++ b/src/changelog/2.4/LOG4J2-1022_Allow_a_list_of_keys_to_be_specified_in_the_MDC_pattern_conv.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1022" link="https://issues.apache.org/jira/browse/LOG4J2-1022"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4/LOG4J2-1023_New_RewritePolicy_for_changing_level_of_a_log_event.xml b/src/changelog/2.4/LOG4J2-1023_New_RewritePolicy_for_changing_level_of_a_log_event.xml
index d16c3e9..4afd57c 100644
--- a/src/changelog/2.4/LOG4J2-1023_New_RewritePolicy_for_changing_level_of_a_log_event.xml
+++ b/src/changelog/2.4/LOG4J2-1023_New_RewritePolicy_for_changing_level_of_a_log_event.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1023" link="https://issues.apache.org/jira/browse/LOG4J2-1023"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1025_Custom_java_util_logging_Level_gives_null_Log4j_Level_and_ca.xml b/src/changelog/2.4/LOG4J2-1025_Custom_java_util_logging_Level_gives_null_Log4j_Level_and_ca.xml
index a74a1f0..18221c1 100644
--- a/src/changelog/2.4/LOG4J2-1025_Custom_java_util_logging_Level_gives_null_Log4j_Level_and_ca.xml
+++ b/src/changelog/2.4/LOG4J2-1025_Custom_java_util_logging_Level_gives_null_Log4j_Level_and_ca.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1025" link="https://issues.apache.org/jira/browse/LOG4J2-1025"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1026_HighlightConverter_does_not_obey_noConsoleNoAnsi.xml b/src/changelog/2.4/LOG4J2-1026_HighlightConverter_does_not_obey_noConsoleNoAnsi.xml
index d2c0210..99c84c7 100644
--- a/src/changelog/2.4/LOG4J2-1026_HighlightConverter_does_not_obey_noConsoleNoAnsi.xml
+++ b/src/changelog/2.4/LOG4J2-1026_HighlightConverter_does_not_obey_noConsoleNoAnsi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1026" link="https://issues.apache.org/jira/browse/LOG4J2-1026"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1033_SimpleLogger_creates_unnecessary_Map_objects_by_calling_Thre.xml b/src/changelog/2.4/LOG4J2-1033_SimpleLogger_creates_unnecessary_Map_objects_by_calling_Thre.xml
index facd610..db2df38 100644
--- a/src/changelog/2.4/LOG4J2-1033_SimpleLogger_creates_unnecessary_Map_objects_by_calling_Thre.xml
+++ b/src/changelog/2.4/LOG4J2-1033_SimpleLogger_creates_unnecessary_Map_objects_by_calling_Thre.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1033" link="https://issues.apache.org/jira/browse/LOG4J2-1033"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1035_Log4j2_tries_to_SystemClassLoader_when_running_on_Google_App.xml b/src/changelog/2.4/LOG4J2-1035_Log4j2_tries_to_SystemClassLoader_when_running_on_Google_App.xml
index 7c3a966..d593b70 100644
--- a/src/changelog/2.4/LOG4J2-1035_Log4j2_tries_to_SystemClassLoader_when_running_on_Google_App.xml
+++ b/src/changelog/2.4/LOG4J2-1035_Log4j2_tries_to_SystemClassLoader_when_running_on_Google_App.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1035" link="https://issues.apache.org/jira/browse/LOG4J2-1035"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1036_Update_Apache_Flume_from_1_5_2_to_1_6_0.xml b/src/changelog/2.4/LOG4J2-1036_Update_Apache_Flume_from_1_5_2_to_1_6_0.xml
index 6a09765..07842e3 100644
--- a/src/changelog/2.4/LOG4J2-1036_Update_Apache_Flume_from_1_5_2_to_1_6_0.xml
+++ b/src/changelog/2.4/LOG4J2-1036_Update_Apache_Flume_from_1_5_2_to_1_6_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1036" link="https://issues.apache.org/jira/browse/LOG4J2-1036"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1037_Backward_compatibility_issue_in_log4j_1_2_api_NDC_pop_and.xml b/src/changelog/2.4/LOG4J2-1037_Backward_compatibility_issue_in_log4j_1_2_api_NDC_pop_and.xml
index 5cab50f..92018fb 100644
--- a/src/changelog/2.4/LOG4J2-1037_Backward_compatibility_issue_in_log4j_1_2_api_NDC_pop_and.xml
+++ b/src/changelog/2.4/LOG4J2-1037_Backward_compatibility_issue_in_log4j_1_2_api_NDC_pop_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1037" link="https://issues.apache.org/jira/browse/LOG4J2-1037"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1038_Incorrect_documentation_for_layout_default_charset.xml b/src/changelog/2.4/LOG4J2-1038_Incorrect_documentation_for_layout_default_charset.xml
index 31015f0..5356ec1 100644
--- a/src/changelog/2.4/LOG4J2-1038_Incorrect_documentation_for_layout_default_charset.xml
+++ b/src/changelog/2.4/LOG4J2-1038_Incorrect_documentation_for_layout_default_charset.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1038" link="https://issues.apache.org/jira/browse/LOG4J2-1038"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1041_Update_MongoDB_driver_from_2_11_2_to_2_13_2.xml b/src/changelog/2.4/LOG4J2-1041_Update_MongoDB_driver_from_2_11_2_to_2_13_2.xml
index 138069a..d527ed6 100644
--- a/src/changelog/2.4/LOG4J2-1041_Update_MongoDB_driver_from_2_11_2_to_2_13_2.xml
+++ b/src/changelog/2.4/LOG4J2-1041_Update_MongoDB_driver_from_2_11_2_to_2_13_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1041" link="https://issues.apache.org/jira/browse/LOG4J2-1041"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1042_Socket_and_Syslog_appenders_don_t_take_timeout_into_account.xml b/src/changelog/2.4/LOG4J2-1042_Socket_and_Syslog_appenders_don_t_take_timeout_into_account.xml
index 659c76e..8370d44 100644
--- a/src/changelog/2.4/LOG4J2-1042_Socket_and_Syslog_appenders_don_t_take_timeout_into_account.xml
+++ b/src/changelog/2.4/LOG4J2-1042_Socket_and_Syslog_appenders_don_t_take_timeout_into_account.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1042" link="https://issues.apache.org/jira/browse/LOG4J2-1042"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1044_Support_batchSize_in_FlumeAvroManager.xml b/src/changelog/2.4/LOG4J2-1044_Support_batchSize_in_FlumeAvroManager.xml
index 8e253c6..ade0205 100644
--- a/src/changelog/2.4/LOG4J2-1044_Support_batchSize_in_FlumeAvroManager.xml
+++ b/src/changelog/2.4/LOG4J2-1044_Support_batchSize_in_FlumeAvroManager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1044" link="https://issues.apache.org/jira/browse/LOG4J2-1044"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4/LOG4J2-1044_Write_pending_events_to_Flume_when_the_appender_is_stopped.xml b/src/changelog/2.4/LOG4J2-1044_Write_pending_events_to_Flume_when_the_appender_is_stopped.xml
index f8e1295..b468fa3 100644
--- a/src/changelog/2.4/LOG4J2-1044_Write_pending_events_to_Flume_when_the_appender_is_stopped.xml
+++ b/src/changelog/2.4/LOG4J2-1044_Write_pending_events_to_Flume_when_the_appender_is_stopped.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1044" link="https://issues.apache.org/jira/browse/LOG4J2-1044"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4/LOG4J2-1045_Externalize_log4j2_xml_via_URL_resource.xml b/src/changelog/2.4/LOG4J2-1045_Externalize_log4j2_xml_via_URL_resource.xml
index f3d1974..f0c5d88 100644
--- a/src/changelog/2.4/LOG4J2-1045_Externalize_log4j2_xml_via_URL_resource.xml
+++ b/src/changelog/2.4/LOG4J2-1045_Externalize_log4j2_xml_via_URL_resource.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1045" link="https://issues.apache.org/jira/browse/LOG4J2-1045"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1046_Circular_Exception_cause_throws_StackOverflowError.xml b/src/changelog/2.4/LOG4J2-1046_Circular_Exception_cause_throws_StackOverflowError.xml
index 8e79261..d543dfc 100644
--- a/src/changelog/2.4/LOG4J2-1046_Circular_Exception_cause_throws_StackOverflowError.xml
+++ b/src/changelog/2.4/LOG4J2-1046_Circular_Exception_cause_throws_StackOverflowError.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1046" link="https://issues.apache.org/jira/browse/LOG4J2-1046"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1048_FileConfigurationMonitor_unnecessarily_calls_System_currentT.xml b/src/changelog/2.4/LOG4J2-1048_FileConfigurationMonitor_unnecessarily_calls_System_currentT.xml
index 8c311f4..3dd7957 100644
--- a/src/changelog/2.4/LOG4J2-1048_FileConfigurationMonitor_unnecessarily_calls_System_currentT.xml
+++ b/src/changelog/2.4/LOG4J2-1048_FileConfigurationMonitor_unnecessarily_calls_System_currentT.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1048" link="https://issues.apache.org/jira/browse/LOG4J2-1048"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1049_AsyncAppender_now_resets_the_thread_interrupted_flag_after_c.xml b/src/changelog/2.4/LOG4J2-1049_AsyncAppender_now_resets_the_thread_interrupted_flag_after_c.xml
index b0523f0..4ae8a4c 100644
--- a/src/changelog/2.4/LOG4J2-1049_AsyncAppender_now_resets_the_thread_interrupted_flag_after_c.xml
+++ b/src/changelog/2.4/LOG4J2-1049_AsyncAppender_now_resets_the_thread_interrupted_flag_after_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1049" link="https://issues.apache.org/jira/browse/LOG4J2-1049"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml b/src/changelog/2.4/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml
index 9873507..c17a895 100644
--- a/src/changelog/2.4/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml
+++ b/src/changelog/2.4/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1050" link="https://issues.apache.org/jira/browse/LOG4J2-1050"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1051_NoClassDefFoundError_when_starting_app_on_Google_App_Engine.xml b/src/changelog/2.4/LOG4J2-1051_NoClassDefFoundError_when_starting_app_on_Google_App_Engine.xml
index c5119e7..36a069b 100644
--- a/src/changelog/2.4/LOG4J2-1051_NoClassDefFoundError_when_starting_app_on_Google_App_Engine.xml
+++ b/src/changelog/2.4/LOG4J2-1051_NoClassDefFoundError_when_starting_app_on_Google_App_Engine.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1051" link="https://issues.apache.org/jira/browse/LOG4J2-1051"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1057_Add_API_org_apache_logging_log4j_LogManager_getFormatterLogg.xml b/src/changelog/2.4/LOG4J2-1057_Add_API_org_apache_logging_log4j_LogManager_getFormatterLogg.xml
index c8e55ae..9414207 100644
--- a/src/changelog/2.4/LOG4J2-1057_Add_API_org_apache_logging_log4j_LogManager_getFormatterLogg.xml
+++ b/src/changelog/2.4/LOG4J2-1057_Add_API_org_apache_logging_log4j_LogManager_getFormatterLogg.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1057" link="https://issues.apache.org/jira/browse/LOG4J2-1057"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1058_Log4jMarker_contains_String_does_not_respect_org_slf4j_Mark.xml b/src/changelog/2.4/LOG4J2-1058_Log4jMarker_contains_String_does_not_respect_org_slf4j_Mark.xml
index 00d13d2..9f54b23 100644
--- a/src/changelog/2.4/LOG4J2-1058_Log4jMarker_contains_String_does_not_respect_org_slf4j_Mark.xml
+++ b/src/changelog/2.4/LOG4J2-1058_Log4jMarker_contains_String_does_not_respect_org_slf4j_Mark.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1058" link="https://issues.apache.org/jira/browse/LOG4J2-1058"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1060_Log4jMarker_contains_Marker_does_not_respect_org_slf4j_Mark.xml b/src/changelog/2.4/LOG4J2-1060_Log4jMarker_contains_Marker_does_not_respect_org_slf4j_Mark.xml
index 49abd9f..2a4c94e 100644
--- a/src/changelog/2.4/LOG4J2-1060_Log4jMarker_contains_Marker_does_not_respect_org_slf4j_Mark.xml
+++ b/src/changelog/2.4/LOG4J2-1060_Log4jMarker_contains_Marker_does_not_respect_org_slf4j_Mark.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1060" link="https://issues.apache.org/jira/browse/LOG4J2-1060"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1061_Log4jMarker_remove_Marker_does_not_respect_org_slf4j_Marker.xml b/src/changelog/2.4/LOG4J2-1061_Log4jMarker_remove_Marker_does_not_respect_org_slf4j_Marker.xml
index a6b2aad..bd2ffb8 100644
--- a/src/changelog/2.4/LOG4J2-1061_Log4jMarker_remove_Marker_does_not_respect_org_slf4j_Marker.xml
+++ b/src/changelog/2.4/LOG4J2-1061_Log4jMarker_remove_Marker_does_not_respect_org_slf4j_Marker.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1061" link="https://issues.apache.org/jira/browse/LOG4J2-1061"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1062_Log4jMarker_add_Marker_does_not_respect_org_slf4j_Marker_co.xml b/src/changelog/2.4/LOG4J2-1062_Log4jMarker_add_Marker_does_not_respect_org_slf4j_Marker_co.xml
index f995e43..8a911bb 100644
--- a/src/changelog/2.4/LOG4J2-1062_Log4jMarker_add_Marker_does_not_respect_org_slf4j_Marker_co.xml
+++ b/src/changelog/2.4/LOG4J2-1062_Log4jMarker_add_Marker_does_not_respect_org_slf4j_Marker_co.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1062" link="https://issues.apache.org/jira/browse/LOG4J2-1062"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1063_Avoid_creating_temporary_array_object_in_org_apache_logging.xml b/src/changelog/2.4/LOG4J2-1063_Avoid_creating_temporary_array_object_in_org_apache_logging.xml
index 21d6183..2a1a93d 100644
--- a/src/changelog/2.4/LOG4J2-1063_Avoid_creating_temporary_array_object_in_org_apache_logging.xml
+++ b/src/changelog/2.4/LOG4J2-1063_Avoid_creating_temporary_array_object_in_org_apache_logging.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1063" link="https://issues.apache.org/jira/browse/LOG4J2-1063"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1064_org_apache_logging_slf4j_Log4jMarker_does_not_implement_org.xml b/src/changelog/2.4/LOG4J2-1064_org_apache_logging_slf4j_Log4jMarker_does_not_implement_org.xml
index 419d977..f4b16e6 100644
--- a/src/changelog/2.4/LOG4J2-1064_org_apache_logging_slf4j_Log4jMarker_does_not_implement_org.xml
+++ b/src/changelog/2.4/LOG4J2-1064_org_apache_logging_slf4j_Log4jMarker_does_not_implement_org.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1064" link="https://issues.apache.org/jira/browse/LOG4J2-1064"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1065_Define_org_apache_logging_log4j_Marker_equals_Object_and_or.xml b/src/changelog/2.4/LOG4J2-1065_Define_org_apache_logging_log4j_Marker_equals_Object_and_or.xml
index 6abd51e..d7ab5e1 100644
--- a/src/changelog/2.4/LOG4J2-1065_Define_org_apache_logging_log4j_Marker_equals_Object_and_or.xml
+++ b/src/changelog/2.4/LOG4J2-1065_Define_org_apache_logging_log4j_Marker_equals_Object_and_or.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1065" link="https://issues.apache.org/jira/browse/LOG4J2-1065"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1066_Expose_Log4jContextFactory_s_ShutdownCallbackRegistry.xml b/src/changelog/2.4/LOG4J2-1066_Expose_Log4jContextFactory_s_ShutdownCallbackRegistry.xml
index 93e620c..66db45e 100644
--- a/src/changelog/2.4/LOG4J2-1066_Expose_Log4jContextFactory_s_ShutdownCallbackRegistry.xml
+++ b/src/changelog/2.4/LOG4J2-1066_Expose_Log4jContextFactory_s_ShutdownCallbackRegistry.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1066" link="https://issues.apache.org/jira/browse/LOG4J2-1066"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1067_ThrowableProxy_getExtendedStackTraceAsString_throws_NPE_on_d.xml b/src/changelog/2.4/LOG4J2-1067_ThrowableProxy_getExtendedStackTraceAsString_throws_NPE_on_d.xml
index b6b0aea..845a9fd 100644
--- a/src/changelog/2.4/LOG4J2-1067_ThrowableProxy_getExtendedStackTraceAsString_throws_NPE_on_d.xml
+++ b/src/changelog/2.4/LOG4J2-1067_ThrowableProxy_getExtendedStackTraceAsString_throws_NPE_on_d.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1067" link="https://issues.apache.org/jira/browse/LOG4J2-1067"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1068_Exceptions_not_logged_when_using_TcpSocketServer_Serialize.xml b/src/changelog/2.4/LOG4J2-1068_Exceptions_not_logged_when_using_TcpSocketServer_Serialize.xml
index 4968ab6..995f9fb 100644
--- a/src/changelog/2.4/LOG4J2-1068_Exceptions_not_logged_when_using_TcpSocketServer_Serialize.xml
+++ b/src/changelog/2.4/LOG4J2-1068_Exceptions_not_logged_when_using_TcpSocketServer_Serialize.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1068" link="https://issues.apache.org/jira/browse/LOG4J2-1068"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1069_Improper_handling_of_JSON_escape_chars_when_deserializing_JS.xml b/src/changelog/2.4/LOG4J2-1069_Improper_handling_of_JSON_escape_chars_when_deserializing_JS.xml
index 39bd9ed..62883f5 100644
--- a/src/changelog/2.4/LOG4J2-1069_Improper_handling_of_JSON_escape_chars_when_deserializing_JS.xml
+++ b/src/changelog/2.4/LOG4J2-1069_Improper_handling_of_JSON_escape_chars_when_deserializing_JS.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1069" link="https://issues.apache.org/jira/browse/LOG4J2-1069"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1070_Update_Java_Mail_from_1_5_2_to_1_5_4.xml b/src/changelog/2.4/LOG4J2-1070_Update_Java_Mail_from_1_5_2_to_1_5_4.xml
index 215e112..1762227 100644
--- a/src/changelog/2.4/LOG4J2-1070_Update_Java_Mail_from_1_5_2_to_1_5_4.xml
+++ b/src/changelog/2.4/LOG4J2-1070_Update_Java_Mail_from_1_5_2_to_1_5_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1070" link="https://issues.apache.org/jira/browse/LOG4J2-1070"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1074_Added_support_for_system_nanosecond_time_in_pattern_layout.xml b/src/changelog/2.4/LOG4J2-1074_Added_support_for_system_nanosecond_time_in_pattern_layout.xml
index 3e2068b..bc6f276 100644
--- a/src/changelog/2.4/LOG4J2-1074_Added_support_for_system_nanosecond_time_in_pattern_layout.xml
+++ b/src/changelog/2.4/LOG4J2-1074_Added_support_for_system_nanosecond_time_in_pattern_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1074" link="https://issues.apache.org/jira/browse/LOG4J2-1074"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1075_Added_support_for_compressing_to_bzip2_format_on_file_rollov.xml b/src/changelog/2.4/LOG4J2-1075_Added_support_for_compressing_to_bzip2_format_on_file_rollov.xml
index b695b2c..024d870 100644
--- a/src/changelog/2.4/LOG4J2-1075_Added_support_for_compressing_to_bzip2_format_on_file_rollov.xml
+++ b/src/changelog/2.4/LOG4J2-1075_Added_support_for_compressing_to_bzip2_format_on_file_rollov.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1075" link="https://issues.apache.org/jira/browse/LOG4J2-1075"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1077_Support_additional_Apache_Commons_Compress_compression_forma.xml b/src/changelog/2.4/LOG4J2-1077_Support_additional_Apache_Commons_Compress_compression_forma.xml
index 279d7d1..fff45db 100644
--- a/src/changelog/2.4/LOG4J2-1077_Support_additional_Apache_Commons_Compress_compression_forma.xml
+++ b/src/changelog/2.4/LOG4J2-1077_Support_additional_Apache_Commons_Compress_compression_forma.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1077" link="https://issues.apache.org/jira/browse/LOG4J2-1077"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1078_GelfLayout_throws_exception_if_some_log_event_fields_are_nul.xml b/src/changelog/2.4/LOG4J2-1078_GelfLayout_throws_exception_if_some_log_event_fields_are_nul.xml
index 48d9aec..b2052ba 100644
--- a/src/changelog/2.4/LOG4J2-1078_GelfLayout_throws_exception_if_some_log_event_fields_are_nul.xml
+++ b/src/changelog/2.4/LOG4J2-1078_GelfLayout_throws_exception_if_some_log_event_fields_are_nul.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1078" link="https://issues.apache.org/jira/browse/LOG4J2-1078"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1079_Update_Jackson_from_2_5_3_to_2_5_4.xml b/src/changelog/2.4/LOG4J2-1079_Update_Jackson_from_2_5_3_to_2_5_4.xml
index d8b7ce2..9b3b826 100644
--- a/src/changelog/2.4/LOG4J2-1079_Update_Jackson_from_2_5_3_to_2_5_4.xml
+++ b/src/changelog/2.4/LOG4J2-1079_Update_Jackson_from_2_5_3_to_2_5_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1079" link="https://issues.apache.org/jira/browse/LOG4J2-1079"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1084_Misleading_StatusLogger_WARN_event_in_LogManager_with_java_u.xml b/src/changelog/2.4/LOG4J2-1084_Misleading_StatusLogger_WARN_event_in_LogManager_with_java_u.xml
index d08e662..9b8db1b 100644
--- a/src/changelog/2.4/LOG4J2-1084_Misleading_StatusLogger_WARN_event_in_LogManager_with_java_u.xml
+++ b/src/changelog/2.4/LOG4J2-1084_Misleading_StatusLogger_WARN_event_in_LogManager_with_java_u.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1084" link="https://issues.apache.org/jira/browse/LOG4J2-1084"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1088_Add_Comma_Separated_Value_CSV_layouts_for_parameter_and_ev.xml b/src/changelog/2.4/LOG4J2-1088_Add_Comma_Separated_Value_CSV_layouts_for_parameter_and_ev.xml
index 9778673..249d122 100644
--- a/src/changelog/2.4/LOG4J2-1088_Add_Comma_Separated_Value_CSV_layouts_for_parameter_and_ev.xml
+++ b/src/changelog/2.4/LOG4J2-1088_Add_Comma_Separated_Value_CSV_layouts_for_parameter_and_ev.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1088" link="https://issues.apache.org/jira/browse/LOG4J2-1088"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1090_Add_Core_Configurator_APIs_to_change_a_logger_s_level.xml b/src/changelog/2.4/LOG4J2-1090_Add_Core_Configurator_APIs_to_change_a_logger_s_level.xml
index 67fff45..0dc7f8a 100644
--- a/src/changelog/2.4/LOG4J2-1090_Add_Core_Configurator_APIs_to_change_a_logger_s_level.xml
+++ b/src/changelog/2.4/LOG4J2-1090_Add_Core_Configurator_APIs_to_change_a_logger_s_level.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1090" link="https://issues.apache.org/jira/browse/LOG4J2-1090"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1092_Update_Jackson_from_2_6_0_to_2_6_1.xml b/src/changelog/2.4/LOG4J2-1092_Update_Jackson_from_2_6_0_to_2_6_1.xml
index e906478..80e2ce4 100644
--- a/src/changelog/2.4/LOG4J2-1092_Update_Jackson_from_2_6_0_to_2_6_1.xml
+++ b/src/changelog/2.4/LOG4J2-1092_Update_Jackson_from_2_6_0_to_2_6_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1092" link="https://issues.apache.org/jira/browse/LOG4J2-1092"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1096_Improved_performance_of_ParameterizedMessage_getFormattedMe.xml b/src/changelog/2.4/LOG4J2-1096_Improved_performance_of_ParameterizedMessage_getFormattedMe.xml
index 4568556..b207aeb 100644
--- a/src/changelog/2.4/LOG4J2-1096_Improved_performance_of_ParameterizedMessage_getFormattedMe.xml
+++ b/src/changelog/2.4/LOG4J2-1096_Improved_performance_of_ParameterizedMessage_getFormattedMe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1096" link="https://issues.apache.org/jira/browse/LOG4J2-1096"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1097_PatternLayout_timestamp_formatting_performance_improvement.xml b/src/changelog/2.4/LOG4J2-1097_PatternLayout_timestamp_formatting_performance_improvement.xml
index c5d37c0..516dbe2 100644
--- a/src/changelog/2.4/LOG4J2-1097_PatternLayout_timestamp_formatting_performance_improvement.xml
+++ b/src/changelog/2.4/LOG4J2-1097_PatternLayout_timestamp_formatting_performance_improvement.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1097" link="https://issues.apache.org/jira/browse/LOG4J2-1097"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1104_Update_Apache_Commons_Compress_from_1_9_to_1_10.xml b/src/changelog/2.4/LOG4J2-1104_Update_Apache_Commons_Compress_from_1_9_to_1_10.xml
index fdbac74..86421c8 100644
--- a/src/changelog/2.4/LOG4J2-1104_Update_Apache_Commons_Compress_from_1_9_to_1_10.xml
+++ b/src/changelog/2.4/LOG4J2-1104_Update_Apache_Commons_Compress_from_1_9_to_1_10.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1104" link="https://issues.apache.org/jira/browse/LOG4J2-1104"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1105_Add_API_org_apache_logging_log4j_Level_isInRange_Level_Leve.xml b/src/changelog/2.4/LOG4J2-1105_Add_API_org_apache_logging_log4j_Level_isInRange_Level_Leve.xml
index 3916f98..a0e6613 100644
--- a/src/changelog/2.4/LOG4J2-1105_Add_API_org_apache_logging_log4j_Level_isInRange_Level_Leve.xml
+++ b/src/changelog/2.4/LOG4J2-1105_Add_API_org_apache_logging_log4j_Level_isInRange_Level_Leve.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1105" link="https://issues.apache.org/jira/browse/LOG4J2-1105"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1106_Add_a_LevelRangeFilter_class.xml b/src/changelog/2.4/LOG4J2-1106_Add_a_LevelRangeFilter_class.xml
index 86e10eb..4cfc024 100644
--- a/src/changelog/2.4/LOG4J2-1106_Add_a_LevelRangeFilter_class.xml
+++ b/src/changelog/2.4/LOG4J2-1106_Add_a_LevelRangeFilter_class.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1106" link="https://issues.apache.org/jira/browse/LOG4J2-1106"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1107_New_Appender_for_Apache_Kafka.xml b/src/changelog/2.4/LOG4J2-1107_New_Appender_for_Apache_Kafka.xml
index 667fdf3..1448368 100644
--- a/src/changelog/2.4/LOG4J2-1107_New_Appender_for_Apache_Kafka.xml
+++ b/src/changelog/2.4/LOG4J2-1107_New_Appender_for_Apache_Kafka.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1107" link="https://issues.apache.org/jira/browse/LOG4J2-1107"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1108_NullPointerException_when_passing_null_to_java_util_logging.xml b/src/changelog/2.4/LOG4J2-1108_NullPointerException_when_passing_null_to_java_util_logging.xml
index 681961f..6b615f3 100644
--- a/src/changelog/2.4/LOG4J2-1108_NullPointerException_when_passing_null_to_java_util_logging.xml
+++ b/src/changelog/2.4/LOG4J2-1108_NullPointerException_when_passing_null_to_java_util_logging.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1108" link="https://issues.apache.org/jira/browse/LOG4J2-1108"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1110_org_apache_logging_log4j_jul_CoreLogger_setLevel_checks_fo.xml b/src/changelog/2.4/LOG4J2-1110_org_apache_logging_log4j_jul_CoreLogger_setLevel_checks_fo.xml
index 77aee87..0058494 100644
--- a/src/changelog/2.4/LOG4J2-1110_org_apache_logging_log4j_jul_CoreLogger_setLevel_checks_fo.xml
+++ b/src/changelog/2.4/LOG4J2-1110_org_apache_logging_log4j_jul_CoreLogger_setLevel_checks_fo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1110" link="https://issues.apache.org/jira/browse/LOG4J2-1110"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1113_New_publisher_Appender_for_ZeroMQ_using_JeroMQ.xml b/src/changelog/2.4/LOG4J2-1113_New_publisher_Appender_for_ZeroMQ_using_JeroMQ.xml
index 459cf4c..3bb2a6d 100644
--- a/src/changelog/2.4/LOG4J2-1113_New_publisher_Appender_for_ZeroMQ_using_JeroMQ.xml
+++ b/src/changelog/2.4/LOG4J2-1113_New_publisher_Appender_for_ZeroMQ_using_JeroMQ.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1113" link="https://issues.apache.org/jira/browse/LOG4J2-1113"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1114_Add_thread_name_to_status_logger_layout.xml b/src/changelog/2.4/LOG4J2-1114_Add_thread_name_to_status_logger_layout.xml
index efecaf3..167e2dd 100644
--- a/src/changelog/2.4/LOG4J2-1114_Add_thread_name_to_status_logger_layout.xml
+++ b/src/changelog/2.4/LOG4J2-1114_Add_thread_name_to_status_logger_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1114" link="https://issues.apache.org/jira/browse/LOG4J2-1114"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1117_OutputStreamManager_in_ConsoleAppender_leaking_managers.xml b/src/changelog/2.4/LOG4J2-1117_OutputStreamManager_in_ConsoleAppender_leaking_managers.xml
index 46b19d4..9d294d2 100644
--- a/src/changelog/2.4/LOG4J2-1117_OutputStreamManager_in_ConsoleAppender_leaking_managers.xml
+++ b/src/changelog/2.4/LOG4J2-1117_OutputStreamManager_in_ConsoleAppender_leaking_managers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1117" link="https://issues.apache.org/jira/browse/LOG4J2-1117"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1118_Updated_Logger_wrapper_generator_tool_to_add_Java_8_lambda_s.xml b/src/changelog/2.4/LOG4J2-1118_Updated_Logger_wrapper_generator_tool_to_add_Java_8_lambda_s.xml
index 35909d6..581ee90 100644
--- a/src/changelog/2.4/LOG4J2-1118_Updated_Logger_wrapper_generator_tool_to_add_Java_8_lambda_s.xml
+++ b/src/changelog/2.4/LOG4J2-1118_Updated_Logger_wrapper_generator_tool_to_add_Java_8_lambda_s.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1118" link="https://issues.apache.org/jira/browse/LOG4J2-1118"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1120_LoggerConfig_performance_improvements_avoid_unnecessary_loc.xml b/src/changelog/2.4/LOG4J2-1120_LoggerConfig_performance_improvements_avoid_unnecessary_loc.xml
index c31ecec..eb50353 100644
--- a/src/changelog/2.4/LOG4J2-1120_LoggerConfig_performance_improvements_avoid_unnecessary_loc.xml
+++ b/src/changelog/2.4/LOG4J2-1120_LoggerConfig_performance_improvements_avoid_unnecessary_loc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1120" link="https://issues.apache.org/jira/browse/LOG4J2-1120"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1121_Fixed_potential_race_condition_on_reconfiguration_Introduce.xml b/src/changelog/2.4/LOG4J2-1121_Fixed_potential_race_condition_on_reconfiguration_Introduce.xml
index c22a6d8..35ebfc8 100644
--- a/src/changelog/2.4/LOG4J2-1121_Fixed_potential_race_condition_on_reconfiguration_Introduce.xml
+++ b/src/changelog/2.4/LOG4J2-1121_Fixed_potential_race_condition_on_reconfiguration_Introduce.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1121" link="https://issues.apache.org/jira/browse/LOG4J2-1121"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1123_Core_Configurator_initialize_String_ClassLoader_String_fa.xml b/src/changelog/2.4/LOG4J2-1123_Core_Configurator_initialize_String_ClassLoader_String_fa.xml
index d7ba273..47270c6 100644
--- a/src/changelog/2.4/LOG4J2-1123_Core_Configurator_initialize_String_ClassLoader_String_fa.xml
+++ b/src/changelog/2.4/LOG4J2-1123_Core_Configurator_initialize_String_ClassLoader_String_fa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1123" link="https://issues.apache.org/jira/browse/LOG4J2-1123"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-1125_PatternLayout_performance_improvement_by_caching_and_reusing.xml b/src/changelog/2.4/LOG4J2-1125_PatternLayout_performance_improvement_by_caching_and_reusing.xml
index 70a0b6a..881d5dd 100644
--- a/src/changelog/2.4/LOG4J2-1125_PatternLayout_performance_improvement_by_caching_and_reusing.xml
+++ b/src/changelog/2.4/LOG4J2-1125_PatternLayout_performance_improvement_by_caching_and_reusing.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1125" link="https://issues.apache.org/jira/browse/LOG4J2-1125"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-1879_Update_Jackson_from_2_5_4_to_2_6_0.xml b/src/changelog/2.4/LOG4J2-1879_Update_Jackson_from_2_5_4_to_2_6_0.xml
index 71479c0..a59a35c 100644
--- a/src/changelog/2.4/LOG4J2-1879_Update_Jackson_from_2_5_4_to_2_6_0.xml
+++ b/src/changelog/2.4/LOG4J2-1879_Update_Jackson_from_2_5_4_to_2_6_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1879" link="https://issues.apache.org/jira/browse/LOG4J2-1879"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-403_MongoDB_appender_username_and_password_should_be_optional.xml b/src/changelog/2.4/LOG4J2-403_MongoDB_appender_username_and_password_should_be_optional.xml
index b7f8ad1..580cc6f 100644
--- a/src/changelog/2.4/LOG4J2-403_MongoDB_appender_username_and_password_should_be_optional.xml
+++ b/src/changelog/2.4/LOG4J2-403_MongoDB_appender_username_and_password_should_be_optional.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-403" link="https://issues.apache.org/jira/browse/LOG4J2-403"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-599_Added_support_for_Java_8_lambda_expressions_to_lazily_constr.xml b/src/changelog/2.4/LOG4J2-599_Added_support_for_Java_8_lambda_expressions_to_lazily_constr.xml
index 9baac0d..44b21f6 100644
--- a/src/changelog/2.4/LOG4J2-599_Added_support_for_Java_8_lambda_expressions_to_lazily_constr.xml
+++ b/src/changelog/2.4/LOG4J2-599_Added_support_for_Java_8_lambda_expressions_to_lazily_constr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-599" link="https://issues.apache.org/jira/browse/LOG4J2-599"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-635_Add_support_for_configuration_via_Properties.xml b/src/changelog/2.4/LOG4J2-635_Add_support_for_configuration_via_Properties.xml
index 0839231..1298f7d 100644
--- a/src/changelog/2.4/LOG4J2-635_Add_support_for_configuration_via_Properties.xml
+++ b/src/changelog/2.4/LOG4J2-635_Add_support_for_configuration_via_Properties.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-635" link="https://issues.apache.org/jira/browse/LOG4J2-635"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4/LOG4J2-684_ExtendedThrowablePatternConverter_does_not_print_suppressed.xml b/src/changelog/2.4/LOG4J2-684_ExtendedThrowablePatternConverter_does_not_print_suppressed.xml
index 9366ebd..be40009 100644
--- a/src/changelog/2.4/LOG4J2-684_ExtendedThrowablePatternConverter_does_not_print_suppressed.xml
+++ b/src/changelog/2.4/LOG4J2-684_ExtendedThrowablePatternConverter_does_not_print_suppressed.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-684" link="https://issues.apache.org/jira/browse/LOG4J2-684"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-767_New_module_for_Liquibase_integration.xml b/src/changelog/2.4/LOG4J2-767_New_module_for_Liquibase_integration.xml
index 8185feb..3e78f37 100644
--- a/src/changelog/2.4/LOG4J2-767_New_module_for_Liquibase_integration.xml
+++ b/src/changelog/2.4/LOG4J2-767_New_module_for_Liquibase_integration.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-767" link="https://issues.apache.org/jira/browse/LOG4J2-767"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-812_PatternLayout_timestamp_formatting_performance_improvement.xml b/src/changelog/2.4/LOG4J2-812_PatternLayout_timestamp_formatting_performance_improvement.xml
index 1db3ad4..719a8bf 100644
--- a/src/changelog/2.4/LOG4J2-812_PatternLayout_timestamp_formatting_performance_improvement.xml
+++ b/src/changelog/2.4/LOG4J2-812_PatternLayout_timestamp_formatting_performance_improvement.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-812" link="https://issues.apache.org/jira/browse/LOG4J2-812"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4/LOG4J2-889_Header_in_layout_should_not_be_written_on_application_startu.xml b/src/changelog/2.4/LOG4J2-889_Header_in_layout_should_not_be_written_on_application_startu.xml
index edef76d..adcaab5 100644
--- a/src/changelog/2.4/LOG4J2-889_Header_in_layout_should_not_be_written_on_application_startu.xml
+++ b/src/changelog/2.4/LOG4J2-889_Header_in_layout_should_not_be_written_on_application_startu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-889" link="https://issues.apache.org/jira/browse/LOG4J2-889"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-890_log4j_web_2_1_should_work_around_a_bug_in_JBOSS_EAP_6_2.xml b/src/changelog/2.4/LOG4J2-890_log4j_web_2_1_should_work_around_a_bug_in_JBOSS_EAP_6_2.xml
index a0b6ba2..e66109c 100644
--- a/src/changelog/2.4/LOG4J2-890_log4j_web_2_1_should_work_around_a_bug_in_JBOSS_EAP_6_2.xml
+++ b/src/changelog/2.4/LOG4J2-890_log4j_web_2_1_should_work_around_a_bug_in_JBOSS_EAP_6_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-890" link="https://issues.apache.org/jira/browse/LOG4J2-890"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-918_Clarify_documentation_for_combining_async_with_sync_loggers.xml b/src/changelog/2.4/LOG4J2-918_Clarify_documentation_for_combining_async_with_sync_loggers.xml
index a17daaf..9ea4d04 100644
--- a/src/changelog/2.4/LOG4J2-918_Clarify_documentation_for_combining_async_with_sync_loggers.xml
+++ b/src/changelog/2.4/LOG4J2-918_Clarify_documentation_for_combining_async_with_sync_loggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-918" link="https://issues.apache.org/jira/browse/LOG4J2-918"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.4/LOG4J2-934_Circular_suppressed_Exception_throws_StackOverflowError.xml b/src/changelog/2.4/LOG4J2-934_Circular_suppressed_Exception_throws_StackOverflowError.xml
index 0193245..1ba1c30 100644
--- a/src/changelog/2.4/LOG4J2-934_Circular_suppressed_Exception_throws_StackOverflowError.xml
+++ b/src/changelog/2.4/LOG4J2-934_Circular_suppressed_Exception_throws_StackOverflowError.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-934" link="https://issues.apache.org/jira/browse/LOG4J2-934"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-952_Add_ConfigurationBuilder_for_programmatic_configuration.xml b/src/changelog/2.4/LOG4J2-952_Add_ConfigurationBuilder_for_programmatic_configuration.xml
index 5079461..68b4a0d 100644
--- a/src/changelog/2.4/LOG4J2-952_Add_ConfigurationBuilder_for_programmatic_configuration.xml
+++ b/src/changelog/2.4/LOG4J2-952_Add_ConfigurationBuilder_for_programmatic_configuration.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-952" link="https://issues.apache.org/jira/browse/LOG4J2-952"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.4/LOG4J2-959_Fix_FindBugs_DM_DEFAULT_ENCODING_bug_in_SimpleLogger_logMess.xml b/src/changelog/2.4/LOG4J2-959_Fix_FindBugs_DM_DEFAULT_ENCODING_bug_in_SimpleLogger_logMess.xml
index ed0895c..33d1f3f 100644
--- a/src/changelog/2.4/LOG4J2-959_Fix_FindBugs_DM_DEFAULT_ENCODING_bug_in_SimpleLogger_logMess.xml
+++ b/src/changelog/2.4/LOG4J2-959_Fix_FindBugs_DM_DEFAULT_ENCODING_bug_in_SimpleLogger_logMess.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-959" link="https://issues.apache.org/jira/browse/LOG4J2-959"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/LOG4J2-982_Use_System_nanoTime_to_measure_time_intervals.xml b/src/changelog/2.4/LOG4J2-982_Use_System_nanoTime_to_measure_time_intervals.xml
index f0a0885..f3a5989 100644
--- a/src/changelog/2.4/LOG4J2-982_Use_System_nanoTime_to_measure_time_intervals.xml
+++ b/src/changelog/2.4/LOG4J2-982_Use_System_nanoTime_to_measure_time_intervals.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-982" link="https://issues.apache.org/jira/browse/LOG4J2-982"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.4/Removed_experimental_interface_LevelLogger_which_got_committ.xml b/src/changelog/2.4/Removed_experimental_interface_LevelLogger_which_got_committ.xml
index 84a4b54..3359b24 100644
--- a/src/changelog/2.4/Removed_experimental_interface_LevelLogger_which_got_committ.xml
+++ b/src/changelog/2.4/Removed_experimental_interface_LevelLogger_which_got_committ.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="removed">
   <author id="rpopma"/>
   <description format="asciidoc">Removed experimental interface LevelLogger which got committed to master by mistake.</description>
diff --git a/src/changelog/2.5/.release.xml b/src/changelog/2.5/.release.xml
index ef0108b..f1c1144 100644
--- a/src/changelog/2.5/.release.xml
+++ b/src/changelog/2.5/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2015-12-06"
          version="2.5"/>
diff --git a/src/changelog/2.5/LOG4J2-1029_Performance_improvement_when_gathering_location_information.xml b/src/changelog/2.5/LOG4J2-1029_Performance_improvement_when_gathering_location_information.xml
index 6089cf7..35d042e 100644
--- a/src/changelog/2.5/LOG4J2-1029_Performance_improvement_when_gathering_location_information.xml
+++ b/src/changelog/2.5/LOG4J2-1029_Performance_improvement_when_gathering_location_information.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1029" link="https://issues.apache.org/jira/browse/LOG4J2-1029"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1136_Add_support_for_JSR_223_scripts_in_filters_and_the_PatternSe.xml b/src/changelog/2.5/LOG4J2-1136_Add_support_for_JSR_223_scripts_in_filters_and_the_PatternSe.xml
index 77bea9d..b84b360 100644
--- a/src/changelog/2.5/LOG4J2-1136_Add_support_for_JSR_223_scripts_in_filters_and_the_PatternSe.xml
+++ b/src/changelog/2.5/LOG4J2-1136_Add_support_for_JSR_223_scripts_in_filters_and_the_PatternSe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1136" link="https://issues.apache.org/jira/browse/LOG4J2-1136"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.5/LOG4J2-1156_Web_site_corrections_and_updates.xml b/src/changelog/2.5/LOG4J2-1156_Web_site_corrections_and_updates.xml
index 461557f..2898926 100644
--- a/src/changelog/2.5/LOG4J2-1156_Web_site_corrections_and_updates.xml
+++ b/src/changelog/2.5/LOG4J2-1156_Web_site_corrections_and_updates.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1156" link="https://issues.apache.org/jira/browse/LOG4J2-1156"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1157_Fix_compilation_error_for_classes_annotated_with_Plugin.xml b/src/changelog/2.5/LOG4J2-1157_Fix_compilation_error_for_classes_annotated_with_Plugin.xml
index 2057442..ff43f5c 100644
--- a/src/changelog/2.5/LOG4J2-1157_Fix_compilation_error_for_classes_annotated_with_Plugin.xml
+++ b/src/changelog/2.5/LOG4J2-1157_Fix_compilation_error_for_classes_annotated_with_Plugin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1157" link="https://issues.apache.org/jira/browse/LOG4J2-1157"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.5/LOG4J2-1158_Log4J_JUL_adapter_is_using_MessageFormat_on_String_passed_by.xml b/src/changelog/2.5/LOG4J2-1158_Log4J_JUL_adapter_is_using_MessageFormat_on_String_passed_by.xml
index 1478bcd..905cc87 100644
--- a/src/changelog/2.5/LOG4J2-1158_Log4J_JUL_adapter_is_using_MessageFormat_on_String_passed_by.xml
+++ b/src/changelog/2.5/LOG4J2-1158_Log4J_JUL_adapter_is_using_MessageFormat_on_String_passed_by.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1158" link="https://issues.apache.org/jira/browse/LOG4J2-1158"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1159_Fixed_a_ThreadLocal_memory_leak_in_Tomcat8_that_mentions_Asy.xml b/src/changelog/2.5/LOG4J2-1159_Fixed_a_ThreadLocal_memory_leak_in_Tomcat8_that_mentions_Asy.xml
index a016308..6fd8201 100644
--- a/src/changelog/2.5/LOG4J2-1159_Fixed_a_ThreadLocal_memory_leak_in_Tomcat8_that_mentions_Asy.xml
+++ b/src/changelog/2.5/LOG4J2-1159_Fixed_a_ThreadLocal_memory_leak_in_Tomcat8_that_mentions_Asy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1159" link="https://issues.apache.org/jira/browse/LOG4J2-1159"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1165_Improve_Log4j_initialization_status_messages.xml b/src/changelog/2.5/LOG4J2-1165_Improve_Log4j_initialization_status_messages.xml
index f61e76b..9f52d5b 100644
--- a/src/changelog/2.5/LOG4J2-1165_Improve_Log4j_initialization_status_messages.xml
+++ b/src/changelog/2.5/LOG4J2-1165_Improve_Log4j_initialization_status_messages.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1165" link="https://issues.apache.org/jira/browse/LOG4J2-1165"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1166_AbstractConfiguration_executor_should_use_a_DaemonThreadFact.xml b/src/changelog/2.5/LOG4J2-1166_AbstractConfiguration_executor_should_use_a_DaemonThreadFact.xml
index 7af7313..a98db4d 100644
--- a/src/changelog/2.5/LOG4J2-1166_AbstractConfiguration_executor_should_use_a_DaemonThreadFact.xml
+++ b/src/changelog/2.5/LOG4J2-1166_AbstractConfiguration_executor_should_use_a_DaemonThreadFact.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1166" link="https://issues.apache.org/jira/browse/LOG4J2-1166"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1168_Add_getters_for_source_and_destination_file_in_file_rename_a.xml b/src/changelog/2.5/LOG4J2-1168_Add_getters_for_source_and_destination_file_in_file_rename_a.xml
index fbd4494..f169b08 100644
--- a/src/changelog/2.5/LOG4J2-1168_Add_getters_for_source_and_destination_file_in_file_rename_a.xml
+++ b/src/changelog/2.5/LOG4J2-1168_Add_getters_for_source_and_destination_file_in_file_rename_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1168" link="https://issues.apache.org/jira/browse/LOG4J2-1168"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1171_Use_servlet_context_name_for_logger_context_name_when_availa.xml b/src/changelog/2.5/LOG4J2-1171_Use_servlet_context_name_for_logger_context_name_when_availa.xml
index a968d1c..9fe9548 100644
--- a/src/changelog/2.5/LOG4J2-1171_Use_servlet_context_name_for_logger_context_name_when_availa.xml
+++ b/src/changelog/2.5/LOG4J2-1171_Use_servlet_context_name_for_logger_context_name_when_availa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1171" link="https://issues.apache.org/jira/browse/LOG4J2-1171"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1172_Fixed_ThreadLocal_leak_AsyncLogger_Info_on_Tomcat_when_usi.xml b/src/changelog/2.5/LOG4J2-1172_Fixed_ThreadLocal_leak_AsyncLogger_Info_on_Tomcat_when_usi.xml
index bd65515..20bee3d 100644
--- a/src/changelog/2.5/LOG4J2-1172_Fixed_ThreadLocal_leak_AsyncLogger_Info_on_Tomcat_when_usi.xml
+++ b/src/changelog/2.5/LOG4J2-1172_Fixed_ThreadLocal_leak_AsyncLogger_Info_on_Tomcat_when_usi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1172" link="https://issues.apache.org/jira/browse/LOG4J2-1172"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1173_Fixed_rollover_error_when_copying_to_a_directory_mapped_to_a.xml b/src/changelog/2.5/LOG4J2-1173_Fixed_rollover_error_when_copying_to_a_directory_mapped_to_a.xml
index e7d5e69..55b0fe1 100644
--- a/src/changelog/2.5/LOG4J2-1173_Fixed_rollover_error_when_copying_to_a_directory_mapped_to_a.xml
+++ b/src/changelog/2.5/LOG4J2-1173_Fixed_rollover_error_when_copying_to_a_directory_mapped_to_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1173" link="https://issues.apache.org/jira/browse/LOG4J2-1173"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1174_Update_Jackson_from_2_6_2_to_2_6_3.xml b/src/changelog/2.5/LOG4J2-1174_Update_Jackson_from_2_6_2_to_2_6_3.xml
index 2f3bfc9..3c8d1a1 100644
--- a/src/changelog/2.5/LOG4J2-1174_Update_Jackson_from_2_6_2_to_2_6_3.xml
+++ b/src/changelog/2.5/LOG4J2-1174_Update_Jackson_from_2_6_2_to_2_6_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1174" link="https://issues.apache.org/jira/browse/LOG4J2-1174"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1175_Add_getters_for_classes_in_org_apache_logging_log4j_core_app.xml b/src/changelog/2.5/LOG4J2-1175_Add_getters_for_classes_in_org_apache_logging_log4j_core_app.xml
index f6f1de3..8005d3f 100644
--- a/src/changelog/2.5/LOG4J2-1175_Add_getters_for_classes_in_org_apache_logging_log4j_core_app.xml
+++ b/src/changelog/2.5/LOG4J2-1175_Add_getters_for_classes_in_org_apache_logging_log4j_core_app.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1175" link="https://issues.apache.org/jira/browse/LOG4J2-1175"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1176_Fixed_memory_leak_when_log4j_jars_are_in_Tomcat_s_lib_folder.xml b/src/changelog/2.5/LOG4J2-1176_Fixed_memory_leak_when_log4j_jars_are_in_Tomcat_s_lib_folder.xml
index a2fd9d2..f7f3868 100644
--- a/src/changelog/2.5/LOG4J2-1176_Fixed_memory_leak_when_log4j_jars_are_in_Tomcat_s_lib_folder.xml
+++ b/src/changelog/2.5/LOG4J2-1176_Fixed_memory_leak_when_log4j_jars_are_in_Tomcat_s_lib_folder.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1176" link="https://issues.apache.org/jira/browse/LOG4J2-1176"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-1178_Support_use_case_for_JDBC_s_CommonDataSource_setLogWriter_Pr.xml b/src/changelog/2.5/LOG4J2-1178_Support_use_case_for_JDBC_s_CommonDataSource_setLogWriter_Pr.xml
index 506ccdf..a64b311 100644
--- a/src/changelog/2.5/LOG4J2-1178_Support_use_case_for_JDBC_s_CommonDataSource_setLogWriter_Pr.xml
+++ b/src/changelog/2.5/LOG4J2-1178_Support_use_case_for_JDBC_s_CommonDataSource_setLogWriter_Pr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1178" link="https://issues.apache.org/jira/browse/LOG4J2-1178"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1180_Logger_cache_does_not_account_for_message_factory.xml b/src/changelog/2.5/LOG4J2-1180_Logger_cache_does_not_account_for_message_factory.xml
index 865ee71..04a3782 100644
--- a/src/changelog/2.5/LOG4J2-1180_Logger_cache_does_not_account_for_message_factory.xml
+++ b/src/changelog/2.5/LOG4J2-1180_Logger_cache_does_not_account_for_message_factory.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1180" link="https://issues.apache.org/jira/browse/LOG4J2-1180"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1187_Support_use_case_for_java_sql_DriverManager_setLogStream_Pri.xml b/src/changelog/2.5/LOG4J2-1187_Support_use_case_for_java_sql_DriverManager_setLogStream_Pri.xml
index 8e3ef06..d6d89e0 100644
--- a/src/changelog/2.5/LOG4J2-1187_Support_use_case_for_java_sql_DriverManager_setLogStream_Pri.xml
+++ b/src/changelog/2.5/LOG4J2-1187_Support_use_case_for_java_sql_DriverManager_setLogStream_Pri.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1187" link="https://issues.apache.org/jira/browse/LOG4J2-1187"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1193_Prefix_all_thread_names_Log4j_creates_with_Log4j2.xml b/src/changelog/2.5/LOG4J2-1193_Prefix_all_thread_names_Log4j_creates_with_Log4j2.xml
index 752a4de..7be5fb6 100644
--- a/src/changelog/2.5/LOG4J2-1193_Prefix_all_thread_names_Log4j_creates_with_Log4j2.xml
+++ b/src/changelog/2.5/LOG4J2-1193_Prefix_all_thread_names_Log4j_creates_with_Log4j2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1193" link="https://issues.apache.org/jira/browse/LOG4J2-1193"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1194_Documentation_does_not_match_parameters_for_LoggerNameLevelR.xml b/src/changelog/2.5/LOG4J2-1194_Documentation_does_not_match_parameters_for_LoggerNameLevelR.xml
index d697b12..a427950 100644
--- a/src/changelog/2.5/LOG4J2-1194_Documentation_does_not_match_parameters_for_LoggerNameLevelR.xml
+++ b/src/changelog/2.5/LOG4J2-1194_Documentation_does_not_match_parameters_for_LoggerNameLevelR.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1194" link="https://issues.apache.org/jira/browse/LOG4J2-1194"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-1195_Make_KafkaAppender_support_SerializedLayout.xml b/src/changelog/2.5/LOG4J2-1195_Make_KafkaAppender_support_SerializedLayout.xml
index 88ccaa6..35f7e41 100644
--- a/src/changelog/2.5/LOG4J2-1195_Make_KafkaAppender_support_SerializedLayout.xml
+++ b/src/changelog/2.5/LOG4J2-1195_Make_KafkaAppender_support_SerializedLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1195" link="https://issues.apache.org/jira/browse/LOG4J2-1195"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.5/LOG4J2-1196_MongoDbConnection_does_not_close_MongoClient.xml b/src/changelog/2.5/LOG4J2-1196_MongoDbConnection_does_not_close_MongoClient.xml
index 2b472dc..5b51322 100644
--- a/src/changelog/2.5/LOG4J2-1196_MongoDbConnection_does_not_close_MongoClient.xml
+++ b/src/changelog/2.5/LOG4J2-1196_MongoDbConnection_does_not_close_MongoClient.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1196" link="https://issues.apache.org/jira/browse/LOG4J2-1196"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.5/LOG4J2-1202_Remove_ConfigurationMonitor_The_WatchManager_is_now_used_to.xml b/src/changelog/2.5/LOG4J2-1202_Remove_ConfigurationMonitor_The_WatchManager_is_now_used_to.xml
index 04d71b7..a14c1cd 100644
--- a/src/changelog/2.5/LOG4J2-1202_Remove_ConfigurationMonitor_The_WatchManager_is_now_used_to.xml
+++ b/src/changelog/2.5/LOG4J2-1202_Remove_ConfigurationMonitor_The_WatchManager_is_now_used_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1202" link="https://issues.apache.org/jira/browse/LOG4J2-1202"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.5/LOG4J2-1207_Update_kafka_clients_from_0_8_2_2_to_0_9_0_0.xml b/src/changelog/2.5/LOG4J2-1207_Update_kafka_clients_from_0_8_2_2_to_0_9_0_0.xml
index fc1915f..cd716d5 100644
--- a/src/changelog/2.5/LOG4J2-1207_Update_kafka_clients_from_0_8_2_2_to_0_9_0_0.xml
+++ b/src/changelog/2.5/LOG4J2-1207_Update_kafka_clients_from_0_8_2_2_to_0_9_0_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1207" link="https://issues.apache.org/jira/browse/LOG4J2-1207"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.5/LOG4J2-323_Better_web_app_support_for_async_loggers_Fixed_a_memory_lea.xml b/src/changelog/2.5/LOG4J2-323_Better_web_app_support_for_async_loggers_Fixed_a_memory_lea.xml
index b3b9ca1..bc9ff76 100644
--- a/src/changelog/2.5/LOG4J2-323_Better_web_app_support_for_async_loggers_Fixed_a_memory_lea.xml
+++ b/src/changelog/2.5/LOG4J2-323_Better_web_app_support_for_async_loggers_Fixed_a_memory_lea.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-323" link="https://issues.apache.org/jira/browse/LOG4J2-323"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-324_Reduced_memory_usage_of_status_messages_in_bounded_queue_su.xml b/src/changelog/2.5/LOG4J2-324_Reduced_memory_usage_of_status_messages_in_bounded_queue_su.xml
index 8887177..5e13687 100644
--- a/src/changelog/2.5/LOG4J2-324_Reduced_memory_usage_of_status_messages_in_bounded_queue_su.xml
+++ b/src/changelog/2.5/LOG4J2-324_Reduced_memory_usage_of_status_messages_in_bounded_queue_su.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-324" link="https://issues.apache.org/jira/browse/LOG4J2-324"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-381_Allow_triggering_policy_and_rollover_strategy_to_be_modified.xml b/src/changelog/2.5/LOG4J2-381_Allow_triggering_policy_and_rollover_strategy_to_be_modified.xml
index eb15f5e..e570e23 100644
--- a/src/changelog/2.5/LOG4J2-381_Allow_triggering_policy_and_rollover_strategy_to_be_modified.xml
+++ b/src/changelog/2.5/LOG4J2-381_Allow_triggering_policy_and_rollover_strategy_to_be_modified.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-381" link="https://issues.apache.org/jira/browse/LOG4J2-381"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.5/LOG4J2-435_Added_support_for_custom_delete_actions_triggered_by_a_rollo.xml b/src/changelog/2.5/LOG4J2-435_Added_support_for_custom_delete_actions_triggered_by_a_rollo.xml
index ffe6b9d..c54c7a4 100644
--- a/src/changelog/2.5/LOG4J2-435_Added_support_for_custom_delete_actions_triggered_by_a_rollo.xml
+++ b/src/changelog/2.5/LOG4J2-435_Added_support_for_custom_delete_actions_triggered_by_a_rollo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-435" link="https://issues.apache.org/jira/browse/LOG4J2-435"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-493_Better_web_app_support_for_async_loggers_it_is_now_possible.xml b/src/changelog/2.5/LOG4J2-493_Better_web_app_support_for_async_loggers_it_is_now_possible.xml
index 4392223..9843476 100644
--- a/src/changelog/2.5/LOG4J2-493_Better_web_app_support_for_async_loggers_it_is_now_possible.xml
+++ b/src/changelog/2.5/LOG4J2-493_Better_web_app_support_for_async_loggers_it_is_now_possible.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-493" link="https://issues.apache.org/jira/browse/LOG4J2-493"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-649_Add_PurgePolicy_and_IdlePurgePolicy_to_RoutingAppender.xml b/src/changelog/2.5/LOG4J2-649_Add_PurgePolicy_and_IdlePurgePolicy_to_RoutingAppender.xml
index 528c454..30ac4e4 100644
--- a/src/changelog/2.5/LOG4J2-649_Add_PurgePolicy_and_IdlePurgePolicy_to_RoutingAppender.xml
+++ b/src/changelog/2.5/LOG4J2-649_Add_PurgePolicy_and_IdlePurgePolicy_to_RoutingAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-649" link="https://issues.apache.org/jira/browse/LOG4J2-649"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.5/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml b/src/changelog/2.5/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml
index 2434535..177a6d6 100644
--- a/src/changelog/2.5/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml
+++ b/src/changelog/2.5/LOG4J2-801_org_apache_logging_log4j_core_Logger_should_be_serializable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-801" link="https://issues.apache.org/jira/browse/LOG4J2-801"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.5/LOG4J2-873_Fixed_bug_where_omitting_the_display_name_element_in_web_x.xml b/src/changelog/2.5/LOG4J2-873_Fixed_bug_where_omitting_the_display_name_element_in_web_x.xml
index 161162f..24f7fab 100644
--- a/src/changelog/2.5/LOG4J2-873_Fixed_bug_where_omitting_the_display_name_element_in_web_x.xml
+++ b/src/changelog/2.5/LOG4J2-873_Fixed_bug_where_omitting_the_display_name_element_in_web_x.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-873" link="https://issues.apache.org/jira/browse/LOG4J2-873"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-879_Documentation_fixed_minor_issues_with_the_site_and_manual_p.xml b/src/changelog/2.5/LOG4J2-879_Documentation_fixed_minor_issues_with_the_site_and_manual_p.xml
index 18caddc..103174b 100644
--- a/src/changelog/2.5/LOG4J2-879_Documentation_fixed_minor_issues_with_the_site_and_manual_p.xml
+++ b/src/changelog/2.5/LOG4J2-879_Documentation_fixed_minor_issues_with_the_site_and_manual_p.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-879" link="https://issues.apache.org/jira/browse/LOG4J2-879"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-898_Added_system_property_to_allow_users_to_control_whether_mess.xml b/src/changelog/2.5/LOG4J2-898_Added_system_property_to_allow_users_to_control_whether_mess.xml
index a0b5246..6b9f074 100644
--- a/src/changelog/2.5/LOG4J2-898_Added_system_property_to_allow_users_to_control_whether_mess.xml
+++ b/src/changelog/2.5/LOG4J2-898_Added_system_property_to_allow_users_to_control_whether_mess.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-898" link="https://issues.apache.org/jira/browse/LOG4J2-898"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.5/LOG4J2-89_Allow_rollover_to_occur_at_any_time_Add_CronTriggeringPolic.xml b/src/changelog/2.5/LOG4J2-89_Allow_rollover_to_occur_at_any_time_Add_CronTriggeringPolic.xml
index 6703df5..f475d3c 100644
--- a/src/changelog/2.5/LOG4J2-89_Allow_rollover_to_occur_at_any_time_Add_CronTriggeringPolic.xml
+++ b/src/changelog/2.5/LOG4J2-89_Allow_rollover_to_occur_at_any_time_Add_CronTriggeringPolic.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-89" link="https://issues.apache.org/jira/browse/LOG4J2-89"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.5/LOG4J2-948_Fix_plugin_documentation_error_about_Converters.xml b/src/changelog/2.5/LOG4J2-948_Fix_plugin_documentation_error_about_Converters.xml
index 24a086f..ccdb868 100644
--- a/src/changelog/2.5/LOG4J2-948_Fix_plugin_documentation_error_about_Converters.xml
+++ b/src/changelog/2.5/LOG4J2-948_Fix_plugin_documentation_error_about_Converters.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-948" link="https://issues.apache.org/jira/browse/LOG4J2-948"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.5/LOG4J2-999_RollingFileAppender_should_also_roll_over_when_log_event_tim.xml b/src/changelog/2.5/LOG4J2-999_RollingFileAppender_should_also_roll_over_when_log_event_tim.xml
index 1840654..a53da58 100644
--- a/src/changelog/2.5/LOG4J2-999_RollingFileAppender_should_also_roll_over_when_log_event_tim.xml
+++ b/src/changelog/2.5/LOG4J2-999_RollingFileAppender_should_also_roll_over_when_log_event_tim.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-999" link="https://issues.apache.org/jira/browse/LOG4J2-999"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.1/.release.xml b/src/changelog/2.6.1/.release.xml
index 09feb1c..6298161 100644
--- a/src/changelog/2.6.1/.release.xml
+++ b/src/changelog/2.6.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2016-06-05"
          version="2.6.1"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1032_Changed_RenameAction_to_use_java_nio_to_better_report_rename.xml b/src/changelog/2.6.1/LOG4J2-1032_Changed_RenameAction_to_use_java_nio_to_better_report_rename.xml
index 8014d7b..450dd55 100644
--- a/src/changelog/2.6.1/LOG4J2-1032_Changed_RenameAction_to_use_java_nio_to_better_report_rename.xml
+++ b/src/changelog/2.6.1/LOG4J2-1032_Changed_RenameAction_to_use_java_nio_to_better_report_rename.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1032" link="https://issues.apache.org/jira/browse/LOG4J2-1032"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1180_Logger_cache_now_accounts_for_message_factory.xml b/src/changelog/2.6.1/LOG4J2-1180_Logger_cache_now_accounts_for_message_factory.xml
index 98041c9..25e8aec 100644
--- a/src/changelog/2.6.1/LOG4J2-1180_Logger_cache_now_accounts_for_message_factory.xml
+++ b/src/changelog/2.6.1/LOG4J2-1180_Logger_cache_now_accounts_for_message_factory.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1180" link="https://issues.apache.org/jira/browse/LOG4J2-1180"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1385__GC_CSV_layouts_should_not_create_a_new_CSVPrinter_for_each.xml b/src/changelog/2.6.1/LOG4J2-1385__GC_CSV_layouts_should_not_create_a_new_CSVPrinter_for_each.xml
index a8a6c82..95a3a07 100644
--- a/src/changelog/2.6.1/LOG4J2-1385__GC_CSV_layouts_should_not_create_a_new_CSVPrinter_for_each.xml
+++ b/src/changelog/2.6.1/LOG4J2-1385__GC_CSV_layouts_should_not_create_a_new_CSVPrinter_for_each.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1385" link="https://issues.apache.org/jira/browse/LOG4J2-1385"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1394_Fixed_minor_issues_with_the_2_6_website.xml b/src/changelog/2.6.1/LOG4J2-1394_Fixed_minor_issues_with_the_2_6_website.xml
index f87943e..f78781d 100644
--- a/src/changelog/2.6.1/LOG4J2-1394_Fixed_minor_issues_with_the_2_6_website.xml
+++ b/src/changelog/2.6.1/LOG4J2-1394_Fixed_minor_issues_with_the_2_6_website.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1394" link="https://issues.apache.org/jira/browse/LOG4J2-1394"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1398_Update_liquibase_core_from_3_4_2_to_3_5_1.xml b/src/changelog/2.6.1/LOG4J2-1398_Update_liquibase_core_from_3_4_2_to_3_5_1.xml
index deea15b..82e2ef5 100644
--- a/src/changelog/2.6.1/LOG4J2-1398_Update_liquibase_core_from_3_4_2_to_3_5_1.xml
+++ b/src/changelog/2.6.1/LOG4J2-1398_Update_liquibase_core_from_3_4_2_to_3_5_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1398" link="https://issues.apache.org/jira/browse/LOG4J2-1398"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1399_Update_Apache_Commons_CSV_from_1_3_to_1_4.xml b/src/changelog/2.6.1/LOG4J2-1399_Update_Apache_Commons_CSV_from_1_3_to_1_4.xml
index 28ca5a0..3de6aec 100644
--- a/src/changelog/2.6.1/LOG4J2-1399_Update_Apache_Commons_CSV_from_1_3_to_1_4.xml
+++ b/src/changelog/2.6.1/LOG4J2-1399_Update_Apache_Commons_CSV_from_1_3_to_1_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1399" link="https://issues.apache.org/jira/browse/LOG4J2-1399"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1402_Fix_regression_in_properties_configuration_to_support_arbitr.xml b/src/changelog/2.6.1/LOG4J2-1402_Fix_regression_in_properties_configuration_to_support_arbitr.xml
index 159a637..bbf15f7 100644
--- a/src/changelog/2.6.1/LOG4J2-1402_Fix_regression_in_properties_configuration_to_support_arbitr.xml
+++ b/src/changelog/2.6.1/LOG4J2-1402_Fix_regression_in_properties_configuration_to_support_arbitr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1402" link="https://issues.apache.org/jira/browse/LOG4J2-1402"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1405_OnStartupTriggeringPolicy_was_forcing_a_rollover_of_empty_fi.xml b/src/changelog/2.6.1/LOG4J2-1405_OnStartupTriggeringPolicy_was_forcing_a_rollover_of_empty_fi.xml
index 4f05456..7216787 100644
--- a/src/changelog/2.6.1/LOG4J2-1405_OnStartupTriggeringPolicy_was_forcing_a_rollover_of_empty_fi.xml
+++ b/src/changelog/2.6.1/LOG4J2-1405_OnStartupTriggeringPolicy_was_forcing_a_rollover_of_empty_fi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1405" link="https://issues.apache.org/jira/browse/LOG4J2-1405"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1406_Fixed_bug_in_ReusableParameterizedMessage_where_Throwable_wa.xml b/src/changelog/2.6.1/LOG4J2-1406_Fixed_bug_in_ReusableParameterizedMessage_where_Throwable_wa.xml
index ec7347a..a6d9231 100644
--- a/src/changelog/2.6.1/LOG4J2-1406_Fixed_bug_in_ReusableParameterizedMessage_where_Throwable_wa.xml
+++ b/src/changelog/2.6.1/LOG4J2-1406_Fixed_bug_in_ReusableParameterizedMessage_where_Throwable_wa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1406" link="https://issues.apache.org/jira/browse/LOG4J2-1406"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1407_Fixed_misleading_WARN_log_events_from_Log4j_about_message_fa.xml b/src/changelog/2.6.1/LOG4J2-1407_Fixed_misleading_WARN_log_events_from_Log4j_about_message_fa.xml
index 1144ebe..5ef96fa 100644
--- a/src/changelog/2.6.1/LOG4J2-1407_Fixed_misleading_WARN_log_events_from_Log4j_about_message_fa.xml
+++ b/src/changelog/2.6.1/LOG4J2-1407_Fixed_misleading_WARN_log_events_from_Log4j_about_message_fa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1407" link="https://issues.apache.org/jira/browse/LOG4J2-1407"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1408_Added_the_module_log4j_liquibase_to_BOM_POM.xml b/src/changelog/2.6.1/LOG4J2-1408_Added_the_module_log4j_liquibase_to_BOM_POM.xml
index dd019c0..f4bbbd7 100644
--- a/src/changelog/2.6.1/LOG4J2-1408_Added_the_module_log4j_liquibase_to_BOM_POM.xml
+++ b/src/changelog/2.6.1/LOG4J2-1408_Added_the_module_log4j_liquibase_to_BOM_POM.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1408" link="https://issues.apache.org/jira/browse/LOG4J2-1408"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1409_Fixed_ArrayIndexOutOfBoundsException_that_may_occur_in_Reusa.xml b/src/changelog/2.6.1/LOG4J2-1409_Fixed_ArrayIndexOutOfBoundsException_that_may_occur_in_Reusa.xml
index 3539017..1331099 100644
--- a/src/changelog/2.6.1/LOG4J2-1409_Fixed_ArrayIndexOutOfBoundsException_that_may_occur_in_Reusa.xml
+++ b/src/changelog/2.6.1/LOG4J2-1409_Fixed_ArrayIndexOutOfBoundsException_that_may_occur_in_Reusa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1409" link="https://issues.apache.org/jira/browse/LOG4J2-1409"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.1/LOG4J2-1411_Added_documentation_about_plugin_builders_compared_to_factor.xml b/src/changelog/2.6.1/LOG4J2-1411_Added_documentation_about_plugin_builders_compared_to_factor.xml
index 0914b36..d51e578 100644
--- a/src/changelog/2.6.1/LOG4J2-1411_Added_documentation_about_plugin_builders_compared_to_factor.xml
+++ b/src/changelog/2.6.1/LOG4J2-1411_Added_documentation_about_plugin_builders_compared_to_factor.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1411" link="https://issues.apache.org/jira/browse/LOG4J2-1411"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6.1/LOG4J2-997_Add_filter_and_remove_filter_were_not_working_properly_in_Ab.xml b/src/changelog/2.6.1/LOG4J2-997_Add_filter_and_remove_filter_were_not_working_properly_in_Ab.xml
index 437f497..be12ea8 100644
--- a/src/changelog/2.6.1/LOG4J2-997_Add_filter_and_remove_filter_were_not_working_properly_in_Ab.xml
+++ b/src/changelog/2.6.1/LOG4J2-997_Add_filter_and_remove_filter_were_not_working_properly_in_Ab.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-997" link="https://issues.apache.org/jira/browse/LOG4J2-997"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6.2/.release.xml b/src/changelog/2.6.2/.release.xml
index 67c69ad..06df877 100644
--- a/src/changelog/2.6.2/.release.xml
+++ b/src/changelog/2.6.2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2016-07-05"
          version="2.6.2"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1250_CronTriggeringPolicy_was_not_properly_setting_the_prevFileTi.xml b/src/changelog/2.6.2/LOG4J2-1250_CronTriggeringPolicy_was_not_properly_setting_the_prevFileTi.xml
index dcb1485..fa6bd3b 100644
--- a/src/changelog/2.6.2/LOG4J2-1250_CronTriggeringPolicy_was_not_properly_setting_the_prevFileTi.xml
+++ b/src/changelog/2.6.2/LOG4J2-1250_CronTriggeringPolicy_was_not_properly_setting_the_prevFileTi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1250" link="https://issues.apache.org/jira/browse/LOG4J2-1250"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1395_Add_direct_option_to_ConsoleAppender_for_increased_perform.xml b/src/changelog/2.6.2/LOG4J2-1395_Add_direct_option_to_ConsoleAppender_for_increased_perform.xml
index 4a933ba..d21eca6 100644
--- a/src/changelog/2.6.2/LOG4J2-1395_Add_direct_option_to_ConsoleAppender_for_increased_perform.xml
+++ b/src/changelog/2.6.2/LOG4J2-1395_Add_direct_option_to_ConsoleAppender_for_increased_perform.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1395" link="https://issues.apache.org/jira/browse/LOG4J2-1395"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1412_Unbox_utility_s_ringbuffer_of_StringBuilders_is_now_configur.xml b/src/changelog/2.6.2/LOG4J2-1412_Unbox_utility_s_ringbuffer_of_StringBuilders_is_now_configur.xml
index 23daf5c..f4fb820 100644
--- a/src/changelog/2.6.2/LOG4J2-1412_Unbox_utility_s_ringbuffer_of_StringBuilders_is_now_configur.xml
+++ b/src/changelog/2.6.2/LOG4J2-1412_Unbox_utility_s_ringbuffer_of_StringBuilders_is_now_configur.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1412" link="https://issues.apache.org/jira/browse/LOG4J2-1412"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1414_Fixed_minor_issues_with_the_2_6_1_website.xml b/src/changelog/2.6.2/LOG4J2-1414_Fixed_minor_issues_with_the_2_6_1_website.xml
index 64ebce3..791e3e8 100644
--- a/src/changelog/2.6.2/LOG4J2-1414_Fixed_minor_issues_with_the_2_6_1_website.xml
+++ b/src/changelog/2.6.2/LOG4J2-1414_Fixed_minor_issues_with_the_2_6_1_website.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1414" link="https://issues.apache.org/jira/browse/LOG4J2-1414"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1415__GC_ParameterFormatter_now_avoids_calling_toString_on_aut.xml b/src/changelog/2.6.2/LOG4J2-1415__GC_ParameterFormatter_now_avoids_calling_toString_on_aut.xml
index e382281..122c8ff 100644
--- a/src/changelog/2.6.2/LOG4J2-1415__GC_ParameterFormatter_now_avoids_calling_toString_on_aut.xml
+++ b/src/changelog/2.6.2/LOG4J2-1415__GC_ParameterFormatter_now_avoids_calling_toString_on_aut.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1415" link="https://issues.apache.org/jira/browse/LOG4J2-1415"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1417_Fixed_issue_where_Unbox_utility_ignored_the_value_Constants.xml b/src/changelog/2.6.2/LOG4J2-1417_Fixed_issue_where_Unbox_utility_ignored_the_value_Constants.xml
index 740e28c..af88cbf 100644
--- a/src/changelog/2.6.2/LOG4J2-1417_Fixed_issue_where_Unbox_utility_ignored_the_value_Constants.xml
+++ b/src/changelog/2.6.2/LOG4J2-1417_Fixed_issue_where_Unbox_utility_ignored_the_value_Constants.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1417" link="https://issues.apache.org/jira/browse/LOG4J2-1417"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1418_Provide_MessageFactory2_to_custom_Logger_implementations.xml b/src/changelog/2.6.2/LOG4J2-1418_Provide_MessageFactory2_to_custom_Logger_implementations.xml
index 3545c2f..9ee683e 100644
--- a/src/changelog/2.6.2/LOG4J2-1418_Provide_MessageFactory2_to_custom_Logger_implementations.xml
+++ b/src/changelog/2.6.2/LOG4J2-1418_Provide_MessageFactory2_to_custom_Logger_implementations.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1418" link="https://issues.apache.org/jira/browse/LOG4J2-1418"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1420_RollingRandomAccessFileManager_was_not_properly_rolling_over.xml b/src/changelog/2.6.2/LOG4J2-1420_RollingRandomAccessFileManager_was_not_properly_rolling_over.xml
index e1df848..8b31b90 100644
--- a/src/changelog/2.6.2/LOG4J2-1420_RollingRandomAccessFileManager_was_not_properly_rolling_over.xml
+++ b/src/changelog/2.6.2/LOG4J2-1420_RollingRandomAccessFileManager_was_not_properly_rolling_over.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1420" link="https://issues.apache.org/jira/browse/LOG4J2-1420"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1422_Fixed_issue_where_AsyncAppenderQueueFullPolicyTest_sometimes.xml b/src/changelog/2.6.2/LOG4J2-1422_Fixed_issue_where_AsyncAppenderQueueFullPolicyTest_sometimes.xml
index 3962214..e78acd6 100644
--- a/src/changelog/2.6.2/LOG4J2-1422_Fixed_issue_where_AsyncAppenderQueueFullPolicyTest_sometimes.xml
+++ b/src/changelog/2.6.2/LOG4J2-1422_Fixed_issue_where_AsyncAppenderQueueFullPolicyTest_sometimes.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1422" link="https://issues.apache.org/jira/browse/LOG4J2-1422"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1432_Update_Jackson_from_2_7_4_to_2_7_5.xml b/src/changelog/2.6.2/LOG4J2-1432_Update_Jackson_from_2_7_4_to_2_7_5.xml
index d84b95e..ae8adff 100644
--- a/src/changelog/2.6.2/LOG4J2-1432_Update_Jackson_from_2_7_4_to_2_7_5.xml
+++ b/src/changelog/2.6.2/LOG4J2-1432_Update_Jackson_from_2_7_4_to_2_7_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1432" link="https://issues.apache.org/jira/browse/LOG4J2-1432"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1433_Update_Jansi_from_1_11_to_1_13.xml b/src/changelog/2.6.2/LOG4J2-1433_Update_Jansi_from_1_11_to_1_13.xml
index 23cc088..bf7b4b8 100644
--- a/src/changelog/2.6.2/LOG4J2-1433_Update_Jansi_from_1_11_to_1_13.xml
+++ b/src/changelog/2.6.2/LOG4J2-1433_Update_Jansi_from_1_11_to_1_13.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1433" link="https://issues.apache.org/jira/browse/LOG4J2-1433"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1434_Ensure_that_the_thread_local_StringBuilders_used_by_Layouts.xml b/src/changelog/2.6.2/LOG4J2-1434_Ensure_that_the_thread_local_StringBuilders_used_by_Layouts.xml
index 3bd7b43..19adbb3 100644
--- a/src/changelog/2.6.2/LOG4J2-1434_Ensure_that_the_thread_local_StringBuilders_used_by_Layouts.xml
+++ b/src/changelog/2.6.2/LOG4J2-1434_Ensure_that_the_thread_local_StringBuilders_used_by_Layouts.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1434" link="https://issues.apache.org/jira/browse/LOG4J2-1434"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1437__GC_ObjectMessage_and_ReusableObjectMessage_now_avoid_calli.xml b/src/changelog/2.6.2/LOG4J2-1437__GC_ObjectMessage_and_ReusableObjectMessage_now_avoid_calli.xml
index 03f8653..471a1e7 100644
--- a/src/changelog/2.6.2/LOG4J2-1437__GC_ObjectMessage_and_ReusableObjectMessage_now_avoid_calli.xml
+++ b/src/changelog/2.6.2/LOG4J2-1437__GC_ObjectMessage_and_ReusableObjectMessage_now_avoid_calli.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1437" link="https://issues.apache.org/jira/browse/LOG4J2-1437"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1440_Fix_bug_in_OnStartupTriggeringPolicy_that_allowed_it_to_roll.xml b/src/changelog/2.6.2/LOG4J2-1440_Fix_bug_in_OnStartupTriggeringPolicy_that_allowed_it_to_roll.xml
index fde82e0..428f218 100644
--- a/src/changelog/2.6.2/LOG4J2-1440_Fix_bug_in_OnStartupTriggeringPolicy_that_allowed_it_to_roll.xml
+++ b/src/changelog/2.6.2/LOG4J2-1440_Fix_bug_in_OnStartupTriggeringPolicy_that_allowed_it_to_roll.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1440" link="https://issues.apache.org/jira/browse/LOG4J2-1440"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1444_Update_Apache_Commons_Compress_from_1_11_to_1_12.xml b/src/changelog/2.6.2/LOG4J2-1444_Update_Apache_Commons_Compress_from_1_11_to_1_12.xml
index 44783af..fbf35b9 100644
--- a/src/changelog/2.6.2/LOG4J2-1444_Update_Apache_Commons_Compress_from_1_11_to_1_12.xml
+++ b/src/changelog/2.6.2/LOG4J2-1444_Update_Apache_Commons_Compress_from_1_11_to_1_12.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1444" link="https://issues.apache.org/jira/browse/LOG4J2-1444"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1445_OnStartupTriggeringPolicyTest_fails_on_Windows_saying_the_fi.xml b/src/changelog/2.6.2/LOG4J2-1445_OnStartupTriggeringPolicyTest_fails_on_Windows_saying_the_fi.xml
index 83bbc28..d418830 100644
--- a/src/changelog/2.6.2/LOG4J2-1445_OnStartupTriggeringPolicyTest_fails_on_Windows_saying_the_fi.xml
+++ b/src/changelog/2.6.2/LOG4J2-1445_OnStartupTriggeringPolicyTest_fails_on_Windows_saying_the_fi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1445" link="https://issues.apache.org/jira/browse/LOG4J2-1445"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6.2/LOG4J2-1452_Fixed_issue_where_reusable_messages_broke_flow_tracing_logic.xml b/src/changelog/2.6.2/LOG4J2-1452_Fixed_issue_where_reusable_messages_broke_flow_tracing_logic.xml
index 45f1acc..85e03e2 100644
--- a/src/changelog/2.6.2/LOG4J2-1452_Fixed_issue_where_reusable_messages_broke_flow_tracing_logic.xml
+++ b/src/changelog/2.6.2/LOG4J2-1452_Fixed_issue_where_reusable_messages_broke_flow_tracing_logic.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1452" link="https://issues.apache.org/jira/browse/LOG4J2-1452"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6.2/LOG4J2-904_If_copy_and_delete_fails_in_rename_action_then_resort_to_tru.xml b/src/changelog/2.6.2/LOG4J2-904_If_copy_and_delete_fails_in_rename_action_then_resort_to_tru.xml
index d7c40a3..318e5f3 100644
--- a/src/changelog/2.6.2/LOG4J2-904_If_copy_and_delete_fails_in_rename_action_then_resort_to_tru.xml
+++ b/src/changelog/2.6.2/LOG4J2-904_If_copy_and_delete_fails_in_rename_action_then_resort_to_tru.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-904" link="https://issues.apache.org/jira/browse/LOG4J2-904"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/.release.xml b/src/changelog/2.6/.release.xml
index dd157f0..23e62ce 100644
--- a/src/changelog/2.6/.release.xml
+++ b/src/changelog/2.6/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2016-05-25"
          version="2.6"/>
diff --git a/src/changelog/2.6/LOG4J2-1011_Document_dependencies_for_layouts.xml b/src/changelog/2.6/LOG4J2-1011_Document_dependencies_for_layouts.xml
index 19e6026..e49c92c 100644
--- a/src/changelog/2.6/LOG4J2-1011_Document_dependencies_for_layouts.xml
+++ b/src/changelog/2.6/LOG4J2-1011_Document_dependencies_for_layouts.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1011" link="https://issues.apache.org/jira/browse/LOG4J2-1011"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.6/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml b/src/changelog/2.6/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml
index 9bf3968..42dc977 100644
--- a/src/changelog/2.6/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml
+++ b/src/changelog/2.6/LOG4J2-1050_Add_a_Log4jLookup_class_to_help_write_log_files_relative_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1050" link="https://issues.apache.org/jira/browse/LOG4J2-1050"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1080_Added_option_to_discard_events_below_a_certain_log_level_if.xml b/src/changelog/2.6/LOG4J2-1080_Added_option_to_discard_events_below_a_certain_log_level_if.xml
index 5c9269f..ab2719e 100644
--- a/src/changelog/2.6/LOG4J2-1080_Added_option_to_discard_events_below_a_certain_log_level_if.xml
+++ b/src/changelog/2.6/LOG4J2-1080_Added_option_to_discard_events_below_a_certain_log_level_if.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1080" link="https://issues.apache.org/jira/browse/LOG4J2-1080"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1133_Add_JNDI_lookup_documentation.xml b/src/changelog/2.6/LOG4J2-1133_Add_JNDI_lookup_documentation.xml
index 5c1fd8f..bd4b509 100644
--- a/src/changelog/2.6/LOG4J2-1133_Add_JNDI_lookup_documentation.xml
+++ b/src/changelog/2.6/LOG4J2-1133_Add_JNDI_lookup_documentation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1133" link="https://issues.apache.org/jira/browse/LOG4J2-1133"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1169_PatternLayout_Possible_variable_substitution_in_equals_subs.xml b/src/changelog/2.6/LOG4J2-1169_PatternLayout_Possible_variable_substitution_in_equals_subs.xml
index 478c6e5..70e67db 100644
--- a/src/changelog/2.6/LOG4J2-1169_PatternLayout_Possible_variable_substitution_in_equals_subs.xml
+++ b/src/changelog/2.6/LOG4J2-1169_PatternLayout_Possible_variable_substitution_in_equals_subs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1169" link="https://issues.apache.org/jira/browse/LOG4J2-1169"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1179_Documented_benchmark_results_comparing_Log4j_2_performance_t.xml b/src/changelog/2.6/LOG4J2-1179_Documented_benchmark_results_comparing_Log4j_2_performance_t.xml
index 83e7487..b13c908 100644
--- a/src/changelog/2.6/LOG4J2-1179_Documented_benchmark_results_comparing_Log4j_2_performance_t.xml
+++ b/src/changelog/2.6/LOG4J2-1179_Documented_benchmark_results_comparing_Log4j_2_performance_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1179" link="https://issues.apache.org/jira/browse/LOG4J2-1179"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1192_Dynamic_Subject_for_SMTP_Appender.xml b/src/changelog/2.6/LOG4J2-1192_Dynamic_Subject_for_SMTP_Appender.xml
index 73b6c6d..77a1ea1 100644
--- a/src/changelog/2.6/LOG4J2-1192_Dynamic_Subject_for_SMTP_Appender.xml
+++ b/src/changelog/2.6/LOG4J2-1192_Dynamic_Subject_for_SMTP_Appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1192" link="https://issues.apache.org/jira/browse/LOG4J2-1192"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1206_org_apache_logging_log4j_core_LoggerContext_updateLoggers_sh.xml b/src/changelog/2.6/LOG4J2-1206_org_apache_logging_log4j_core_LoggerContext_updateLoggers_sh.xml
index 4132c9e..33a5599 100644
--- a/src/changelog/2.6/LOG4J2-1206_org_apache_logging_log4j_core_LoggerContext_updateLoggers_sh.xml
+++ b/src/changelog/2.6/LOG4J2-1206_org_apache_logging_log4j_core_LoggerContext_updateLoggers_sh.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1206" link="https://issues.apache.org/jira/browse/LOG4J2-1206"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1212_Fix_documentation_to_specify_the_correct_default_wait_strate.xml b/src/changelog/2.6/LOG4J2-1212_Fix_documentation_to_specify_the_correct_default_wait_strate.xml
index 7aca927..1f1efca 100644
--- a/src/changelog/2.6/LOG4J2-1212_Fix_documentation_to_specify_the_correct_default_wait_strate.xml
+++ b/src/changelog/2.6/LOG4J2-1212_Fix_documentation_to_specify_the_correct_default_wait_strate.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1212" link="https://issues.apache.org/jira/browse/LOG4J2-1212"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1215_Documentation_XSD_inconsistencies.xml b/src/changelog/2.6/LOG4J2-1215_Documentation_XSD_inconsistencies.xml
index 50f8954..12a6ba4 100644
--- a/src/changelog/2.6/LOG4J2-1215_Documentation_XSD_inconsistencies.xml
+++ b/src/changelog/2.6/LOG4J2-1215_Documentation_XSD_inconsistencies.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1215" link="https://issues.apache.org/jira/browse/LOG4J2-1215"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1217_PatternLayout_option_to_limit_length_of_text.xml b/src/changelog/2.6/LOG4J2-1217_PatternLayout_option_to_limit_length_of_text.xml
index 62903ac..3bea148 100644
--- a/src/changelog/2.6/LOG4J2-1217_PatternLayout_option_to_limit_length_of_text.xml
+++ b/src/changelog/2.6/LOG4J2-1217_PatternLayout_option_to_limit_length_of_text.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1217" link="https://issues.apache.org/jira/browse/LOG4J2-1217"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1219_Update_SLF4J_from_1_7_12_to_1_7_13.xml b/src/changelog/2.6/LOG4J2-1219_Update_SLF4J_from_1_7_12_to_1_7_13.xml
index c5af323..5665962 100644
--- a/src/changelog/2.6/LOG4J2-1219_Update_SLF4J_from_1_7_12_to_1_7_13.xml
+++ b/src/changelog/2.6/LOG4J2-1219_Update_SLF4J_from_1_7_12_to_1_7_13.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1219" link="https://issues.apache.org/jira/browse/LOG4J2-1219"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1221_Added_async_logger_Timeout_wait_strategy_and_made_this_the_d.xml b/src/changelog/2.6/LOG4J2-1221_Added_async_logger_Timeout_wait_strategy_and_made_this_the_d.xml
index 57e20d5..3bc01bf 100644
--- a/src/changelog/2.6/LOG4J2-1221_Added_async_logger_Timeout_wait_strategy_and_made_this_the_d.xml
+++ b/src/changelog/2.6/LOG4J2-1221_Added_async_logger_Timeout_wait_strategy_and_made_this_the_d.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1221" link="https://issues.apache.org/jira/browse/LOG4J2-1221"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1222_Creation_of_a_LoggerContext_will_fail_if_shutdown_is_in_prog.xml b/src/changelog/2.6/LOG4J2-1222_Creation_of_a_LoggerContext_will_fail_if_shutdown_is_in_prog.xml
index c5e40cb..0bd237f 100644
--- a/src/changelog/2.6/LOG4J2-1222_Creation_of_a_LoggerContext_will_fail_if_shutdown_is_in_prog.xml
+++ b/src/changelog/2.6/LOG4J2-1222_Creation_of_a_LoggerContext_will_fail_if_shutdown_is_in_prog.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1222" link="https://issues.apache.org/jira/browse/LOG4J2-1222"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/LOG4J2-1227_NullPointerException_in_MapLookup_lookup_if_the_event_is_nul.xml b/src/changelog/2.6/LOG4J2-1227_NullPointerException_in_MapLookup_lookup_if_the_event_is_nul.xml
index 54e6706..e4a49e1 100644
--- a/src/changelog/2.6/LOG4J2-1227_NullPointerException_in_MapLookup_lookup_if_the_event_is_nul.xml
+++ b/src/changelog/2.6/LOG4J2-1227_NullPointerException_in_MapLookup_lookup_if_the_event_is_nul.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1227" link="https://issues.apache.org/jira/browse/LOG4J2-1227"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1230_Don_t_concatenate_SYSLOG_Messages.xml b/src/changelog/2.6/LOG4J2-1230_Don_t_concatenate_SYSLOG_Messages.xml
index d5625a9..250014d 100644
--- a/src/changelog/2.6/LOG4J2-1230_Don_t_concatenate_SYSLOG_Messages.xml
+++ b/src/changelog/2.6/LOG4J2-1230_Don_t_concatenate_SYSLOG_Messages.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1230" link="https://issues.apache.org/jira/browse/LOG4J2-1230"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1232_Incorrect_log_rotation_in_last_week_of_year.xml b/src/changelog/2.6/LOG4J2-1232_Incorrect_log_rotation_in_last_week_of_year.xml
index 6a98c5a..67ff6c9 100644
--- a/src/changelog/2.6/LOG4J2-1232_Incorrect_log_rotation_in_last_week_of_year.xml
+++ b/src/changelog/2.6/LOG4J2-1232_Incorrect_log_rotation_in_last_week_of_year.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1232" link="https://issues.apache.org/jira/browse/LOG4J2-1232"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1233_Misleading_Value_In_Properties_Example.xml b/src/changelog/2.6/LOG4J2-1233_Misleading_Value_In_Properties_Example.xml
index f65dd5b..594e457 100644
--- a/src/changelog/2.6/LOG4J2-1233_Misleading_Value_In_Properties_Example.xml
+++ b/src/changelog/2.6/LOG4J2-1233_Misleading_Value_In_Properties_Example.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1233" link="https://issues.apache.org/jira/browse/LOG4J2-1233"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1237_Make_PatternLayout_header_and_footer_accept_a_pattern.xml b/src/changelog/2.6/LOG4J2-1237_Make_PatternLayout_header_and_footer_accept_a_pattern.xml
index fad1bc1..4d8d0bb 100644
--- a/src/changelog/2.6/LOG4J2-1237_Make_PatternLayout_header_and_footer_accept_a_pattern.xml
+++ b/src/changelog/2.6/LOG4J2-1237_Make_PatternLayout_header_and_footer_accept_a_pattern.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1237" link="https://issues.apache.org/jira/browse/LOG4J2-1237"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1238_org_apache_logging_log4j_core_net_TcpSocketManager_and_other.xml b/src/changelog/2.6/LOG4J2-1238_org_apache_logging_log4j_core_net_TcpSocketManager_and_other.xml
index 26823bf..b6fe324 100644
--- a/src/changelog/2.6/LOG4J2-1238_org_apache_logging_log4j_core_net_TcpSocketManager_and_other.xml
+++ b/src/changelog/2.6/LOG4J2-1238_org_apache_logging_log4j_core_net_TcpSocketManager_and_other.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1238" link="https://issues.apache.org/jira/browse/LOG4J2-1238"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1239_Update_Jackson_from_2_6_3_to_2_6_4.xml b/src/changelog/2.6/LOG4J2-1239_Update_Jackson_from_2_6_3_to_2_6_4.xml
index 1d0f494..6c92b54 100644
--- a/src/changelog/2.6/LOG4J2-1239_Update_Jackson_from_2_6_3_to_2_6_4.xml
+++ b/src/changelog/2.6/LOG4J2-1239_Update_Jackson_from_2_6_3_to_2_6_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1239" link="https://issues.apache.org/jira/browse/LOG4J2-1239"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1240_Update_Liquibase_from_3_3_5_to_3_4_2.xml b/src/changelog/2.6/LOG4J2-1240_Update_Liquibase_from_3_3_5_to_3_4_2.xml
index 16d79e7..d26a071 100644
--- a/src/changelog/2.6/LOG4J2-1240_Update_Liquibase_from_3_3_5_to_3_4_2.xml
+++ b/src/changelog/2.6/LOG4J2-1240_Update_Liquibase_from_3_3_5_to_3_4_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1240" link="https://issues.apache.org/jira/browse/LOG4J2-1240"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1244_Make_header_and_footer_values_customizable_in_JSONLayout.xml b/src/changelog/2.6/LOG4J2-1244_Make_header_and_footer_values_customizable_in_JSONLayout.xml
index 5dd16ec..2fbf131 100644
--- a/src/changelog/2.6/LOG4J2-1244_Make_header_and_footer_values_customizable_in_JSONLayout.xml
+++ b/src/changelog/2.6/LOG4J2-1244_Make_header_and_footer_values_customizable_in_JSONLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1244" link="https://issues.apache.org/jira/browse/LOG4J2-1244"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1245_Make_CSV_Layout_header_and_footers_accept_patterns.xml b/src/changelog/2.6/LOG4J2-1245_Make_CSV_Layout_header_and_footers_accept_patterns.xml
index 9e33420..44ce1d7 100644
--- a/src/changelog/2.6/LOG4J2-1245_Make_CSV_Layout_header_and_footers_accept_patterns.xml
+++ b/src/changelog/2.6/LOG4J2-1245_Make_CSV_Layout_header_and_footers_accept_patterns.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1245" link="https://issues.apache.org/jira/browse/LOG4J2-1245"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1248_Fixed_broken_nanotime_in_pattern_layout.xml b/src/changelog/2.6/LOG4J2-1248_Fixed_broken_nanotime_in_pattern_layout.xml
index d38d355..0eefa16 100644
--- a/src/changelog/2.6/LOG4J2-1248_Fixed_broken_nanotime_in_pattern_layout.xml
+++ b/src/changelog/2.6/LOG4J2-1248_Fixed_broken_nanotime_in_pattern_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1248" link="https://issues.apache.org/jira/browse/LOG4J2-1248"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1249_Update_Jackson_from_2_6_4_to_2_7_0.xml b/src/changelog/2.6/LOG4J2-1249_Update_Jackson_from_2_6_4_to_2_7_0.xml
index dd5bdd8..2cca0cd 100644
--- a/src/changelog/2.6/LOG4J2-1249_Update_Jackson_from_2_6_4_to_2_7_0.xml
+++ b/src/changelog/2.6/LOG4J2-1249_Update_Jackson_from_2_6_4_to_2_7_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1249" link="https://issues.apache.org/jira/browse/LOG4J2-1249"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-124_Add_shutdown_methods_to_LogManager.xml b/src/changelog/2.6/LOG4J2-124_Add_shutdown_methods_to_LogManager.xml
index f89656c..b808717 100644
--- a/src/changelog/2.6/LOG4J2-124_Add_shutdown_methods_to_LogManager.xml
+++ b/src/changelog/2.6/LOG4J2-124_Add_shutdown_methods_to_LogManager.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-124" link="https://issues.apache.org/jira/browse/LOG4J2-124"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/LOG4J2-1251_Fix_JUL_bridge_issue_where_LogRecord_getParameters_is_used.xml b/src/changelog/2.6/LOG4J2-1251_Fix_JUL_bridge_issue_where_LogRecord_getParameters_is_used.xml
index 0d8c82a..ec1a527 100644
--- a/src/changelog/2.6/LOG4J2-1251_Fix_JUL_bridge_issue_where_LogRecord_getParameters_is_used.xml
+++ b/src/changelog/2.6/LOG4J2-1251_Fix_JUL_bridge_issue_where_LogRecord_getParameters_is_used.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1251" link="https://issues.apache.org/jira/browse/LOG4J2-1251"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1252_JeroMqAppender_should_support_layouts.xml b/src/changelog/2.6/LOG4J2-1252_JeroMqAppender_should_support_layouts.xml
index d2dde14..4297e84 100644
--- a/src/changelog/2.6/LOG4J2-1252_JeroMqAppender_should_support_layouts.xml
+++ b/src/changelog/2.6/LOG4J2-1252_JeroMqAppender_should_support_layouts.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1252" link="https://issues.apache.org/jira/browse/LOG4J2-1252"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1253_Update_LMAX_Disruptor_from_3_3_2_to_3_3_4.xml b/src/changelog/2.6/LOG4J2-1253_Update_LMAX_Disruptor_from_3_3_2_to_3_3_4.xml
index da40439..c9471e2 100644
--- a/src/changelog/2.6/LOG4J2-1253_Update_LMAX_Disruptor_from_3_3_2_to_3_3_4.xml
+++ b/src/changelog/2.6/LOG4J2-1253_Update_LMAX_Disruptor_from_3_3_2_to_3_3_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1253" link="https://issues.apache.org/jira/browse/LOG4J2-1253"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1254_Fix_typo_in_Flow_Tracing_documentation.xml b/src/changelog/2.6/LOG4J2-1254_Fix_typo_in_Flow_Tracing_documentation.xml
index 1f0fd75..38a7cde 100644
--- a/src/changelog/2.6/LOG4J2-1254_Fix_typo_in_Flow_Tracing_documentation.xml
+++ b/src/changelog/2.6/LOG4J2-1254_Fix_typo_in_Flow_Tracing_documentation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1254" link="https://issues.apache.org/jira/browse/LOG4J2-1254"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1255_Add_enhanced_entry_and_exit_methods.xml b/src/changelog/2.6/LOG4J2-1255_Add_enhanced_entry_and_exit_methods.xml
index fff322f..3f08874 100644
--- a/src/changelog/2.6/LOG4J2-1255_Add_enhanced_entry_and_exit_methods.xml
+++ b/src/changelog/2.6/LOG4J2-1255_Add_enhanced_entry_and_exit_methods.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1255" link="https://issues.apache.org/jira/browse/LOG4J2-1255"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/LOG4J2-1258_Async_DynamicThresholdFilter_does_not_use_the_log_event_s_co.xml b/src/changelog/2.6/LOG4J2-1258_Async_DynamicThresholdFilter_does_not_use_the_log_event_s_co.xml
index ef17c6c..100e41a 100644
--- a/src/changelog/2.6/LOG4J2-1258_Async_DynamicThresholdFilter_does_not_use_the_log_event_s_co.xml
+++ b/src/changelog/2.6/LOG4J2-1258_Async_DynamicThresholdFilter_does_not_use_the_log_event_s_co.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1258" link="https://issues.apache.org/jira/browse/LOG4J2-1258"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1260_TlsSyslogFrame_calculates_message_length_incorrectly.xml b/src/changelog/2.6/LOG4J2-1260_TlsSyslogFrame_calculates_message_length_incorrectly.xml
index 1ace399..6a4e6a5 100644
--- a/src/changelog/2.6/LOG4J2-1260_TlsSyslogFrame_calculates_message_length_incorrectly.xml
+++ b/src/changelog/2.6/LOG4J2-1260_TlsSyslogFrame_calculates_message_length_incorrectly.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1260" link="https://issues.apache.org/jira/browse/LOG4J2-1260"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1262_Stop_throwing_unnecessary_exception_in_Log4jServletContextLi.xml b/src/changelog/2.6/LOG4J2-1262_Stop_throwing_unnecessary_exception_in_Log4jServletContextLi.xml
index 27c475e..dfec2c7 100644
--- a/src/changelog/2.6/LOG4J2-1262_Stop_throwing_unnecessary_exception_in_Log4jServletContextLi.xml
+++ b/src/changelog/2.6/LOG4J2-1262_Stop_throwing_unnecessary_exception_in_Log4jServletContextLi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1262" link="https://issues.apache.org/jira/browse/LOG4J2-1262"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1263_The_ConfigurationSource_was_not_saved_for_BuiltConfiguration.xml b/src/changelog/2.6/LOG4J2-1263_The_ConfigurationSource_was_not_saved_for_BuiltConfiguration.xml
index 165a2d7..9c8e221 100644
--- a/src/changelog/2.6/LOG4J2-1263_The_ConfigurationSource_was_not_saved_for_BuiltConfiguration.xml
+++ b/src/changelog/2.6/LOG4J2-1263_The_ConfigurationSource_was_not_saved_for_BuiltConfiguration.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1263" link="https://issues.apache.org/jira/browse/LOG4J2-1263"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/LOG4J2-1268_FixedDateFormat_was_incorrect_for_formats_having_MMM_with_th.xml b/src/changelog/2.6/LOG4J2-1268_FixedDateFormat_was_incorrect_for_formats_having_MMM_with_th.xml
index 4df0615..74865ff 100644
--- a/src/changelog/2.6/LOG4J2-1268_FixedDateFormat_was_incorrect_for_formats_having_MMM_with_th.xml
+++ b/src/changelog/2.6/LOG4J2-1268_FixedDateFormat_was_incorrect_for_formats_having_MMM_with_th.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1268" link="https://issues.apache.org/jira/browse/LOG4J2-1268"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1269__GC_AsyncLogger_should_use_thread_local_translator_by_defau.xml b/src/changelog/2.6/LOG4J2-1269__GC_AsyncLogger_should_use_thread_local_translator_by_defau.xml
index a7488db..400cfe7 100644
--- a/src/changelog/2.6/LOG4J2-1269__GC_AsyncLogger_should_use_thread_local_translator_by_defau.xml
+++ b/src/changelog/2.6/LOG4J2-1269__GC_AsyncLogger_should_use_thread_local_translator_by_defau.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1269" link="https://issues.apache.org/jira/browse/LOG4J2-1269"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1270__GC_Added_support_for_garbage_free_logging_in_steady_state.xml b/src/changelog/2.6/LOG4J2-1270__GC_Added_support_for_garbage_free_logging_in_steady_state.xml
index bf0bb4a..db6a447 100644
--- a/src/changelog/2.6/LOG4J2-1270__GC_Added_support_for_garbage_free_logging_in_steady_state.xml
+++ b/src/changelog/2.6/LOG4J2-1270__GC_Added_support_for_garbage_free_logging_in_steady_state.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1270" link="https://issues.apache.org/jira/browse/LOG4J2-1270"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1271__GC_Add_MessageFactory_that_avoid_allocation_by_reusing_a_c.xml b/src/changelog/2.6/LOG4J2-1271__GC_Add_MessageFactory_that_avoid_allocation_by_reusing_a_c.xml
index 9beae96..9e3a82d 100644
--- a/src/changelog/2.6/LOG4J2-1271__GC_Add_MessageFactory_that_avoid_allocation_by_reusing_a_c.xml
+++ b/src/changelog/2.6/LOG4J2-1271__GC_Add_MessageFactory_that_avoid_allocation_by_reusing_a_c.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1271" link="https://issues.apache.org/jira/browse/LOG4J2-1271"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1271__GC_ParameterizedMessage_optimizations_to_avoid_or_at_least.xml b/src/changelog/2.6/LOG4J2-1271__GC_ParameterizedMessage_optimizations_to_avoid_or_at_least.xml
index 5554825..5efe9a3 100644
--- a/src/changelog/2.6/LOG4J2-1271__GC_ParameterizedMessage_optimizations_to_avoid_or_at_least.xml
+++ b/src/changelog/2.6/LOG4J2-1271__GC_ParameterizedMessage_optimizations_to_avoid_or_at_least.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1271" link="https://issues.apache.org/jira/browse/LOG4J2-1271"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1272__GC_Improve_LoggerConfig_s_data_structure_for_AppenderContr.xml b/src/changelog/2.6/LOG4J2-1272__GC_Improve_LoggerConfig_s_data_structure_for_AppenderContr.xml
index a73b891..770117e 100644
--- a/src/changelog/2.6/LOG4J2-1272__GC_Improve_LoggerConfig_s_data_structure_for_AppenderContr.xml
+++ b/src/changelog/2.6/LOG4J2-1272__GC_Improve_LoggerConfig_s_data_structure_for_AppenderContr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1272" link="https://issues.apache.org/jira/browse/LOG4J2-1272"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1274__GC_Add_encode_LogEvent_ByteBufferDestination_method_to_L.xml b/src/changelog/2.6/LOG4J2-1274__GC_Add_encode_LogEvent_ByteBufferDestination_method_to_L.xml
index 8b8ccd1..c42b604 100644
--- a/src/changelog/2.6/LOG4J2-1274__GC_Add_encode_LogEvent_ByteBufferDestination_method_to_L.xml
+++ b/src/changelog/2.6/LOG4J2-1274__GC_Add_encode_LogEvent_ByteBufferDestination_method_to_L.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1274" link="https://issues.apache.org/jira/browse/LOG4J2-1274"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1275_Fix_RollingAppenderNoUnconditionalDeleteTest_repeat_test_run.xml b/src/changelog/2.6/LOG4J2-1275_Fix_RollingAppenderNoUnconditionalDeleteTest_repeat_test_run.xml
index 9327d5f..024550d 100644
--- a/src/changelog/2.6/LOG4J2-1275_Fix_RollingAppenderNoUnconditionalDeleteTest_repeat_test_run.xml
+++ b/src/changelog/2.6/LOG4J2-1275_Fix_RollingAppenderNoUnconditionalDeleteTest_repeat_test_run.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1275" link="https://issues.apache.org/jira/browse/LOG4J2-1275"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1276_LoggerMessageSupplierTest_and_LoggerSupplierTest_are_Locale.xml b/src/changelog/2.6/LOG4J2-1276_LoggerMessageSupplierTest_and_LoggerSupplierTest_are_Locale.xml
index 67d2d39..5e99e63 100644
--- a/src/changelog/2.6/LOG4J2-1276_LoggerMessageSupplierTest_and_LoggerSupplierTest_are_Locale.xml
+++ b/src/changelog/2.6/LOG4J2-1276_LoggerMessageSupplierTest_and_LoggerSupplierTest_are_Locale.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1276" link="https://issues.apache.org/jira/browse/LOG4J2-1276"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1277_FormattedMessage_MessageFormatMessage_and_StringFormattedMe.xml b/src/changelog/2.6/LOG4J2-1277_FormattedMessage_MessageFormatMessage_and_StringFormattedMe.xml
index 01874db..a915585 100644
--- a/src/changelog/2.6/LOG4J2-1277_FormattedMessage_MessageFormatMessage_and_StringFormattedMe.xml
+++ b/src/changelog/2.6/LOG4J2-1277_FormattedMessage_MessageFormatMessage_and_StringFormattedMe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1277" link="https://issues.apache.org/jira/browse/LOG4J2-1277"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1278__GC_Added_unrolled_varargs_methods_to_Logger_API_added_Unb.xml b/src/changelog/2.6/LOG4J2-1278__GC_Added_unrolled_varargs_methods_to_Logger_API_added_Unb.xml
index f15f263..d675056 100644
--- a/src/changelog/2.6/LOG4J2-1278__GC_Added_unrolled_varargs_methods_to_Logger_API_added_Unb.xml
+++ b/src/changelog/2.6/LOG4J2-1278__GC_Added_unrolled_varargs_methods_to_Logger_API_added_Unb.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1278" link="https://issues.apache.org/jira/browse/LOG4J2-1278"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1280_Deprecate_org_apache_logging_log4j_util_MessageSupplier.xml b/src/changelog/2.6/LOG4J2-1280_Deprecate_org_apache_logging_log4j_util_MessageSupplier.xml
index 93f15a2..e3c846d 100644
--- a/src/changelog/2.6/LOG4J2-1280_Deprecate_org_apache_logging_log4j_util_MessageSupplier.xml
+++ b/src/changelog/2.6/LOG4J2-1280_Deprecate_org_apache_logging_log4j_util_MessageSupplier.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1280" link="https://issues.apache.org/jira/browse/LOG4J2-1280"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1280_Logger_methods_taking_Supplier_parameters_now_correctly_hand.xml b/src/changelog/2.6/LOG4J2-1280_Logger_methods_taking_Supplier_parameters_now_correctly_hand.xml
index 845f601..1845b05 100644
--- a/src/changelog/2.6/LOG4J2-1280_Logger_methods_taking_Supplier_parameters_now_correctly_hand.xml
+++ b/src/changelog/2.6/LOG4J2-1280_Logger_methods_taking_Supplier_parameters_now_correctly_hand.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1280" link="https://issues.apache.org/jira/browse/LOG4J2-1280"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1281__GC_LoggerConfig_getProperties_should_not_allocate_on_eac.xml b/src/changelog/2.6/LOG4J2-1281__GC_LoggerConfig_getProperties_should_not_allocate_on_eac.xml
index e57b953..cd95149 100644
--- a/src/changelog/2.6/LOG4J2-1281__GC_LoggerConfig_getProperties_should_not_allocate_on_eac.xml
+++ b/src/changelog/2.6/LOG4J2-1281__GC_LoggerConfig_getProperties_should_not_allocate_on_eac.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1281" link="https://issues.apache.org/jira/browse/LOG4J2-1281"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1283__GC_Provide_ThreadLocal_based_gc_free_caching_mechanism_in.xml b/src/changelog/2.6/LOG4J2-1283__GC_Provide_ThreadLocal_based_gc_free_caching_mechanism_in.xml
index 8089cc0..35081e0 100644
--- a/src/changelog/2.6/LOG4J2-1283__GC_Provide_ThreadLocal_based_gc_free_caching_mechanism_in.xml
+++ b/src/changelog/2.6/LOG4J2-1283__GC_Provide_ThreadLocal_based_gc_free_caching_mechanism_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1283" link="https://issues.apache.org/jira/browse/LOG4J2-1283"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1284_Made_default_MessageFactory_configurable.xml b/src/changelog/2.6/LOG4J2-1284_Made_default_MessageFactory_configurable.xml
index f594806..4bcc809 100644
--- a/src/changelog/2.6/LOG4J2-1284_Made_default_MessageFactory_configurable.xml
+++ b/src/changelog/2.6/LOG4J2-1284_Made_default_MessageFactory_configurable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1284" link="https://issues.apache.org/jira/browse/LOG4J2-1284"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1289_Change_flow_logging_text_from_entry_to_Enter_and_exit.xml b/src/changelog/2.6/LOG4J2-1289_Change_flow_logging_text_from_entry_to_Enter_and_exit.xml
index c4afa3f..8cf13d7 100644
--- a/src/changelog/2.6/LOG4J2-1289_Change_flow_logging_text_from_entry_to_Enter_and_exit.xml
+++ b/src/changelog/2.6/LOG4J2-1289_Change_flow_logging_text_from_entry_to_Enter_and_exit.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1289" link="https://issues.apache.org/jira/browse/LOG4J2-1289"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1291__GC_Update_PatternLayout_to_utilize_gc_free_mechanism_for_L.xml b/src/changelog/2.6/LOG4J2-1291__GC_Update_PatternLayout_to_utilize_gc_free_mechanism_for_L.xml
index 9879547..3ab5007 100644
--- a/src/changelog/2.6/LOG4J2-1291__GC_Update_PatternLayout_to_utilize_gc_free_mechanism_for_L.xml
+++ b/src/changelog/2.6/LOG4J2-1291__GC_Update_PatternLayout_to_utilize_gc_free_mechanism_for_L.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1291" link="https://issues.apache.org/jira/browse/LOG4J2-1291"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1292__GC_Update_RandomAccessFileAppender_and_RollingRandomAccess.xml b/src/changelog/2.6/LOG4J2-1292__GC_Update_RandomAccessFileAppender_and_RollingRandomAccess.xml
index f4bd8a0..7d2b5dc 100644
--- a/src/changelog/2.6/LOG4J2-1292__GC_Update_RandomAccessFileAppender_and_RollingRandomAccess.xml
+++ b/src/changelog/2.6/LOG4J2-1292__GC_Update_RandomAccessFileAppender_and_RollingRandomAccess.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1292" link="https://issues.apache.org/jira/browse/LOG4J2-1292"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1293__GC_Add_interface_StringBuilderFormattable_to_enable_conver.xml b/src/changelog/2.6/LOG4J2-1293__GC_Add_interface_StringBuilderFormattable_to_enable_conver.xml
index d59b747..79a1fd9 100644
--- a/src/changelog/2.6/LOG4J2-1293__GC_Add_interface_StringBuilderFormattable_to_enable_conver.xml
+++ b/src/changelog/2.6/LOG4J2-1293__GC_Add_interface_StringBuilderFormattable_to_enable_conver.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1293" link="https://issues.apache.org/jira/browse/LOG4J2-1293"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1294_Update_Kafka_client_from_0_9_0_0_to_0_9_0_1.xml b/src/changelog/2.6/LOG4J2-1294_Update_Kafka_client_from_0_9_0_0_to_0_9_0_1.xml
index ef117f4..70dd5ce 100644
--- a/src/changelog/2.6/LOG4J2-1294_Update_Kafka_client_from_0_9_0_0_to_0_9_0_1.xml
+++ b/src/changelog/2.6/LOG4J2-1294_Update_Kafka_client_from_0_9_0_0_to_0_9_0_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1294" link="https://issues.apache.org/jira/browse/LOG4J2-1294"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1297__GC_Added_manual_page_on_garbage_free_logging.xml b/src/changelog/2.6/LOG4J2-1297__GC_Added_manual_page_on_garbage_free_logging.xml
index 9b9feef..9002255 100644
--- a/src/changelog/2.6/LOG4J2-1297__GC_Added_manual_page_on_garbage_free_logging.xml
+++ b/src/changelog/2.6/LOG4J2-1297__GC_Added_manual_page_on_garbage_free_logging.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1297" link="https://issues.apache.org/jira/browse/LOG4J2-1297"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1299_Add_pattern_converter_for_thread_id_and_priority_in_PatternL.xml b/src/changelog/2.6/LOG4J2-1299_Add_pattern_converter_for_thread_id_and_priority_in_PatternL.xml
index 41b5b37..c4aafd8 100644
--- a/src/changelog/2.6/LOG4J2-1299_Add_pattern_converter_for_thread_id_and_priority_in_PatternL.xml
+++ b/src/changelog/2.6/LOG4J2-1299_Add_pattern_converter_for_thread_id_and_priority_in_PatternL.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1299" link="https://issues.apache.org/jira/browse/LOG4J2-1299"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1300_Remove_serializability_from_classes_that_don_t_need_it.xml b/src/changelog/2.6/LOG4J2-1300_Remove_serializability_from_classes_that_don_t_need_it.xml
index 3f585a5..d278e7a 100644
--- a/src/changelog/2.6/LOG4J2-1300_Remove_serializability_from_classes_that_don_t_need_it.xml
+++ b/src/changelog/2.6/LOG4J2-1300_Remove_serializability_from_classes_that_don_t_need_it.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1300" link="https://issues.apache.org/jira/browse/LOG4J2-1300"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1303_Add_documentation_links_to_runtime_dependencies_in_each_comp.xml b/src/changelog/2.6/LOG4J2-1303_Add_documentation_links_to_runtime_dependencies_in_each_comp.xml
index 4091438..a7a13c6 100644
--- a/src/changelog/2.6/LOG4J2-1303_Add_documentation_links_to_runtime_dependencies_in_each_comp.xml
+++ b/src/changelog/2.6/LOG4J2-1303_Add_documentation_links_to_runtime_dependencies_in_each_comp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1303" link="https://issues.apache.org/jira/browse/LOG4J2-1303"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1304_Update_Jackson_from_2_7_0_to_2_7_2.xml b/src/changelog/2.6/LOG4J2-1304_Update_Jackson_from_2_7_0_to_2_7_2.xml
index bc9e2da..83217a9 100644
--- a/src/changelog/2.6/LOG4J2-1304_Update_Jackson_from_2_7_0_to_2_7_2.xml
+++ b/src/changelog/2.6/LOG4J2-1304_Update_Jackson_from_2_7_0_to_2_7_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1304" link="https://issues.apache.org/jira/browse/LOG4J2-1304"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1306_JeroMqAppender_should_use_ShutdownCallbackRegistry_instead_o.xml b/src/changelog/2.6/LOG4J2-1306_JeroMqAppender_should_use_ShutdownCallbackRegistry_instead_o.xml
index 7155f61..32bd9aa 100644
--- a/src/changelog/2.6/LOG4J2-1306_JeroMqAppender_should_use_ShutdownCallbackRegistry_instead_o.xml
+++ b/src/changelog/2.6/LOG4J2-1306_JeroMqAppender_should_use_ShutdownCallbackRegistry_instead_o.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1306" link="https://issues.apache.org/jira/browse/LOG4J2-1306"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1308_Remove_need_to_pre_specify_appender_et_al_identifiers_in_pr.xml b/src/changelog/2.6/LOG4J2-1308_Remove_need_to_pre_specify_appender_et_al_identifiers_in_pr.xml
index 1ccc5d8..621d2b7 100644
--- a/src/changelog/2.6/LOG4J2-1308_Remove_need_to_pre_specify_appender_et_al_identifiers_in_pr.xml
+++ b/src/changelog/2.6/LOG4J2-1308_Remove_need_to_pre_specify_appender_et_al_identifiers_in_pr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1308" link="https://issues.apache.org/jira/browse/LOG4J2-1308"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1309_Configuration_file_error_does_not_show_cause_exception.xml b/src/changelog/2.6/LOG4J2-1309_Configuration_file_error_does_not_show_cause_exception.xml
index f2abd4f..ca69617 100644
--- a/src/changelog/2.6/LOG4J2-1309_Configuration_file_error_does_not_show_cause_exception.xml
+++ b/src/changelog/2.6/LOG4J2-1309_Configuration_file_error_does_not_show_cause_exception.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1309" link="https://issues.apache.org/jira/browse/LOG4J2-1309"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1310_JndiLookup_mindlessly_casts_to_String_and_should_use_String.xml b/src/changelog/2.6/LOG4J2-1310_JndiLookup_mindlessly_casts_to_String_and_should_use_String.xml
index 6c907d1..ab46639 100644
--- a/src/changelog/2.6/LOG4J2-1310_JndiLookup_mindlessly_casts_to_String_and_should_use_String.xml
+++ b/src/changelog/2.6/LOG4J2-1310_JndiLookup_mindlessly_casts_to_String_and_should_use_String.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1310" link="https://issues.apache.org/jira/browse/LOG4J2-1310"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1318__GC_Avoid_allocating_unnecessary_temporary_objects_in_Logge.xml b/src/changelog/2.6/LOG4J2-1318__GC_Avoid_allocating_unnecessary_temporary_objects_in_Logge.xml
index 960160a..a492a23 100644
--- a/src/changelog/2.6/LOG4J2-1318__GC_Avoid_allocating_unnecessary_temporary_objects_in_Logge.xml
+++ b/src/changelog/2.6/LOG4J2-1318__GC_Avoid_allocating_unnecessary_temporary_objects_in_Logge.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1318" link="https://issues.apache.org/jira/browse/LOG4J2-1318"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1321__GC_Avoid_allocating_unnecessary_temporary_objects_in_Patte.xml b/src/changelog/2.6/LOG4J2-1321__GC_Avoid_allocating_unnecessary_temporary_objects_in_Patte.xml
index 8b1a75c..4822811 100644
--- a/src/changelog/2.6/LOG4J2-1321__GC_Avoid_allocating_unnecessary_temporary_objects_in_Patte.xml
+++ b/src/changelog/2.6/LOG4J2-1321__GC_Avoid_allocating_unnecessary_temporary_objects_in_Patte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1321" link="https://issues.apache.org/jira/browse/LOG4J2-1321"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1322_Update_Log4j_1_x_migration_guide_to_include_information_abou.xml b/src/changelog/2.6/LOG4J2-1322_Update_Log4j_1_x_migration_guide_to_include_information_abou.xml
index 08e1055..6e46acc 100644
--- a/src/changelog/2.6/LOG4J2-1322_Update_Log4j_1_x_migration_guide_to_include_information_abou.xml
+++ b/src/changelog/2.6/LOG4J2-1322_Update_Log4j_1_x_migration_guide_to_include_information_abou.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1322" link="https://issues.apache.org/jira/browse/LOG4J2-1322"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1324_Improve_error_handling_in_the_Async_Logger_background_thread.xml b/src/changelog/2.6/LOG4J2-1324_Improve_error_handling_in_the_Async_Logger_background_thread.xml
index 283d4ec..392fa43 100644
--- a/src/changelog/2.6/LOG4J2-1324_Improve_error_handling_in_the_Async_Logger_background_thread.xml
+++ b/src/changelog/2.6/LOG4J2-1324_Improve_error_handling_in_the_Async_Logger_background_thread.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1324" link="https://issues.apache.org/jira/browse/LOG4J2-1324"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1326__GC_Added_methods_to_the_Logger_interface_for_logging_CharS.xml b/src/changelog/2.6/LOG4J2-1326__GC_Added_methods_to_the_Logger_interface_for_logging_CharS.xml
index 41e73c0..dffd817 100644
--- a/src/changelog/2.6/LOG4J2-1326__GC_Added_methods_to_the_Logger_interface_for_logging_CharS.xml
+++ b/src/changelog/2.6/LOG4J2-1326__GC_Added_methods_to_the_Logger_interface_for_logging_CharS.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1326" link="https://issues.apache.org/jira/browse/LOG4J2-1326"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1330_Fix_NoClassDefFoundError_in_ReflectionUtil_on_Google_App_Eng.xml b/src/changelog/2.6/LOG4J2-1330_Fix_NoClassDefFoundError_in_ReflectionUtil_on_Google_App_Eng.xml
index ea5dbdf..3e6b48b 100644
--- a/src/changelog/2.6/LOG4J2-1330_Fix_NoClassDefFoundError_in_ReflectionUtil_on_Google_App_Eng.xml
+++ b/src/changelog/2.6/LOG4J2-1330_Fix_NoClassDefFoundError_in_ReflectionUtil_on_Google_App_Eng.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1330" link="https://issues.apache.org/jira/browse/LOG4J2-1330"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-1333__GC_Avoid_allocating_unnecessary_temporary_objects_in_Marke.xml b/src/changelog/2.6/LOG4J2-1333__GC_Avoid_allocating_unnecessary_temporary_objects_in_Marke.xml
index a5efa78..af8b42f 100644
--- a/src/changelog/2.6/LOG4J2-1333__GC_Avoid_allocating_unnecessary_temporary_objects_in_Marke.xml
+++ b/src/changelog/2.6/LOG4J2-1333__GC_Avoid_allocating_unnecessary_temporary_objects_in_Marke.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1333" link="https://issues.apache.org/jira/browse/LOG4J2-1333"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1336_LoggerFactory_in_1_2_API_module_is_not_compatible_with_1_2.xml b/src/changelog/2.6/LOG4J2-1336_LoggerFactory_in_1_2_API_module_is_not_compatible_with_1_2.xml
index 5ac8a02..8438bc0 100644
--- a/src/changelog/2.6/LOG4J2-1336_LoggerFactory_in_1_2_API_module_is_not_compatible_with_1_2.xml
+++ b/src/changelog/2.6/LOG4J2-1336_LoggerFactory_in_1_2_API_module_is_not_compatible_with_1_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1336" link="https://issues.apache.org/jira/browse/LOG4J2-1336"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1339__Perf_AsyncLogger_performance_optimization_avoid_calling_i.xml b/src/changelog/2.6/LOG4J2-1339__Perf_AsyncLogger_performance_optimization_avoid_calling_i.xml
index 3324f06..b97cd15 100644
--- a/src/changelog/2.6/LOG4J2-1339__Perf_AsyncLogger_performance_optimization_avoid_calling_i.xml
+++ b/src/changelog/2.6/LOG4J2-1339__Perf_AsyncLogger_performance_optimization_avoid_calling_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1339" link="https://issues.apache.org/jira/browse/LOG4J2-1339"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1343__GC_ConsoleAppender_is_now_garbage_free_by_default_This_lo.xml b/src/changelog/2.6/LOG4J2-1343__GC_ConsoleAppender_is_now_garbage_free_by_default_This_lo.xml
index 4ca7b5b..545ab55 100644
--- a/src/changelog/2.6/LOG4J2-1343__GC_ConsoleAppender_is_now_garbage_free_by_default_This_lo.xml
+++ b/src/changelog/2.6/LOG4J2-1343__GC_ConsoleAppender_is_now_garbage_free_by_default_This_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1343" link="https://issues.apache.org/jira/browse/LOG4J2-1343"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1344__GC_FileAppender_RollingFileAppender_and_MemoryMappedFileA.xml b/src/changelog/2.6/LOG4J2-1344__GC_FileAppender_RollingFileAppender_and_MemoryMappedFileA.xml
index bfd6ec5..e98bb33 100644
--- a/src/changelog/2.6/LOG4J2-1344__GC_FileAppender_RollingFileAppender_and_MemoryMappedFileA.xml
+++ b/src/changelog/2.6/LOG4J2-1344__GC_FileAppender_RollingFileAppender_and_MemoryMappedFileA.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1344" link="https://issues.apache.org/jira/browse/LOG4J2-1344"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1345__Doc_Clarify_documentation_for_properties_that_control_Log4.xml b/src/changelog/2.6/LOG4J2-1345__Doc_Clarify_documentation_for_properties_that_control_Log4.xml
index 6e956c8..e32875d 100644
--- a/src/changelog/2.6/LOG4J2-1345__Doc_Clarify_documentation_for_properties_that_control_Log4.xml
+++ b/src/changelog/2.6/LOG4J2-1345__Doc_Clarify_documentation_for_properties_that_control_Log4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1345" link="https://issues.apache.org/jira/browse/LOG4J2-1345"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1346_Exception_from_Log4jServletContextListener_prevents_jetty_ma.xml b/src/changelog/2.6/LOG4J2-1346_Exception_from_Log4jServletContextListener_prevents_jetty_ma.xml
index 4cca5bc..30dee0f 100644
--- a/src/changelog/2.6/LOG4J2-1346_Exception_from_Log4jServletContextListener_prevents_jetty_ma.xml
+++ b/src/changelog/2.6/LOG4J2-1346_Exception_from_Log4jServletContextListener_prevents_jetty_ma.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1346" link="https://issues.apache.org/jira/browse/LOG4J2-1346"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1348_Add_an_AutoCloseable_ThreadContext_class_CloseableThreadCon.xml b/src/changelog/2.6/LOG4J2-1348_Add_an_AutoCloseable_ThreadContext_class_CloseableThreadCon.xml
index 81aceb4..3fcbd41 100644
--- a/src/changelog/2.6/LOG4J2-1348_Add_an_AutoCloseable_ThreadContext_class_CloseableThreadCon.xml
+++ b/src/changelog/2.6/LOG4J2-1348_Add_an_AutoCloseable_ThreadContext_class_CloseableThreadCon.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1348" link="https://issues.apache.org/jira/browse/LOG4J2-1348"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1351_Update_Jackson_from_2_7_2_to_2_7_3.xml b/src/changelog/2.6/LOG4J2-1351_Update_Jackson_from_2_7_2_to_2_7_3.xml
index d2770a7..e00949f 100644
--- a/src/changelog/2.6/LOG4J2-1351_Update_Jackson_from_2_7_2_to_2_7_3.xml
+++ b/src/changelog/2.6/LOG4J2-1351_Update_Jackson_from_2_7_2_to_2_7_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1351" link="https://issues.apache.org/jira/browse/LOG4J2-1351"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1352_Update_javax_mail_from_1_5_4_to_1_5_5.xml b/src/changelog/2.6/LOG4J2-1352_Update_javax_mail_from_1_5_4_to_1_5_5.xml
index 1382160..3d93d19 100644
--- a/src/changelog/2.6/LOG4J2-1352_Update_javax_mail_from_1_5_4_to_1_5_5.xml
+++ b/src/changelog/2.6/LOG4J2-1352_Update_javax_mail_from_1_5_4_to_1_5_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1352" link="https://issues.apache.org/jira/browse/LOG4J2-1352"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1354_No_configuration_reload_is_triggered_under_Windows_when_repl.xml b/src/changelog/2.6/LOG4J2-1354_No_configuration_reload_is_triggered_under_Windows_when_repl.xml
index 7be04b8..091f146 100644
--- a/src/changelog/2.6/LOG4J2-1354_No_configuration_reload_is_triggered_under_Windows_when_repl.xml
+++ b/src/changelog/2.6/LOG4J2-1354_No_configuration_reload_is_triggered_under_Windows_when_repl.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1354" link="https://issues.apache.org/jira/browse/LOG4J2-1354"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1356__GC_GelfLayout_does_now_support_garbage_free_logging_with.xml b/src/changelog/2.6/LOG4J2-1356__GC_GelfLayout_does_now_support_garbage_free_logging_with.xml
index 9246495..b13e1f6 100644
--- a/src/changelog/2.6/LOG4J2-1356__GC_GelfLayout_does_now_support_garbage_free_logging_with.xml
+++ b/src/changelog/2.6/LOG4J2-1356__GC_GelfLayout_does_now_support_garbage_free_logging_with.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1356" link="https://issues.apache.org/jira/browse/LOG4J2-1356"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.6/LOG4J2-1357_Option_to_not_log_stack_traces_for_logged_Throwables_in_Gelf.xml b/src/changelog/2.6/LOG4J2-1357_Option_to_not_log_stack_traces_for_logged_Throwables_in_Gelf.xml
index 0cdf644..dbbb120 100644
--- a/src/changelog/2.6/LOG4J2-1357_Option_to_not_log_stack_traces_for_logged_Throwables_in_Gelf.xml
+++ b/src/changelog/2.6/LOG4J2-1357_Option_to_not_log_stack_traces_for_logged_Throwables_in_Gelf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1357" link="https://issues.apache.org/jira/browse/LOG4J2-1357"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.6/LOG4J2-1358_Update_Apache_Commons_Compress_from_1_10_to_1_11.xml b/src/changelog/2.6/LOG4J2-1358_Update_Apache_Commons_Compress_from_1_10_to_1_11.xml
index 5253594..9819dfd 100644
--- a/src/changelog/2.6/LOG4J2-1358_Update_Apache_Commons_Compress_from_1_10_to_1_11.xml
+++ b/src/changelog/2.6/LOG4J2-1358_Update_Apache_Commons_Compress_from_1_10_to_1_11.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1358" link="https://issues.apache.org/jira/browse/LOG4J2-1358"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1362_Added_a_YAML_layout.xml b/src/changelog/2.6/LOG4J2-1362_Added_a_YAML_layout.xml
index 5a2287c..7e2c2a2 100644
--- a/src/changelog/2.6/LOG4J2-1362_Added_a_YAML_layout.xml
+++ b/src/changelog/2.6/LOG4J2-1362_Added_a_YAML_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1362" link="https://issues.apache.org/jira/browse/LOG4J2-1362"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1363_Properties_Configuration_did_not_support_includeLocation_att.xml b/src/changelog/2.6/LOG4J2-1363_Properties_Configuration_did_not_support_includeLocation_att.xml
index 0d258e6..7ba90db 100644
--- a/src/changelog/2.6/LOG4J2-1363_Properties_Configuration_did_not_support_includeLocation_att.xml
+++ b/src/changelog/2.6/LOG4J2-1363_Properties_Configuration_did_not_support_includeLocation_att.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1363" link="https://issues.apache.org/jira/browse/LOG4J2-1363"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/LOG4J2-1365__Log4j_internal_Provide_message_text_as_CharSequence_for_so.xml b/src/changelog/2.6/LOG4J2-1365__Log4j_internal_Provide_message_text_as_CharSequence_for_so.xml
index e2c6a5a..b792e70 100644
--- a/src/changelog/2.6/LOG4J2-1365__Log4j_internal_Provide_message_text_as_CharSequence_for_so.xml
+++ b/src/changelog/2.6/LOG4J2-1365__Log4j_internal_Provide_message_text_as_CharSequence_for_so.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1365" link="https://issues.apache.org/jira/browse/LOG4J2-1365"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.6/LOG4J2-1368__Log4j_internal_StatusLogger_dropped_exceptions_when_loggin.xml b/src/changelog/2.6/LOG4J2-1368__Log4j_internal_StatusLogger_dropped_exceptions_when_loggin.xml
index cafb2a7..df2636d 100644
--- a/src/changelog/2.6/LOG4J2-1368__Log4j_internal_StatusLogger_dropped_exceptions_when_loggin.xml
+++ b/src/changelog/2.6/LOG4J2-1368__Log4j_internal_StatusLogger_dropped_exceptions_when_loggin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1368" link="https://issues.apache.org/jira/browse/LOG4J2-1368"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1369__xz_compression_results_in_plaintext_uncompressed_files.xml b/src/changelog/2.6/LOG4J2-1369__xz_compression_results_in_plaintext_uncompressed_files.xml
index ea8a813..1eed3bb 100644
--- a/src/changelog/2.6/LOG4J2-1369__xz_compression_results_in_plaintext_uncompressed_files.xml
+++ b/src/changelog/2.6/LOG4J2-1369__xz_compression_results_in_plaintext_uncompressed_files.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1369" link="https://issues.apache.org/jira/browse/LOG4J2-1369"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1372_XMLLayout_indents_but_not_the_first_child_tag_Event.xml b/src/changelog/2.6/LOG4J2-1372_XMLLayout_indents_but_not_the_first_child_tag_Event.xml
index a7ebde2..0486a23 100644
--- a/src/changelog/2.6/LOG4J2-1372_XMLLayout_indents_but_not_the_first_child_tag_Event.xml
+++ b/src/changelog/2.6/LOG4J2-1372_XMLLayout_indents_but_not_the_first_child_tag_Event.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1372" link="https://issues.apache.org/jira/browse/LOG4J2-1372"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/LOG4J2-1373__GC_Update_Logger_wrapper_Generator_tool_to_generate_method.xml b/src/changelog/2.6/LOG4J2-1373__GC_Update_Logger_wrapper_Generator_tool_to_generate_method.xml
index caa5837..873bb89 100644
--- a/src/changelog/2.6/LOG4J2-1373__GC_Update_Logger_wrapper_Generator_tool_to_generate_method.xml
+++ b/src/changelog/2.6/LOG4J2-1373__GC_Update_Logger_wrapper_Generator_tool_to_generate_method.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1373" link="https://issues.apache.org/jira/browse/LOG4J2-1373"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1374_Migrate_tests_from_Logback_1_1_3_to_1_1_7.xml b/src/changelog/2.6/LOG4J2-1374_Migrate_tests_from_Logback_1_1_3_to_1_1_7.xml
index c14be83..ec45fd8 100644
--- a/src/changelog/2.6/LOG4J2-1374_Migrate_tests_from_Logback_1_1_3_to_1_1_7.xml
+++ b/src/changelog/2.6/LOG4J2-1374_Migrate_tests_from_Logback_1_1_3_to_1_1_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1374" link="https://issues.apache.org/jira/browse/LOG4J2-1374"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1375_Update_SLF4J_from_1_7_13_to_1_7_21.xml b/src/changelog/2.6/LOG4J2-1375_Update_SLF4J_from_1_7_13_to_1_7_21.xml
index ff32e69..286c621 100644
--- a/src/changelog/2.6/LOG4J2-1375_Update_SLF4J_from_1_7_13_to_1_7_21.xml
+++ b/src/changelog/2.6/LOG4J2-1375_Update_SLF4J_from_1_7_13_to_1_7_21.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1375" link="https://issues.apache.org/jira/browse/LOG4J2-1375"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1380_Update_Jackson_from_2_7_3_to_2_7_4.xml b/src/changelog/2.6/LOG4J2-1380_Update_Jackson_from_2_7_3_to_2_7_4.xml
index 211b809..df88123 100644
--- a/src/changelog/2.6/LOG4J2-1380_Update_Jackson_from_2_7_3_to_2_7_4.xml
+++ b/src/changelog/2.6/LOG4J2-1380_Update_Jackson_from_2_7_3_to_2_7_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1380" link="https://issues.apache.org/jira/browse/LOG4J2-1380"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1382_Copying_a_MutableLogEvent_using_Log4jLogEvent_Builder_should.xml b/src/changelog/2.6/LOG4J2-1382_Copying_a_MutableLogEvent_using_Log4jLogEvent_Builder_should.xml
index 615a80f..fa68ac1 100644
--- a/src/changelog/2.6/LOG4J2-1382_Copying_a_MutableLogEvent_using_Log4jLogEvent_Builder_should.xml
+++ b/src/changelog/2.6/LOG4J2-1382_Copying_a_MutableLogEvent_using_Log4jLogEvent_Builder_should.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1382" link="https://issues.apache.org/jira/browse/LOG4J2-1382"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1384_Update_Apache_Commons_CSV_from_1_2_to_1_3.xml b/src/changelog/2.6/LOG4J2-1384_Update_Apache_Commons_CSV_from_1_2_to_1_3.xml
index b9be122..17f3955 100644
--- a/src/changelog/2.6/LOG4J2-1384_Update_Apache_Commons_CSV_from_1_2_to_1_3.xml
+++ b/src/changelog/2.6/LOG4J2-1384_Update_Apache_Commons_CSV_from_1_2_to_1_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1384" link="https://issues.apache.org/jira/browse/LOG4J2-1384"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-1387_Fixed_memory_leak_related_to_shutdown_hook.xml b/src/changelog/2.6/LOG4J2-1387_Fixed_memory_leak_related_to_shutdown_hook.xml
index 2edb47d..465858c 100644
--- a/src/changelog/2.6/LOG4J2-1387_Fixed_memory_leak_related_to_shutdown_hook.xml
+++ b/src/changelog/2.6/LOG4J2-1387_Fixed_memory_leak_related_to_shutdown_hook.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1387" link="https://issues.apache.org/jira/browse/LOG4J2-1387"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-1388_Update_Google_java_allocation_instrumenter_from_3_0_to_3_0_1.xml b/src/changelog/2.6/LOG4J2-1388_Update_Google_java_allocation_instrumenter_from_3_0_to_3_0_1.xml
index d5227d4..e23c6d1 100644
--- a/src/changelog/2.6/LOG4J2-1388_Update_Google_java_allocation_instrumenter_from_3_0_to_3_0_1.xml
+++ b/src/changelog/2.6/LOG4J2-1388_Update_Google_java_allocation_instrumenter_from_3_0_to_3_0_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1388" link="https://issues.apache.org/jira/browse/LOG4J2-1388"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-248_Log4jWebInitializerImpl_Use_Thread_instead_of_Class_for_fal.xml b/src/changelog/2.6/LOG4J2-248_Log4jWebInitializerImpl_Use_Thread_instead_of_Class_for_fal.xml
index bf21bf6..5be4b6f 100644
--- a/src/changelog/2.6/LOG4J2-248_Log4jWebInitializerImpl_Use_Thread_instead_of_Class_for_fal.xml
+++ b/src/changelog/2.6/LOG4J2-248_Log4jWebInitializerImpl_Use_Thread_instead_of_Class_for_fal.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-248" link="https://issues.apache.org/jira/browse/LOG4J2-248"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.6/LOG4J2-494_Support_merging_configurations_to_for_a_composite_configurat.xml b/src/changelog/2.6/LOG4J2-494_Support_merging_configurations_to_for_a_composite_configurat.xml
index 18465c0..ccc89b1 100644
--- a/src/changelog/2.6/LOG4J2-494_Support_merging_configurations_to_for_a_composite_configurat.xml
+++ b/src/changelog/2.6/LOG4J2-494_Support_merging_configurations_to_for_a_composite_configurat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-494" link="https://issues.apache.org/jira/browse/LOG4J2-494"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.6/LOG4J2-621_Pattern_to_drop_first_N_package_parts.xml b/src/changelog/2.6/LOG4J2-621_Pattern_to_drop_first_N_package_parts.xml
index c5e670a..899dfc6 100644
--- a/src/changelog/2.6/LOG4J2-621_Pattern_to_drop_first_N_package_parts.xml
+++ b/src/changelog/2.6/LOG4J2-621_Pattern_to_drop_first_N_package_parts.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-621" link="https://issues.apache.org/jira/browse/LOG4J2-621"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout_with_op.xml b/src/changelog/2.6/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout_with_op.xml
index 951ff4e..2e2d9ef 100644
--- a/src/changelog/2.6/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout_with_op.xml
+++ b/src/changelog/2.6/LOG4J2-623_Generate_MDC_properties_as_a_JSON_map_in_JSONLayout_with_op.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-623" link="https://issues.apache.org/jira/browse/LOG4J2-623"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.6/LOG4J2-908_JSONLayout_doesn_t_add_a_comma_between_log_events.xml b/src/changelog/2.6/LOG4J2-908_JSONLayout_doesn_t_add_a_comma_between_log_events.xml
index ff84b87..782276e 100644
--- a/src/changelog/2.6/LOG4J2-908_JSONLayout_doesn_t_add_a_comma_between_log_events.xml
+++ b/src/changelog/2.6/LOG4J2-908_JSONLayout_doesn_t_add_a_comma_between_log_events.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-908" link="https://issues.apache.org/jira/browse/LOG4J2-908"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.6/LOG4J2-920_ClassNotFoundException_for_BundleContextSelector_when_initia.xml b/src/changelog/2.6/LOG4J2-920_ClassNotFoundException_for_BundleContextSelector_when_initia.xml
index 1c49496..63cc748 100644
--- a/src/changelog/2.6/LOG4J2-920_ClassNotFoundException_for_BundleContextSelector_when_initia.xml
+++ b/src/changelog/2.6/LOG4J2-920_ClassNotFoundException_for_BundleContextSelector_when_initia.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-920" link="https://issues.apache.org/jira/browse/LOG4J2-920"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.7/.release.xml b/src/changelog/2.7/.release.xml
index 03118ad..6b9d51a 100644
--- a/src/changelog/2.7/.release.xml
+++ b/src/changelog/2.7/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2016-10-02"
          version="2.7"/>
diff --git a/src/changelog/2.7/LOG4J2-1010_Users_can_now_inject_context_data_from_other_sources_than_Th.xml b/src/changelog/2.7/LOG4J2-1010_Users_can_now_inject_context_data_from_other_sources_than_Th.xml
index e974563..eb4b4c3 100644
--- a/src/changelog/2.7/LOG4J2-1010_Users_can_now_inject_context_data_from_other_sources_than_Th.xml
+++ b/src/changelog/2.7/LOG4J2-1010_Users_can_now_inject_context_data_from_other_sources_than_Th.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1010" link="https://issues.apache.org/jira/browse/LOG4J2-1010"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1051_When_starting_on_Google_App_Engine_Interpolator_now_suppres.xml b/src/changelog/2.7/LOG4J2-1051_When_starting_on_Google_App_Engine_Interpolator_now_suppres.xml
index 7d78e41..9c9c484 100644
--- a/src/changelog/2.7/LOG4J2-1051_When_starting_on_Google_App_Engine_Interpolator_now_suppres.xml
+++ b/src/changelog/2.7/LOG4J2-1051_When_starting_on_Google_App_Engine_Interpolator_now_suppres.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1051" link="https://issues.apache.org/jira/browse/LOG4J2-1051"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1181_Added_Logging_API_for_Scala_2_10_and_2_11.xml b/src/changelog/2.7/LOG4J2-1181_Added_Logging_API_for_Scala_2_10_and_2_11.xml
index c9c5d60..575b39c 100644
--- a/src/changelog/2.7/LOG4J2-1181_Added_Logging_API_for_Scala_2_10_and_2_11.xml
+++ b/src/changelog/2.7/LOG4J2-1181_Added_Logging_API_for_Scala_2_10_and_2_11.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1181" link="https://issues.apache.org/jira/browse/LOG4J2-1181"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.7/LOG4J2-1199_Documented_that_JVM_Input_Arguments_Lookup_JMX_is_not_avai.xml b/src/changelog/2.7/LOG4J2-1199_Documented_that_JVM_Input_Arguments_Lookup_JMX_is_not_avai.xml
index 96c7225..ba281fa 100644
--- a/src/changelog/2.7/LOG4J2-1199_Documented_that_JVM_Input_Arguments_Lookup_JMX_is_not_avai.xml
+++ b/src/changelog/2.7/LOG4J2-1199_Documented_that_JVM_Input_Arguments_Lookup_JMX_is_not_avai.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1199" link="https://issues.apache.org/jira/browse/LOG4J2-1199"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1235_org_apache_logging_log4j_core_appender_routing_IdlePurgePoli.xml b/src/changelog/2.7/LOG4J2-1235_org_apache_logging_log4j_core_appender_routing_IdlePurgePoli.xml
index c2f714a..c4696ff 100644
--- a/src/changelog/2.7/LOG4J2-1235_org_apache_logging_log4j_core_appender_routing_IdlePurgePoli.xml
+++ b/src/changelog/2.7/LOG4J2-1235_org_apache_logging_log4j_core_appender_routing_IdlePurgePoli.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1235" link="https://issues.apache.org/jira/browse/LOG4J2-1235"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1259_Log4j_threads_are_no_longer_leaking_on_Tomcat_shutdown.xml b/src/changelog/2.7/LOG4J2-1259_Log4j_threads_are_no_longer_leaking_on_Tomcat_shutdown.xml
index 95e713d..f4f7206 100644
--- a/src/changelog/2.7/LOG4J2-1259_Log4j_threads_are_no_longer_leaking_on_Tomcat_shutdown.xml
+++ b/src/changelog/2.7/LOG4J2-1259_Log4j_threads_are_no_longer_leaking_on_Tomcat_shutdown.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1259" link="https://issues.apache.org/jira/browse/LOG4J2-1259"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1279_Prevent_NullPointerException_in_FastDateParser_TimeZoneStrat.xml b/src/changelog/2.7/LOG4J2-1279_Prevent_NullPointerException_in_FastDateParser_TimeZoneStrat.xml
index 7aed9a3..1f2d76b 100644
--- a/src/changelog/2.7/LOG4J2-1279_Prevent_NullPointerException_in_FastDateParser_TimeZoneStrat.xml
+++ b/src/changelog/2.7/LOG4J2-1279_Prevent_NullPointerException_in_FastDateParser_TimeZoneStrat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1279" link="https://issues.apache.org/jira/browse/LOG4J2-1279"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1313_Properties_declared_in_configuration_can_now_have_their_valu.xml b/src/changelog/2.7/LOG4J2-1313_Properties_declared_in_configuration_can_now_have_their_valu.xml
index 557547b..9235422 100644
--- a/src/changelog/2.7/LOG4J2-1313_Properties_declared_in_configuration_can_now_have_their_valu.xml
+++ b/src/changelog/2.7/LOG4J2-1313_Properties_declared_in_configuration_can_now_have_their_valu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1313" link="https://issues.apache.org/jira/browse/LOG4J2-1313"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1313_Support_Property_values_to_be_specified_in_configuration_as.xml b/src/changelog/2.7/LOG4J2-1313_Support_Property_values_to_be_specified_in_configuration_as.xml
index b49d0d7..feffb62 100644
--- a/src/changelog/2.7/LOG4J2-1313_Support_Property_values_to_be_specified_in_configuration_as.xml
+++ b/src/changelog/2.7/LOG4J2-1313_Support_Property_values_to_be_specified_in_configuration_as.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1313" link="https://issues.apache.org/jira/browse/LOG4J2-1313"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1320_Support_loading_custom_plugins_from_jar_files_and_directorie.xml b/src/changelog/2.7/LOG4J2-1320_Support_loading_custom_plugins_from_jar_files_and_directorie.xml
index b0cb599..ac1ee3b 100644
--- a/src/changelog/2.7/LOG4J2-1320_Support_loading_custom_plugins_from_jar_files_and_directorie.xml
+++ b/src/changelog/2.7/LOG4J2-1320_Support_loading_custom_plugins_from_jar_files_and_directorie.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1320" link="https://issues.apache.org/jira/browse/LOG4J2-1320"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1341__GC_HighlightConverter_and_StyleConverter_are_now_GC_free.xml b/src/changelog/2.7/LOG4J2-1341__GC_HighlightConverter_and_StyleConverter_are_now_GC_free.xml
index 5a02467..3fe9850 100644
--- a/src/changelog/2.7/LOG4J2-1341__GC_HighlightConverter_and_StyleConverter_are_now_GC_free.xml
+++ b/src/changelog/2.7/LOG4J2-1341__GC_HighlightConverter_and_StyleConverter_are_now_GC_free.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1341" link="https://issues.apache.org/jira/browse/LOG4J2-1341"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1349__GC_Added_support_for_garbage_free_ThreadContext_map_Disab.xml b/src/changelog/2.7/LOG4J2-1349__GC_Added_support_for_garbage_free_ThreadContext_map_Disab.xml
index d835dd9..91d8d03 100644
--- a/src/changelog/2.7/LOG4J2-1349__GC_Added_support_for_garbage_free_ThreadContext_map_Disab.xml
+++ b/src/changelog/2.7/LOG4J2-1349__GC_Added_support_for_garbage_free_ThreadContext_map_Disab.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1349" link="https://issues.apache.org/jira/browse/LOG4J2-1349"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1430_Added_optional_support_for_Conversant_DisruptorBlockingQueue.xml b/src/changelog/2.7/LOG4J2-1430_Added_optional_support_for_Conversant_DisruptorBlockingQueue.xml
index 0d9d4d9..a05f02f 100644
--- a/src/changelog/2.7/LOG4J2-1430_Added_optional_support_for_Conversant_DisruptorBlockingQueue.xml
+++ b/src/changelog/2.7/LOG4J2-1430_Added_optional_support_for_Conversant_DisruptorBlockingQueue.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1430" link="https://issues.apache.org/jira/browse/LOG4J2-1430"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.7/LOG4J2-1438__GC_Added_method_getParameter_to_ObjectMessage_and_Reusa.xml b/src/changelog/2.7/LOG4J2-1438__GC_Added_method_getParameter_to_ObjectMessage_and_Reusa.xml
index 19086471..c625d86 100644
--- a/src/changelog/2.7/LOG4J2-1438__GC_Added_method_getParameter_to_ObjectMessage_and_Reusa.xml
+++ b/src/changelog/2.7/LOG4J2-1438__GC_Added_method_getParameter_to_ObjectMessage_and_Reusa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1438" link="https://issues.apache.org/jira/browse/LOG4J2-1438"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1439_Added_optional_support_for_JCTools_MPSC_bounded_lock_free_qu.xml b/src/changelog/2.7/LOG4J2-1439_Added_optional_support_for_JCTools_MPSC_bounded_lock_free_qu.xml
index 5a7e0c7..6d1665a 100644
--- a/src/changelog/2.7/LOG4J2-1439_Added_optional_support_for_JCTools_MPSC_bounded_lock_free_qu.xml
+++ b/src/changelog/2.7/LOG4J2-1439_Added_optional_support_for_JCTools_MPSC_bounded_lock_free_qu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1439" link="https://issues.apache.org/jira/browse/LOG4J2-1439"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.7/LOG4J2-1447__GC_Changed_LogEvent_s_internal_data_structure_for_context.xml b/src/changelog/2.7/LOG4J2-1447__GC_Changed_LogEvent_s_internal_data_structure_for_context.xml
index 5ccb528..374247f 100644
--- a/src/changelog/2.7/LOG4J2-1447__GC_Changed_LogEvent_s_internal_data_structure_for_context.xml
+++ b/src/changelog/2.7/LOG4J2-1447__GC_Changed_LogEvent_s_internal_data_structure_for_context.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1447" link="https://issues.apache.org/jira/browse/LOG4J2-1447"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1448_Allow_comma_separated_agents_host_list_to_be_passed_to_Flum.xml b/src/changelog/2.7/LOG4J2-1448_Allow_comma_separated_agents_host_list_to_be_passed_to_Flum.xml
index 43829ec..187d5dd 100644
--- a/src/changelog/2.7/LOG4J2-1448_Allow_comma_separated_agents_host_list_to_be_passed_to_Flum.xml
+++ b/src/changelog/2.7/LOG4J2-1448_Allow_comma_separated_agents_host_list_to_be_passed_to_Flum.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1448" link="https://issues.apache.org/jira/browse/LOG4J2-1448"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1457_Fixed_class_loader_deadlock_when_using_async_logging_and_ext.xml b/src/changelog/2.7/LOG4J2-1457_Fixed_class_loader_deadlock_when_using_async_logging_and_ext.xml
index 1680908..797ea86 100644
--- a/src/changelog/2.7/LOG4J2-1457_Fixed_class_loader_deadlock_when_using_async_logging_and_ext.xml
+++ b/src/changelog/2.7/LOG4J2-1457_Fixed_class_loader_deadlock_when_using_async_logging_and_ext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1457" link="https://issues.apache.org/jira/browse/LOG4J2-1457"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.7/LOG4J2-1458_Updated_Jackson_from_2_7_5_to_2_8_0.xml b/src/changelog/2.7/LOG4J2-1458_Updated_Jackson_from_2_7_5_to_2_8_0.xml
index 7709223..066e41b 100644
--- a/src/changelog/2.7/LOG4J2-1458_Updated_Jackson_from_2_7_5_to_2_8_0.xml
+++ b/src/changelog/2.7/LOG4J2-1458_Updated_Jackson_from_2_7_5_to_2_8_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1458" link="https://issues.apache.org/jira/browse/LOG4J2-1458"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1458__PatternLayout_Add_an_ANSI_option_to_message.xml b/src/changelog/2.7/LOG4J2-1458__PatternLayout_Add_an_ANSI_option_to_message.xml
index 176ace9..48146b3 100644
--- a/src/changelog/2.7/LOG4J2-1458__PatternLayout_Add_an_ANSI_option_to_message.xml
+++ b/src/changelog/2.7/LOG4J2-1458__PatternLayout_Add_an_ANSI_option_to_message.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1458" link="https://issues.apache.org/jira/browse/LOG4J2-1458"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1467__OSGi_Fixed_missing_import_package.xml b/src/changelog/2.7/LOG4J2-1467__OSGi_Fixed_missing_import_package.xml
index f956f48..4746140 100644
--- a/src/changelog/2.7/LOG4J2-1467__OSGi_Fixed_missing_import_package.xml
+++ b/src/changelog/2.7/LOG4J2-1467__OSGi_Fixed_missing_import_package.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1467" link="https://issues.apache.org/jira/browse/LOG4J2-1467"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1471__PatternLayout_Add_an_ANSI_option_to_xThrowable.xml b/src/changelog/2.7/LOG4J2-1471__PatternLayout_Add_an_ANSI_option_to_xThrowable.xml
index bf609d3..4514984 100644
--- a/src/changelog/2.7/LOG4J2-1471__PatternLayout_Add_an_ANSI_option_to_xThrowable.xml
+++ b/src/changelog/2.7/LOG4J2-1471__PatternLayout_Add_an_ANSI_option_to_xThrowable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1471" link="https://issues.apache.org/jira/browse/LOG4J2-1471"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1472_org_apache_logging_log4j_core_LoggerContext_now_implements_C.xml b/src/changelog/2.7/LOG4J2-1472_org_apache_logging_log4j_core_LoggerContext_now_implements_C.xml
index b61ebb3..b5099ee 100644
--- a/src/changelog/2.7/LOG4J2-1472_org_apache_logging_log4j_core_LoggerContext_now_implements_C.xml
+++ b/src/changelog/2.7/LOG4J2-1472_org_apache_logging_log4j_core_LoggerContext_now_implements_C.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1472" link="https://issues.apache.org/jira/browse/LOG4J2-1472"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1482_Fixed_improper_header_in_CsvParameterLayout.xml b/src/changelog/2.7/LOG4J2-1482_Fixed_improper_header_in_CsvParameterLayout.xml
index 11d9cb4..339f3d7 100644
--- a/src/changelog/2.7/LOG4J2-1482_Fixed_improper_header_in_CsvParameterLayout.xml
+++ b/src/changelog/2.7/LOG4J2-1482_Fixed_improper_header_in_CsvParameterLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1482" link="https://issues.apache.org/jira/browse/LOG4J2-1482"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1487_Updated_JMS_test_from_ActiveMQ_5_13_3_to_5_13_4.xml b/src/changelog/2.7/LOG4J2-1487_Updated_JMS_test_from_ActiveMQ_5_13_3_to_5_13_4.xml
index f1dd98d..799463e 100644
--- a/src/changelog/2.7/LOG4J2-1487_Updated_JMS_test_from_ActiveMQ_5_13_3_to_5_13_4.xml
+++ b/src/changelog/2.7/LOG4J2-1487_Updated_JMS_test_from_ActiveMQ_5_13_3_to_5_13_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1487" link="https://issues.apache.org/jira/browse/LOG4J2-1487"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1488__GC_Fixed_ISO8601_date_conversion_pattern_with_a_period.xml b/src/changelog/2.7/LOG4J2-1488__GC_Fixed_ISO8601_date_conversion_pattern_with_a_period.xml
index 6971052..7cfefd0 100644
--- a/src/changelog/2.7/LOG4J2-1488__GC_Fixed_ISO8601_date_conversion_pattern_with_a_period.xml
+++ b/src/changelog/2.7/LOG4J2-1488__GC_Fixed_ISO8601_date_conversion_pattern_with_a_period.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1488" link="https://issues.apache.org/jira/browse/LOG4J2-1488"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1489__GC_Fixed_date_conversion_patterns_with_a_timezone_paramet.xml b/src/changelog/2.7/LOG4J2-1489__GC_Fixed_date_conversion_patterns_with_a_timezone_paramet.xml
index 9a1beca..6cf7315 100644
--- a/src/changelog/2.7/LOG4J2-1489__GC_Fixed_date_conversion_patterns_with_a_timezone_paramet.xml
+++ b/src/changelog/2.7/LOG4J2-1489__GC_Fixed_date_conversion_patterns_with_a_timezone_paramet.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1489" link="https://issues.apache.org/jira/browse/LOG4J2-1489"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1490_Log4j2_should_postpone_creating_log_file_until_the_appender.xml b/src/changelog/2.7/LOG4J2-1490_Log4j2_should_postpone_creating_log_file_until_the_appender.xml
index a6f8b52..9558bd3 100644
--- a/src/changelog/2.7/LOG4J2-1490_Log4j2_should_postpone_creating_log_file_until_the_appender.xml
+++ b/src/changelog/2.7/LOG4J2-1490_Log4j2_should_postpone_creating_log_file_until_the_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1490" link="https://issues.apache.org/jira/browse/LOG4J2-1490"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1494_Updated_Jackson_from_2_8_0_to_2_8_1.xml b/src/changelog/2.7/LOG4J2-1494_Updated_Jackson_from_2_8_0_to_2_8_1.xml
index c4817b3..d1a91c4 100644
--- a/src/changelog/2.7/LOG4J2-1494_Updated_Jackson_from_2_8_0_to_2_8_1.xml
+++ b/src/changelog/2.7/LOG4J2-1494_Updated_Jackson_from_2_8_0_to_2_8_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1494" link="https://issues.apache.org/jira/browse/LOG4J2-1494"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1495_Updated_LMAX_Disruptor_from_3_3_4_to_3_3_5.xml b/src/changelog/2.7/LOG4J2-1495_Updated_LMAX_Disruptor_from_3_3_4_to_3_3_5.xml
index eba63a2..059c330 100644
--- a/src/changelog/2.7/LOG4J2-1495_Updated_LMAX_Disruptor_from_3_3_4_to_3_3_5.xml
+++ b/src/changelog/2.7/LOG4J2-1495_Updated_LMAX_Disruptor_from_3_3_4_to_3_3_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1495" link="https://issues.apache.org/jira/browse/LOG4J2-1495"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1496_Updated_Kafka_client_from_0_9_1_0_to_0_10_0_0.xml b/src/changelog/2.7/LOG4J2-1496_Updated_Kafka_client_from_0_9_1_0_to_0_10_0_0.xml
index 8a599af..ca71871 100644
--- a/src/changelog/2.7/LOG4J2-1496_Updated_Kafka_client_from_0_9_1_0_to_0_10_0_0.xml
+++ b/src/changelog/2.7/LOG4J2-1496_Updated_Kafka_client_from_0_9_1_0_to_0_10_0_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1496" link="https://issues.apache.org/jira/browse/LOG4J2-1496"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1500_Merging_configurations_failed_with_an_NPE_when_comparing_Nod.xml b/src/changelog/2.7/LOG4J2-1500_Merging_configurations_failed_with_an_NPE_when_comparing_Nod.xml
index 1903c27..01bc5c8 100644
--- a/src/changelog/2.7/LOG4J2-1500_Merging_configurations_failed_with_an_NPE_when_comparing_Nod.xml
+++ b/src/changelog/2.7/LOG4J2-1500_Merging_configurations_failed_with_an_NPE_when_comparing_Nod.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1500" link="https://issues.apache.org/jira/browse/LOG4J2-1500"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1501_FileAppender_is_now_able_to_create_files_on_demand.xml b/src/changelog/2.7/LOG4J2-1501_FileAppender_is_now_able_to_create_files_on_demand.xml
index ef6013d..747d790 100644
--- a/src/changelog/2.7/LOG4J2-1501_FileAppender_is_now_able_to_create_files_on_demand.xml
+++ b/src/changelog/2.7/LOG4J2-1501_FileAppender_is_now_able_to_create_files_on_demand.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1501" link="https://issues.apache.org/jira/browse/LOG4J2-1501"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1502_Fixed_issue_where_CsvParameterLayout_and_CsvLogEventLayout_i.xml b/src/changelog/2.7/LOG4J2-1502_Fixed_issue_where_CsvParameterLayout_and_CsvLogEventLayout_i.xml
index ed7934f..5c6a4b0 100644
--- a/src/changelog/2.7/LOG4J2-1502_Fixed_issue_where_CsvParameterLayout_and_CsvLogEventLayout_i.xml
+++ b/src/changelog/2.7/LOG4J2-1502_Fixed_issue_where_CsvParameterLayout_and_CsvLogEventLayout_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1502" link="https://issues.apache.org/jira/browse/LOG4J2-1502"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1504_RollingFileAppender_is_now_able_to_create_files_on_demand.xml b/src/changelog/2.7/LOG4J2-1504_RollingFileAppender_is_now_able_to_create_files_on_demand.xml
index 6cd398c..950bb99 100644
--- a/src/changelog/2.7/LOG4J2-1504_RollingFileAppender_is_now_able_to_create_files_on_demand.xml
+++ b/src/changelog/2.7/LOG4J2-1504_RollingFileAppender_is_now_able_to_create_files_on_demand.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1504" link="https://issues.apache.org/jira/browse/LOG4J2-1504"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1505_Create_a_Builder_for_the_FileAppender_plugin_to_facilitate_a.xml b/src/changelog/2.7/LOG4J2-1505_Create_a_Builder_for_the_FileAppender_plugin_to_facilitate_a.xml
index 9d663ad..e9e1ffb 100644
--- a/src/changelog/2.7/LOG4J2-1505_Create_a_Builder_for_the_FileAppender_plugin_to_facilitate_a.xml
+++ b/src/changelog/2.7/LOG4J2-1505_Create_a_Builder_for_the_FileAppender_plugin_to_facilitate_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1505" link="https://issues.apache.org/jira/browse/LOG4J2-1505"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1506_Log4j_should_not_unregister_JMX_MBeans_when_log4j2_disable_j.xml b/src/changelog/2.7/LOG4J2-1506_Log4j_should_not_unregister_JMX_MBeans_when_log4j2_disable_j.xml
index 857459f..325914d 100644
--- a/src/changelog/2.7/LOG4J2-1506_Log4j_should_not_unregister_JMX_MBeans_when_log4j2_disable_j.xml
+++ b/src/changelog/2.7/LOG4J2-1506_Log4j_should_not_unregister_JMX_MBeans_when_log4j2_disable_j.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1506" link="https://issues.apache.org/jira/browse/LOG4J2-1506"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1507_Allow_Builders_to_be_completely_generic.xml b/src/changelog/2.7/LOG4J2-1507_Allow_Builders_to_be_completely_generic.xml
index 166b698..a040ae3 100644
--- a/src/changelog/2.7/LOG4J2-1507_Allow_Builders_to_be_completely_generic.xml
+++ b/src/changelog/2.7/LOG4J2-1507_Allow_Builders_to_be_completely_generic.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1507" link="https://issues.apache.org/jira/browse/LOG4J2-1507"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1508_Allow_a_Builder_to_subclass_another_Builder.xml b/src/changelog/2.7/LOG4J2-1508_Allow_a_Builder_to_subclass_another_Builder.xml
index 2e6691f..4c2a2bf 100644
--- a/src/changelog/2.7/LOG4J2-1508_Allow_a_Builder_to_subclass_another_Builder.xml
+++ b/src/changelog/2.7/LOG4J2-1508_Allow_a_Builder_to_subclass_another_Builder.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1508" link="https://issues.apache.org/jira/browse/LOG4J2-1508"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1511_DynamicThresholdFilter_filtered_incorrectly_when_params_were.xml b/src/changelog/2.7/LOG4J2-1511_DynamicThresholdFilter_filtered_incorrectly_when_params_were.xml
index dd62062..ba7b1d1 100644
--- a/src/changelog/2.7/LOG4J2-1511_DynamicThresholdFilter_filtered_incorrectly_when_params_were.xml
+++ b/src/changelog/2.7/LOG4J2-1511_DynamicThresholdFilter_filtered_incorrectly_when_params_were.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1511" link="https://issues.apache.org/jira/browse/LOG4J2-1511"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1512_Added_options_to_exclude_stack_trace_from_JSON_XML_and_YAML.xml b/src/changelog/2.7/LOG4J2-1512_Added_options_to_exclude_stack_trace_from_JSON_XML_and_YAML.xml
index f9dddbe..67e5b70 100644
--- a/src/changelog/2.7/LOG4J2-1512_Added_options_to_exclude_stack_trace_from_JSON_XML_and_YAML.xml
+++ b/src/changelog/2.7/LOG4J2-1512_Added_options_to_exclude_stack_trace_from_JSON_XML_and_YAML.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1512" link="https://issues.apache.org/jira/browse/LOG4J2-1512"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.7/LOG4J2-1516_Add_ThreadContextMap2_interface_supporting_method_putAll_Map.xml b/src/changelog/2.7/LOG4J2-1516_Add_ThreadContextMap2_interface_supporting_method_putAll_Map.xml
index 05ddfee..6454a79 100644
--- a/src/changelog/2.7/LOG4J2-1516_Add_ThreadContextMap2_interface_supporting_method_putAll_Map.xml
+++ b/src/changelog/2.7/LOG4J2-1516_Add_ThreadContextMap2_interface_supporting_method_putAll_Map.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1516" link="https://issues.apache.org/jira/browse/LOG4J2-1516"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1518_Prevent_deadlock_in_Async_Loggers_when_queue_is_full_and_log.xml b/src/changelog/2.7/LOG4J2-1518_Prevent_deadlock_in_Async_Loggers_when_queue_is_full_and_log.xml
index 860fb72..d8c302a 100644
--- a/src/changelog/2.7/LOG4J2-1518_Prevent_deadlock_in_Async_Loggers_when_queue_is_full_and_log.xml
+++ b/src/changelog/2.7/LOG4J2-1518_Prevent_deadlock_in_Async_Loggers_when_queue_is_full_and_log.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1518" link="https://issues.apache.org/jira/browse/LOG4J2-1518"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1519_Add_ThreadContext_putAll_Map_String_String.xml b/src/changelog/2.7/LOG4J2-1519_Add_ThreadContext_putAll_Map_String_String.xml
index ad95d1d..e8ac7f7 100644
--- a/src/changelog/2.7/LOG4J2-1519_Add_ThreadContext_putAll_Map_String_String.xml
+++ b/src/changelog/2.7/LOG4J2-1519_Add_ThreadContext_putAll_Map_String_String.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1519" link="https://issues.apache.org/jira/browse/LOG4J2-1519"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1520_Add_JUnit_Rule_implementations_to_manage_the_thread_context.xml b/src/changelog/2.7/LOG4J2-1520_Add_JUnit_Rule_implementations_to_manage_the_thread_context.xml
index 628662c..bae3535 100644
--- a/src/changelog/2.7/LOG4J2-1520_Add_JUnit_Rule_implementations_to_manage_the_thread_context.xml
+++ b/src/changelog/2.7/LOG4J2-1520_Add_JUnit_Rule_implementations_to_manage_the_thread_context.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1520" link="https://issues.apache.org/jira/browse/LOG4J2-1520"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1526_Added_support_for_setting_StatusLogger_destination_in_Config.xml b/src/changelog/2.7/LOG4J2-1526_Added_support_for_setting_StatusLogger_destination_in_Config.xml
index 744046f..4b7c344 100644
--- a/src/changelog/2.7/LOG4J2-1526_Added_support_for_setting_StatusLogger_destination_in_Config.xml
+++ b/src/changelog/2.7/LOG4J2-1526_Added_support_for_setting_StatusLogger_destination_in_Config.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1526" link="https://issues.apache.org/jira/browse/LOG4J2-1526"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.7/LOG4J2-1527_Prevent_NPE_in_RingBufferLogEvent_getFormattedMessage_when.xml b/src/changelog/2.7/LOG4J2-1527_Prevent_NPE_in_RingBufferLogEvent_getFormattedMessage_when.xml
index eef458f..dab6878 100644
--- a/src/changelog/2.7/LOG4J2-1527_Prevent_NPE_in_RingBufferLogEvent_getFormattedMessage_when.xml
+++ b/src/changelog/2.7/LOG4J2-1527_Prevent_NPE_in_RingBufferLogEvent_getFormattedMessage_when.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1527" link="https://issues.apache.org/jira/browse/LOG4J2-1527"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1528_Added_ability_to_generate_Log4j_2_style_XML_configuration_fi.xml b/src/changelog/2.7/LOG4J2-1528_Added_ability_to_generate_Log4j_2_style_XML_configuration_fi.xml
index 5377872..c1740fb 100644
--- a/src/changelog/2.7/LOG4J2-1528_Added_ability_to_generate_Log4j_2_style_XML_configuration_fi.xml
+++ b/src/changelog/2.7/LOG4J2-1528_Added_ability_to_generate_Log4j_2_style_XML_configuration_fi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1528" link="https://issues.apache.org/jira/browse/LOG4J2-1528"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.7/LOG4J2-1529_Attributes_were_not_merged_properly_in_composite_configurati.xml b/src/changelog/2.7/LOG4J2-1529_Attributes_were_not_merged_properly_in_composite_configurati.xml
index 3978626..a377090 100644
--- a/src/changelog/2.7/LOG4J2-1529_Attributes_were_not_merged_properly_in_composite_configurati.xml
+++ b/src/changelog/2.7/LOG4J2-1529_Attributes_were_not_merged_properly_in_composite_configurati.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1529" link="https://issues.apache.org/jira/browse/LOG4J2-1529"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.7/LOG4J2-1530_Fixed_issue_where_LogEvent_getContextStack_returned_null.xml b/src/changelog/2.7/LOG4J2-1530_Fixed_issue_where_LogEvent_getContextStack_returned_null.xml
index 5725b2a..ab5e9b3 100644
--- a/src/changelog/2.7/LOG4J2-1530_Fixed_issue_where_LogEvent_getContextStack_returned_null.xml
+++ b/src/changelog/2.7/LOG4J2-1530_Fixed_issue_where_LogEvent_getContextStack_returned_null.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1530" link="https://issues.apache.org/jira/browse/LOG4J2-1530"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.7/LOG4J2-1532_Attributes_were_not_merged_properly_in_composite_configurati.xml b/src/changelog/2.7/LOG4J2-1532_Attributes_were_not_merged_properly_in_composite_configurati.xml
index 5a20e2e..c4e2e3f 100644
--- a/src/changelog/2.7/LOG4J2-1532_Attributes_were_not_merged_properly_in_composite_configurati.xml
+++ b/src/changelog/2.7/LOG4J2-1532_Attributes_were_not_merged_properly_in_composite_configurati.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1532" link="https://issues.apache.org/jira/browse/LOG4J2-1532"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1533_Updated_Kafka_client_from_0_10_0_0_to_0_10_0_1.xml b/src/changelog/2.7/LOG4J2-1533_Updated_Kafka_client_from_0_10_0_0_to_0_10_0_1.xml
index 6c85d6c..93b319f 100644
--- a/src/changelog/2.7/LOG4J2-1533_Updated_Kafka_client_from_0_10_0_0_to_0_10_0_1.xml
+++ b/src/changelog/2.7/LOG4J2-1533_Updated_Kafka_client_from_0_10_0_0_to_0_10_0_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1533" link="https://issues.apache.org/jira/browse/LOG4J2-1533"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1538_Prevent_NPE_when_dynamically_removing_filters.xml b/src/changelog/2.7/LOG4J2-1538_Prevent_NPE_when_dynamically_removing_filters.xml
index d683db1..feb684a 100644
--- a/src/changelog/2.7/LOG4J2-1538_Prevent_NPE_when_dynamically_removing_filters.xml
+++ b/src/changelog/2.7/LOG4J2-1538_Prevent_NPE_when_dynamically_removing_filters.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1538" link="https://issues.apache.org/jira/browse/LOG4J2-1538"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1539_Added_Core_API_Configurator_shutdown_LoggerContext_long_Ti.xml b/src/changelog/2.7/LOG4J2-1539_Added_Core_API_Configurator_shutdown_LoggerContext_long_Ti.xml
index e468777..c2b28d8 100644
--- a/src/changelog/2.7/LOG4J2-1539_Added_Core_API_Configurator_shutdown_LoggerContext_long_Ti.xml
+++ b/src/changelog/2.7/LOG4J2-1539_Added_Core_API_Configurator_shutdown_LoggerContext_long_Ti.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1539" link="https://issues.apache.org/jira/browse/LOG4J2-1539"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1540_The_Core_AbstractManager_now_tracks_its_LoggerContext.xml b/src/changelog/2.7/LOG4J2-1540_The_Core_AbstractManager_now_tracks_its_LoggerContext.xml
index e262234..7941153 100644
--- a/src/changelog/2.7/LOG4J2-1540_The_Core_AbstractManager_now_tracks_its_LoggerContext.xml
+++ b/src/changelog/2.7/LOG4J2-1540_The_Core_AbstractManager_now_tracks_its_LoggerContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1540" link="https://issues.apache.org/jira/browse/LOG4J2-1540"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1541_Fix_file_handle_resource_leak_in_XmlConfiguration_XmlConfigu.xml b/src/changelog/2.7/LOG4J2-1541_Fix_file_handle_resource_leak_in_XmlConfiguration_XmlConfigu.xml
index 3b39ddf..874cfc5 100644
--- a/src/changelog/2.7/LOG4J2-1541_Fix_file_handle_resource_leak_in_XmlConfiguration_XmlConfigu.xml
+++ b/src/changelog/2.7/LOG4J2-1541_Fix_file_handle_resource_leak_in_XmlConfiguration_XmlConfigu.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1541" link="https://issues.apache.org/jira/browse/LOG4J2-1541"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1542_Prevent_ArrayIndexOutOfBoundsException_in_ParameterizedMessa.xml b/src/changelog/2.7/LOG4J2-1542_Prevent_ArrayIndexOutOfBoundsException_in_ParameterizedMessa.xml
index b396878..5d98fbc 100644
--- a/src/changelog/2.7/LOG4J2-1542_Prevent_ArrayIndexOutOfBoundsException_in_ParameterizedMessa.xml
+++ b/src/changelog/2.7/LOG4J2-1542_Prevent_ArrayIndexOutOfBoundsException_in_ParameterizedMessa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1542" link="https://issues.apache.org/jira/browse/LOG4J2-1542"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1543_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml b/src/changelog/2.7/LOG4J2-1543_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml
index 8e0e173..b69b747 100644
--- a/src/changelog/2.7/LOG4J2-1543_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml
+++ b/src/changelog/2.7/LOG4J2-1543_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1543" link="https://issues.apache.org/jira/browse/LOG4J2-1543"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1544_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml b/src/changelog/2.7/LOG4J2-1544_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml
index 064a769..37e43eb 100644
--- a/src/changelog/2.7/LOG4J2-1544_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml
+++ b/src/changelog/2.7/LOG4J2-1544_Removed_deprecated_Core_API_org_apache_logging_log4j_core_ut.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1544" link="https://issues.apache.org/jira/browse/LOG4J2-1544"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1545_Removed_deprecated_Web_API_org_apache_logging_log4j_web_WebL.xml b/src/changelog/2.7/LOG4J2-1545_Removed_deprecated_Web_API_org_apache_logging_log4j_web_WebL.xml
index 9a7f6af..c5aa340 100644
--- a/src/changelog/2.7/LOG4J2-1545_Removed_deprecated_Web_API_org_apache_logging_log4j_web_WebL.xml
+++ b/src/changelog/2.7/LOG4J2-1545_Removed_deprecated_Web_API_org_apache_logging_log4j_web_WebL.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1545" link="https://issues.apache.org/jira/browse/LOG4J2-1545"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1547_The_Core_AbstractConfiguration_now_tracks_its_LoggerContext.xml b/src/changelog/2.7/LOG4J2-1547_The_Core_AbstractConfiguration_now_tracks_its_LoggerContext.xml
index 7beef6f..ba6284a 100644
--- a/src/changelog/2.7/LOG4J2-1547_The_Core_AbstractConfiguration_now_tracks_its_LoggerContext.xml
+++ b/src/changelog/2.7/LOG4J2-1547_The_Core_AbstractConfiguration_now_tracks_its_LoggerContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1547" link="https://issues.apache.org/jira/browse/LOG4J2-1547"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1548__CronTriggeringPolicy_ConfigurationScheduler_scheduled_the.xml b/src/changelog/2.7/LOG4J2-1548__CronTriggeringPolicy_ConfigurationScheduler_scheduled_the.xml
index f573c99..18395c7 100644
--- a/src/changelog/2.7/LOG4J2-1548__CronTriggeringPolicy_ConfigurationScheduler_scheduled_the.xml
+++ b/src/changelog/2.7/LOG4J2-1548__CronTriggeringPolicy_ConfigurationScheduler_scheduled_the.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1548" link="https://issues.apache.org/jira/browse/LOG4J2-1548"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1549_Fixed_issue_where_AsyncLoggerContextSelector_PropertiesConfi.xml b/src/changelog/2.7/LOG4J2-1549_Fixed_issue_where_AsyncLoggerContextSelector_PropertiesConfi.xml
index ce9427e..7ad80f3 100644
--- a/src/changelog/2.7/LOG4J2-1549_Fixed_issue_where_AsyncLoggerContextSelector_PropertiesConfi.xml
+++ b/src/changelog/2.7/LOG4J2-1549_Fixed_issue_where_AsyncLoggerContextSelector_PropertiesConfi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1549" link="https://issues.apache.org/jira/browse/LOG4J2-1549"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.7/LOG4J2-1551_Updated_JMS_test_from_ActiveMQ_5_13_4_to_5_14_0.xml b/src/changelog/2.7/LOG4J2-1551_Updated_JMS_test_from_ActiveMQ_5_13_4_to_5_14_0.xml
index 0bd93c3..d584b2a 100644
--- a/src/changelog/2.7/LOG4J2-1551_Updated_JMS_test_from_ActiveMQ_5_13_4_to_5_14_0.xml
+++ b/src/changelog/2.7/LOG4J2-1551_Updated_JMS_test_from_ActiveMQ_5_13_4_to_5_14_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1551" link="https://issues.apache.org/jira/browse/LOG4J2-1551"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1553_AbstractManager_now_implements_AutoCloseable.xml b/src/changelog/2.7/LOG4J2-1553_AbstractManager_now_implements_AutoCloseable.xml
index 81a0f36..cd61308 100644
--- a/src/changelog/2.7/LOG4J2-1553_AbstractManager_now_implements_AutoCloseable.xml
+++ b/src/changelog/2.7/LOG4J2-1553_AbstractManager_now_implements_AutoCloseable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1553" link="https://issues.apache.org/jira/browse/LOG4J2-1553"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1556_Custom_Log4j_threads_now_extend_Log4jThread.xml b/src/changelog/2.7/LOG4J2-1556_Custom_Log4j_threads_now_extend_Log4jThread.xml
index ff5d237..5ed642b 100644
--- a/src/changelog/2.7/LOG4J2-1556_Custom_Log4j_threads_now_extend_Log4jThread.xml
+++ b/src/changelog/2.7/LOG4J2-1556_Custom_Log4j_threads_now_extend_Log4jThread.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1556" link="https://issues.apache.org/jira/browse/LOG4J2-1556"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1557_Add_a_Builder_for_the_SocketAppender_deprecates_factory_met.xml b/src/changelog/2.7/LOG4J2-1557_Add_a_Builder_for_the_SocketAppender_deprecates_factory_met.xml
index d11c46d..7668a8d 100644
--- a/src/changelog/2.7/LOG4J2-1557_Add_a_Builder_for_the_SocketAppender_deprecates_factory_met.xml
+++ b/src/changelog/2.7/LOG4J2-1557_Add_a_Builder_for_the_SocketAppender_deprecates_factory_met.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1557" link="https://issues.apache.org/jira/browse/LOG4J2-1557"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1558_SocketAppender_now_supports_IO_buffering.xml b/src/changelog/2.7/LOG4J2-1558_SocketAppender_now_supports_IO_buffering.xml
index 0acc423..dc52ae8 100644
--- a/src/changelog/2.7/LOG4J2-1558_SocketAppender_now_supports_IO_buffering.xml
+++ b/src/changelog/2.7/LOG4J2-1558_SocketAppender_now_supports_IO_buffering.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1558" link="https://issues.apache.org/jira/browse/LOG4J2-1558"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1559_Prevent_NPE_in_Level_isInRange.xml b/src/changelog/2.7/LOG4J2-1559_Prevent_NPE_in_Level_isInRange.xml
index 4e7d6d4..fa0ce6c 100644
--- a/src/changelog/2.7/LOG4J2-1559_Prevent_NPE_in_Level_isInRange.xml
+++ b/src/changelog/2.7/LOG4J2-1559_Prevent_NPE_in_Level_isInRange.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1559" link="https://issues.apache.org/jira/browse/LOG4J2-1559"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1562_Prevent_SocketAppender_memory_usage_from_growing_unbounded_i.xml b/src/changelog/2.7/LOG4J2-1562_Prevent_SocketAppender_memory_usage_from_growing_unbounded_i.xml
index cce28ac..dee54fc 100644
--- a/src/changelog/2.7/LOG4J2-1562_Prevent_SocketAppender_memory_usage_from_growing_unbounded_i.xml
+++ b/src/changelog/2.7/LOG4J2-1562_Prevent_SocketAppender_memory_usage_from_growing_unbounded_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1562" link="https://issues.apache.org/jira/browse/LOG4J2-1562"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1563_Fix_to_prevent_Log4j_2_6_2_and_higher_from_losing_exceptions.xml b/src/changelog/2.7/LOG4J2-1563_Fix_to_prevent_Log4j_2_6_2_and_higher_from_losing_exceptions.xml
index eada140..62538b9 100644
--- a/src/changelog/2.7/LOG4J2-1563_Fix_to_prevent_Log4j_2_6_2_and_higher_from_losing_exceptions.xml
+++ b/src/changelog/2.7/LOG4J2-1563_Fix_to_prevent_Log4j_2_6_2_and_higher_from_losing_exceptions.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1563" link="https://issues.apache.org/jira/browse/LOG4J2-1563"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1568_Added_support_for_java_util_concurrent_LinkedTransferQueue_t.xml b/src/changelog/2.7/LOG4J2-1568_Added_support_for_java_util_concurrent_LinkedTransferQueue_t.xml
index ad2f3c5..aec1f81 100644
--- a/src/changelog/2.7/LOG4J2-1568_Added_support_for_java_util_concurrent_LinkedTransferQueue_t.xml
+++ b/src/changelog/2.7/LOG4J2-1568_Added_support_for_java_util_concurrent_LinkedTransferQueue_t.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1568" link="https://issues.apache.org/jira/browse/LOG4J2-1568"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.7/LOG4J2-1569_Updated_Jackson_from_2_8_1_to_2_8_2.xml b/src/changelog/2.7/LOG4J2-1569_Updated_Jackson_from_2_8_1_to_2_8_2.xml
index 48a35e2..d5cd787 100644
--- a/src/changelog/2.7/LOG4J2-1569_Updated_Jackson_from_2_8_1_to_2_8_2.xml
+++ b/src/changelog/2.7/LOG4J2-1569_Updated_Jackson_from_2_8_1_to_2_8_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1569" link="https://issues.apache.org/jira/browse/LOG4J2-1569"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1573_Layout_is_no_longer_optional.xml b/src/changelog/2.7/LOG4J2-1573_Layout_is_no_longer_optional.xml
index 37ab785..bbd3181 100644
--- a/src/changelog/2.7/LOG4J2-1573_Layout_is_no_longer_optional.xml
+++ b/src/changelog/2.7/LOG4J2-1573_Layout_is_no_longer_optional.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1573" link="https://issues.apache.org/jira/browse/LOG4J2-1573"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1574_Allow_the_RollingFileAppender_to_use_default_pattern_layout.xml b/src/changelog/2.7/LOG4J2-1574_Allow_the_RollingFileAppender_to_use_default_pattern_layout.xml
index 45fc5b6..c123f1d 100644
--- a/src/changelog/2.7/LOG4J2-1574_Allow_the_RollingFileAppender_to_use_default_pattern_layout.xml
+++ b/src/changelog/2.7/LOG4J2-1574_Allow_the_RollingFileAppender_to_use_default_pattern_layout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1574" link="https://issues.apache.org/jira/browse/LOG4J2-1574"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1575__GC_LoggerConfig_now_stores_configuration_properties_in_a_L.xml b/src/changelog/2.7/LOG4J2-1575__GC_LoggerConfig_now_stores_configuration_properties_in_a_L.xml
index d685683..fc74a12 100644
--- a/src/changelog/2.7/LOG4J2-1575__GC_LoggerConfig_now_stores_configuration_properties_in_a_L.xml
+++ b/src/changelog/2.7/LOG4J2-1575__GC_LoggerConfig_now_stores_configuration_properties_in_a_L.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1575" link="https://issues.apache.org/jira/browse/LOG4J2-1575"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1577_Add_a_Builder_to_the_RoutingAppender_and_deprecate_factory_m.xml b/src/changelog/2.7/LOG4J2-1577_Add_a_Builder_to_the_RoutingAppender_and_deprecate_factory_m.xml
index b4027d4..53cb7d7 100644
--- a/src/changelog/2.7/LOG4J2-1577_Add_a_Builder_to_the_RoutingAppender_and_deprecate_factory_m.xml
+++ b/src/changelog/2.7/LOG4J2-1577_Add_a_Builder_to_the_RoutingAppender_and_deprecate_factory_m.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1577" link="https://issues.apache.org/jira/browse/LOG4J2-1577"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1578_RoutingAppender_can_be_configured_with_scripts_Add_Script_i.xml b/src/changelog/2.7/LOG4J2-1578_RoutingAppender_can_be_configured_with_scripts_Add_Script_i.xml
index 1c22eb7..6fdde82 100644
--- a/src/changelog/2.7/LOG4J2-1578_RoutingAppender_can_be_configured_with_scripts_Add_Script_i.xml
+++ b/src/changelog/2.7/LOG4J2-1578_RoutingAppender_can_be_configured_with_scripts_Add_Script_i.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1578" link="https://issues.apache.org/jira/browse/LOG4J2-1578"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1581_Unregistering_JMX_components_no_longer_prints_a_stack_trace.xml b/src/changelog/2.7/LOG4J2-1581_Unregistering_JMX_components_no_longer_prints_a_stack_trace.xml
index bc31f97..ce61359 100644
--- a/src/changelog/2.7/LOG4J2-1581_Unregistering_JMX_components_no_longer_prints_a_stack_trace.xml
+++ b/src/changelog/2.7/LOG4J2-1581_Unregistering_JMX_components_no_longer_prints_a_stack_trace.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1581" link="https://issues.apache.org/jira/browse/LOG4J2-1581"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1582_When_initializing_on_platforms_where_JMX_is_not_available_I.xml b/src/changelog/2.7/LOG4J2-1582_When_initializing_on_platforms_where_JMX_is_not_available_I.xml
index 9b26911..6aa491c 100644
--- a/src/changelog/2.7/LOG4J2-1582_When_initializing_on_platforms_where_JMX_is_not_available_I.xml
+++ b/src/changelog/2.7/LOG4J2-1582_When_initializing_on_platforms_where_JMX_is_not_available_I.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1582" link="https://issues.apache.org/jira/browse/LOG4J2-1582"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1583_Fixed_scrambled_log_messages_triggered_by_nested_logging_fro.xml b/src/changelog/2.7/LOG4J2-1583_Fixed_scrambled_log_messages_triggered_by_nested_logging_fro.xml
index c971227..bdfc8b3 100644
--- a/src/changelog/2.7/LOG4J2-1583_Fixed_scrambled_log_messages_triggered_by_nested_logging_fro.xml
+++ b/src/changelog/2.7/LOG4J2-1583_Fixed_scrambled_log_messages_triggered_by_nested_logging_fro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1583" link="https://issues.apache.org/jira/browse/LOG4J2-1583"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1590_Fixed_issue_with_filters_extending_AbstractFilter_that_did_n.xml b/src/changelog/2.7/LOG4J2-1590_Fixed_issue_with_filters_extending_AbstractFilter_that_did_n.xml
index e7ac3b6..a551371 100644
--- a/src/changelog/2.7/LOG4J2-1590_Fixed_issue_with_filters_extending_AbstractFilter_that_did_n.xml
+++ b/src/changelog/2.7/LOG4J2-1590_Fixed_issue_with_filters_extending_AbstractFilter_that_did_n.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1590" link="https://issues.apache.org/jira/browse/LOG4J2-1590"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1591_Introduced_new_interface_LifeCycle2_with_stop_long_TimeUnit.xml b/src/changelog/2.7/LOG4J2-1591_Introduced_new_interface_LifeCycle2_with_stop_long_TimeUnit.xml
index 7b25e8d..20e57c6 100644
--- a/src/changelog/2.7/LOG4J2-1591_Introduced_new_interface_LifeCycle2_with_stop_long_TimeUnit.xml
+++ b/src/changelog/2.7/LOG4J2-1591_Introduced_new_interface_LifeCycle2_with_stop_long_TimeUnit.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1591" link="https://issues.apache.org/jira/browse/LOG4J2-1591"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1597_Add_a_ScriptAppenderSelector_to_create_an_Appender_specified.xml b/src/changelog/2.7/LOG4J2-1597_Add_a_ScriptAppenderSelector_to_create_an_Appender_specified.xml
index 39ca8ed..54e9940 100644
--- a/src/changelog/2.7/LOG4J2-1597_Add_a_ScriptAppenderSelector_to_create_an_Appender_specified.xml
+++ b/src/changelog/2.7/LOG4J2-1597_Add_a_ScriptAppenderSelector_to_create_an_Appender_specified.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1597" link="https://issues.apache.org/jira/browse/LOG4J2-1597"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1598_Updated_Jackson_from_2_8_2_to_2_8_3.xml b/src/changelog/2.7/LOG4J2-1598_Updated_Jackson_from_2_8_2_to_2_8_3.xml
index 5e7c23c..139d704 100644
--- a/src/changelog/2.7/LOG4J2-1598_Updated_Jackson_from_2_8_2_to_2_8_3.xml
+++ b/src/changelog/2.7/LOG4J2-1598_Updated_Jackson_from_2_8_2_to_2_8_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1598" link="https://issues.apache.org/jira/browse/LOG4J2-1598"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1599_Prevent_potential_NPE_in_org_apache_logging_log4j_message_Pa.xml b/src/changelog/2.7/LOG4J2-1599_Prevent_potential_NPE_in_org_apache_logging_log4j_message_Pa.xml
index 2d2f469..fe508d4 100644
--- a/src/changelog/2.7/LOG4J2-1599_Prevent_potential_NPE_in_org_apache_logging_log4j_message_Pa.xml
+++ b/src/changelog/2.7/LOG4J2-1599_Prevent_potential_NPE_in_org_apache_logging_log4j_message_Pa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1599" link="https://issues.apache.org/jira/browse/LOG4J2-1599"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1600_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml b/src/changelog/2.7/LOG4J2-1600_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml
index 11c020d..6652d42 100644
--- a/src/changelog/2.7/LOG4J2-1600_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml
+++ b/src/changelog/2.7/LOG4J2-1600_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1600" link="https://issues.apache.org/jira/browse/LOG4J2-1600"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1601_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml b/src/changelog/2.7/LOG4J2-1601_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml
index 0e287f3..929163a 100644
--- a/src/changelog/2.7/LOG4J2-1601_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml
+++ b/src/changelog/2.7/LOG4J2-1601_Prevent_potential_NPE_due_to_org_apache_logging_log4j_core_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1601" link="https://issues.apache.org/jira/browse/LOG4J2-1601"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1602_Prevent_potential_NPE_in_org_apache_logging_log4j_core_util.xml b/src/changelog/2.7/LOG4J2-1602_Prevent_potential_NPE_in_org_apache_logging_log4j_core_util.xml
index 88a1144..8dfccd7 100644
--- a/src/changelog/2.7/LOG4J2-1602_Prevent_potential_NPE_in_org_apache_logging_log4j_core_util.xml
+++ b/src/changelog/2.7/LOG4J2-1602_Prevent_potential_NPE_in_org_apache_logging_log4j_core_util.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1602" link="https://issues.apache.org/jira/browse/LOG4J2-1602"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1603_Redo_hashCode_and_equals_methods_in_org_apache_logging_l.xml b/src/changelog/2.7/LOG4J2-1603_Redo_hashCode_and_equals_methods_in_org_apache_logging_l.xml
index 7799bd3..67468bd 100644
--- a/src/changelog/2.7/LOG4J2-1603_Redo_hashCode_and_equals_methods_in_org_apache_logging_l.xml
+++ b/src/changelog/2.7/LOG4J2-1603_Redo_hashCode_and_equals_methods_in_org_apache_logging_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1603" link="https://issues.apache.org/jira/browse/LOG4J2-1603"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1604_Log4j2_TcpSocketServer_in_background.xml b/src/changelog/2.7/LOG4J2-1604_Log4j2_TcpSocketServer_in_background.xml
index 443282c..d6dbcf6 100644
--- a/src/changelog/2.7/LOG4J2-1604_Log4j2_TcpSocketServer_in_background.xml
+++ b/src/changelog/2.7/LOG4J2-1604_Log4j2_TcpSocketServer_in_background.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1604" link="https://issues.apache.org/jira/browse/LOG4J2-1604"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1605_Improve_error_messages_for_TcpSocketServer_and_UdpSocketServ.xml b/src/changelog/2.7/LOG4J2-1605_Improve_error_messages_for_TcpSocketServer_and_UdpSocketServ.xml
index d282364..ede7434 100644
--- a/src/changelog/2.7/LOG4J2-1605_Improve_error_messages_for_TcpSocketServer_and_UdpSocketServ.xml
+++ b/src/changelog/2.7/LOG4J2-1605_Improve_error_messages_for_TcpSocketServer_and_UdpSocketServ.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1605" link="https://issues.apache.org/jira/browse/LOG4J2-1605"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1608_ServletAppender_does_not_provide_throwable_object_to_Servlet.xml b/src/changelog/2.7/LOG4J2-1608_ServletAppender_does_not_provide_throwable_object_to_Servlet.xml
index d3ab9fa..5ca4956 100644
--- a/src/changelog/2.7/LOG4J2-1608_ServletAppender_does_not_provide_throwable_object_to_Servlet.xml
+++ b/src/changelog/2.7/LOG4J2-1608_ServletAppender_does_not_provide_throwable_object_to_Servlet.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1608" link="https://issues.apache.org/jira/browse/LOG4J2-1608"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1609_Add_a_Builder_to_ServletAppender_and_deprecate_factory_metho.xml b/src/changelog/2.7/LOG4J2-1609_Add_a_Builder_to_ServletAppender_and_deprecate_factory_metho.xml
index 74dce2c..8400a73 100644
--- a/src/changelog/2.7/LOG4J2-1609_Add_a_Builder_to_ServletAppender_and_deprecate_factory_metho.xml
+++ b/src/changelog/2.7/LOG4J2-1609_Add_a_Builder_to_ServletAppender_and_deprecate_factory_metho.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1609" link="https://issues.apache.org/jira/browse/LOG4J2-1609"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1610_Add_targetNamespace_to_log4j_config_xsd_GitHub_43.xml b/src/changelog/2.7/LOG4J2-1610_Add_targetNamespace_to_log4j_config_xsd_GitHub_43.xml
index de46758..2d6a35e 100644
--- a/src/changelog/2.7/LOG4J2-1610_Add_targetNamespace_to_log4j_config_xsd_GitHub_43.xml
+++ b/src/changelog/2.7/LOG4J2-1610_Add_targetNamespace_to_log4j_config_xsd_GitHub_43.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1610" link="https://issues.apache.org/jira/browse/LOG4J2-1610"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1611_Improved_performance_of_context_data_injector_for_web_applic.xml b/src/changelog/2.7/LOG4J2-1611_Improved_performance_of_context_data_injector_for_web_applic.xml
index 06cc8dc..eb163aa 100644
--- a/src/changelog/2.7/LOG4J2-1611_Improved_performance_of_context_data_injector_for_web_applic.xml
+++ b/src/changelog/2.7/LOG4J2-1611_Improved_performance_of_context_data_injector_for_web_applic.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1611" link="https://issues.apache.org/jira/browse/LOG4J2-1611"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1618_Fixed_ClassCastException_when_using_JUL_logging_during_shutd.xml b/src/changelog/2.7/LOG4J2-1618_Fixed_ClassCastException_when_using_JUL_logging_during_shutd.xml
index 49892c6..cec38dd 100644
--- a/src/changelog/2.7/LOG4J2-1618_Fixed_ClassCastException_when_using_JUL_logging_during_shutd.xml
+++ b/src/changelog/2.7/LOG4J2-1618_Fixed_ClassCastException_when_using_JUL_logging_during_shutd.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1618" link="https://issues.apache.org/jira/browse/LOG4J2-1618"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-1619_new_Log4jLogEvent_toString_throws_an_NPE.xml b/src/changelog/2.7/LOG4J2-1619_new_Log4jLogEvent_toString_throws_an_NPE.xml
index 7dbe859..aab9207 100644
--- a/src/changelog/2.7/LOG4J2-1619_new_Log4jLogEvent_toString_throws_an_NPE.xml
+++ b/src/changelog/2.7/LOG4J2-1619_new_Log4jLogEvent_toString_throws_an_NPE.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1619" link="https://issues.apache.org/jira/browse/LOG4J2-1619"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1620_2_7_rc1_RollingFileAppender_immediateFlush_default_value_sh.xml b/src/changelog/2.7/LOG4J2-1620_2_7_rc1_RollingFileAppender_immediateFlush_default_value_sh.xml
index e23be5a..ed623f8 100644
--- a/src/changelog/2.7/LOG4J2-1620_2_7_rc1_RollingFileAppender_immediateFlush_default_value_sh.xml
+++ b/src/changelog/2.7/LOG4J2-1620_2_7_rc1_RollingFileAppender_immediateFlush_default_value_sh.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1620" link="https://issues.apache.org/jira/browse/LOG4J2-1620"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-1757_Update_Apache_Commons_Compress_from_1_12_to_1_13.xml b/src/changelog/2.7/LOG4J2-1757_Update_Apache_Commons_Compress_from_1_12_to_1_13.xml
index 94ced16..2dc6dea 100644
--- a/src/changelog/2.7/LOG4J2-1757_Update_Apache_Commons_Compress_from_1_12_to_1_13.xml
+++ b/src/changelog/2.7/LOG4J2-1757_Update_Apache_Commons_Compress_from_1_12_to_1_13.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1757" link="https://issues.apache.org/jira/browse/LOG4J2-1757"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.7/LOG4J2-351__OSGi_Fixed_wrong_Fragment_Host_in_manifest_files.xml b/src/changelog/2.7/LOG4J2-351__OSGi_Fixed_wrong_Fragment_Host_in_manifest_files.xml
index 40c30b0..e06e919 100644
--- a/src/changelog/2.7/LOG4J2-351__OSGi_Fixed_wrong_Fragment_Host_in_manifest_files.xml
+++ b/src/changelog/2.7/LOG4J2-351__OSGi_Fixed_wrong_Fragment_Host_in_manifest_files.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-351" link="https://issues.apache.org/jira/browse/LOG4J2-351"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.7/LOG4J2-905_Added_ability_to_disable_date_lookup_completely_for_compat.xml b/src/changelog/2.7/LOG4J2-905_Added_ability_to_disable_date_lookup_completely_for_compat.xml
index fb6ba56..7c26a2a 100644
--- a/src/changelog/2.7/LOG4J2-905_Added_ability_to_disable_date_lookup_completely_for_compat.xml
+++ b/src/changelog/2.7/LOG4J2-905_Added_ability_to_disable_date_lookup_completely_for_compat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-905" link="https://issues.apache.org/jira/browse/LOG4J2-905"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.1/.release.xml b/src/changelog/2.8.1/.release.xml
index e677d40..a36b21c 100644
--- a/src/changelog/2.8.1/.release.xml
+++ b/src/changelog/2.8.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2017-02-26"
          version="2.8.1"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1753_Fix_ClassNotFoundException_org_apache_logging_log4j_core_uti.xml b/src/changelog/2.8.1/LOG4J2-1753_Fix_ClassNotFoundException_org_apache_logging_log4j_core_uti.xml
index 0ac1180..9b6266c 100644
--- a/src/changelog/2.8.1/LOG4J2-1753_Fix_ClassNotFoundException_org_apache_logging_log4j_core_uti.xml
+++ b/src/changelog/2.8.1/LOG4J2-1753_Fix_ClassNotFoundException_org_apache_logging_log4j_core_uti.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1753" link="https://issues.apache.org/jira/browse/LOG4J2-1753"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1799_Fixed_bug_in_PropertiesUtil_getCharsetProperty_that_caused.xml b/src/changelog/2.8.1/LOG4J2-1799_Fixed_bug_in_PropertiesUtil_getCharsetProperty_that_caused.xml
index f1a15c3..6bd678c 100644
--- a/src/changelog/2.8.1/LOG4J2-1799_Fixed_bug_in_PropertiesUtil_getCharsetProperty_that_caused.xml
+++ b/src/changelog/2.8.1/LOG4J2-1799_Fixed_bug_in_PropertiesUtil_getCharsetProperty_that_caused.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1799" link="https://issues.apache.org/jira/browse/LOG4J2-1799"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1800_Report_errors_when_sending_to_Kafka_when_using_syncSend_fals.xml b/src/changelog/2.8.1/LOG4J2-1800_Report_errors_when_sending_to_Kafka_when_using_syncSend_fals.xml
index 4bf85a1..c0055ba 100644
--- a/src/changelog/2.8.1/LOG4J2-1800_Report_errors_when_sending_to_Kafka_when_using_syncSend_fals.xml
+++ b/src/changelog/2.8.1/LOG4J2-1800_Report_errors_when_sending_to_Kafka_when_using_syncSend_fals.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1800" link="https://issues.apache.org/jira/browse/LOG4J2-1800"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1803_Fix_Maven_POM_to_ensure_JMH_generated_classes_in_log4j_perf.xml b/src/changelog/2.8.1/LOG4J2-1803_Fix_Maven_POM_to_ensure_JMH_generated_classes_in_log4j_perf.xml
index fc0564a..8797af0 100644
--- a/src/changelog/2.8.1/LOG4J2-1803_Fix_Maven_POM_to_ensure_JMH_generated_classes_in_log4j_perf.xml
+++ b/src/changelog/2.8.1/LOG4J2-1803_Fix_Maven_POM_to_ensure_JMH_generated_classes_in_log4j_perf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1803" link="https://issues.apache.org/jira/browse/LOG4J2-1803"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1804_Allow_i_in_file_pattern_to_be_preceded_with_characters_othe.xml b/src/changelog/2.8.1/LOG4J2-1804_Allow_i_in_file_pattern_to_be_preceded_with_characters_othe.xml
index d46e7f4..29dd36c 100644
--- a/src/changelog/2.8.1/LOG4J2-1804_Allow_i_in_file_pattern_to_be_preceded_with_characters_othe.xml
+++ b/src/changelog/2.8.1/LOG4J2-1804_Allow_i_in_file_pattern_to_be_preceded_with_characters_othe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1804" link="https://issues.apache.org/jira/browse/LOG4J2-1804"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1805_Fixed_rare_race_condition_in_FixedDateFormat_made_FixedDate.xml b/src/changelog/2.8.1/LOG4J2-1805_Fixed_rare_race_condition_in_FixedDateFormat_made_FixedDate.xml
index e34051e..5f7245d 100644
--- a/src/changelog/2.8.1/LOG4J2-1805_Fixed_rare_race_condition_in_FixedDateFormat_made_FixedDate.xml
+++ b/src/changelog/2.8.1/LOG4J2-1805_Fixed_rare_race_condition_in_FixedDateFormat_made_FixedDate.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1805" link="https://issues.apache.org/jira/browse/LOG4J2-1805"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1806_Fix_Javadoc_for_DefaultRolloverStrategy_purgeAscending.xml b/src/changelog/2.8.1/LOG4J2-1806_Fix_Javadoc_for_DefaultRolloverStrategy_purgeAscending.xml
index d6289c4..b19d3bc 100644
--- a/src/changelog/2.8.1/LOG4J2-1806_Fix_Javadoc_for_DefaultRolloverStrategy_purgeAscending.xml
+++ b/src/changelog/2.8.1/LOG4J2-1806_Fix_Javadoc_for_DefaultRolloverStrategy_purgeAscending.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1806" link="https://issues.apache.org/jira/browse/LOG4J2-1806"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1807__core_Add_and_implement_LogEvent_toImmutable.xml b/src/changelog/2.8.1/LOG4J2-1807__core_Add_and_implement_LogEvent_toImmutable.xml
index bbe1723..7d8ea6d 100644
--- a/src/changelog/2.8.1/LOG4J2-1807__core_Add_and_implement_LogEvent_toImmutable.xml
+++ b/src/changelog/2.8.1/LOG4J2-1807__core_Add_and_implement_LogEvent_toImmutable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1807" link="https://issues.apache.org/jira/browse/LOG4J2-1807"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1810_Update_to_use_Logback_1_1_10_and_then_Logback_1_2_for_tests.xml b/src/changelog/2.8.1/LOG4J2-1810_Update_to_use_Logback_1_1_10_and_then_Logback_1_2_for_tests.xml
index 095ed71..644072f 100644
--- a/src/changelog/2.8.1/LOG4J2-1810_Update_to_use_Logback_1_1_10_and_then_Logback_1_2_for_tests.xml
+++ b/src/changelog/2.8.1/LOG4J2-1810_Update_to_use_Logback_1_1_10_and_then_Logback_1_2_for_tests.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1810" link="https://issues.apache.org/jira/browse/LOG4J2-1810"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1812_Improved_error_message_when_log4j_2_configuration_file_not_f.xml b/src/changelog/2.8.1/LOG4J2-1812_Improved_error_message_when_log4j_2_configuration_file_not_f.xml
index 0f9d1fd..e459def 100644
--- a/src/changelog/2.8.1/LOG4J2-1812_Improved_error_message_when_log4j_2_configuration_file_not_f.xml
+++ b/src/changelog/2.8.1/LOG4J2-1812_Improved_error_message_when_log4j_2_configuration_file_not_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1812" link="https://issues.apache.org/jira/browse/LOG4J2-1812"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1816_Change_minOccur_to_minOccurs_in_Log4j_config_xsd.xml b/src/changelog/2.8.1/LOG4J2-1816_Change_minOccur_to_minOccurs_in_Log4j_config_xsd.xml
index 825f3bd..dab2865 100644
--- a/src/changelog/2.8.1/LOG4J2-1816_Change_minOccur_to_minOccurs_in_Log4j_config_xsd.xml
+++ b/src/changelog/2.8.1/LOG4J2-1816_Change_minOccur_to_minOccurs_in_Log4j_config_xsd.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1816" link="https://issues.apache.org/jira/browse/LOG4J2-1816"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1818_Fix_rollover_to_work_when_filePattern_contains_no_directory.xml b/src/changelog/2.8.1/LOG4J2-1818_Fix_rollover_to_work_when_filePattern_contains_no_directory.xml
index 2ce39c3..de63c1f 100644
--- a/src/changelog/2.8.1/LOG4J2-1818_Fix_rollover_to_work_when_filePattern_contains_no_directory.xml
+++ b/src/changelog/2.8.1/LOG4J2-1818_Fix_rollover_to_work_when_filePattern_contains_no_directory.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1818" link="https://issues.apache.org/jira/browse/LOG4J2-1818"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1819_Update_Jackson_from_2_8_5_to_2_8_6.xml b/src/changelog/2.8.1/LOG4J2-1819_Update_Jackson_from_2_8_5_to_2_8_6.xml
index 48fb378..da96a2c 100644
--- a/src/changelog/2.8.1/LOG4J2-1819_Update_Jackson_from_2_8_5_to_2_8_6.xml
+++ b/src/changelog/2.8.1/LOG4J2-1819_Update_Jackson_from_2_8_5_to_2_8_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1819" link="https://issues.apache.org/jira/browse/LOG4J2-1819"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1822_Update_SLF4J_to_1_7_24.xml b/src/changelog/2.8.1/LOG4J2-1822_Update_SLF4J_to_1_7_24.xml
index 5f4171b..45bf1f9 100644
--- a/src/changelog/2.8.1/LOG4J2-1822_Update_SLF4J_to_1_7_24.xml
+++ b/src/changelog/2.8.1/LOG4J2-1822_Update_SLF4J_to_1_7_24.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1822" link="https://issues.apache.org/jira/browse/LOG4J2-1822"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8.1/LOG4J2-1823_Remove_deprecation_on_MessageSupplier_lambda_functions_in_Lo.xml b/src/changelog/2.8.1/LOG4J2-1823_Remove_deprecation_on_MessageSupplier_lambda_functions_in_Lo.xml
index ca91b3f..62e7244 100644
--- a/src/changelog/2.8.1/LOG4J2-1823_Remove_deprecation_on_MessageSupplier_lambda_functions_in_Lo.xml
+++ b/src/changelog/2.8.1/LOG4J2-1823_Remove_deprecation_on_MessageSupplier_lambda_functions_in_Lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1823" link="https://issues.apache.org/jira/browse/LOG4J2-1823"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/.release.xml b/src/changelog/2.8.2/.release.xml
index 6aaa725..ed06097 100644
--- a/src/changelog/2.8.2/.release.xml
+++ b/src/changelog/2.8.2/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2017-04-02"
          version="2.8.2"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1820_Log4j_2_8_can_lose_exceptions_when_a_security_manager_is_pre.xml b/src/changelog/2.8.2/LOG4J2-1820_Log4j_2_8_can_lose_exceptions_when_a_security_manager_is_pre.xml
index ba81f29..49f30d8 100644
--- a/src/changelog/2.8.2/LOG4J2-1820_Log4j_2_8_can_lose_exceptions_when_a_security_manager_is_pre.xml
+++ b/src/changelog/2.8.2/LOG4J2-1820_Log4j_2_8_can_lose_exceptions_when_a_security_manager_is_pre.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1820" link="https://issues.apache.org/jira/browse/LOG4J2-1820"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1827_Move_integration_tests_to_their_own_module_to_speed_up_build.xml b/src/changelog/2.8.2/LOG4J2-1827_Move_integration_tests_to_their_own_module_to_speed_up_build.xml
index 710527a..ff67dc5 100644
--- a/src/changelog/2.8.2/LOG4J2-1827_Move_integration_tests_to_their_own_module_to_speed_up_build.xml
+++ b/src/changelog/2.8.2/LOG4J2-1827_Move_integration_tests_to_their_own_module_to_speed_up_build.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1827" link="https://issues.apache.org/jira/browse/LOG4J2-1827"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1831_NullPointerException_in_HtmlLayout.xml b/src/changelog/2.8.2/LOG4J2-1831_NullPointerException_in_HtmlLayout.xml
index af1df5d..6eb6195 100644
--- a/src/changelog/2.8.2/LOG4J2-1831_NullPointerException_in_HtmlLayout.xml
+++ b/src/changelog/2.8.2/LOG4J2-1831_NullPointerException_in_HtmlLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1831" link="https://issues.apache.org/jira/browse/LOG4J2-1831"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1835_Fix_documentation_about_the_licensing_for_JeroMQ.xml b/src/changelog/2.8.2/LOG4J2-1835_Fix_documentation_about_the_licensing_for_JeroMQ.xml
index 68f8db2..5507377 100644
--- a/src/changelog/2.8.2/LOG4J2-1835_Fix_documentation_about_the_licensing_for_JeroMQ.xml
+++ b/src/changelog/2.8.2/LOG4J2-1835_Fix_documentation_about_the_licensing_for_JeroMQ.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1835" link="https://issues.apache.org/jira/browse/LOG4J2-1835"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1836_Update_the_API_version_to_2_6_0.xml b/src/changelog/2.8.2/LOG4J2-1836_Update_the_API_version_to_2_6_0.xml
index ff77969..4c29321 100644
--- a/src/changelog/2.8.2/LOG4J2-1836_Update_the_API_version_to_2_6_0.xml
+++ b/src/changelog/2.8.2/LOG4J2-1836_Update_the_API_version_to_2_6_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1836" link="https://issues.apache.org/jira/browse/LOG4J2-1836"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1838_Add_support_for_appending_common_suffix_to_each_line_of_exte.xml b/src/changelog/2.8.2/LOG4J2-1838_Add_support_for_appending_common_suffix_to_each_line_of_exte.xml
index 8491897..6876118 100644
--- a/src/changelog/2.8.2/LOG4J2-1838_Add_support_for_appending_common_suffix_to_each_line_of_exte.xml
+++ b/src/changelog/2.8.2/LOG4J2-1838_Add_support_for_appending_common_suffix_to_each_line_of_exte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1838" link="https://issues.apache.org/jira/browse/LOG4J2-1838"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1840_Fix_typo_in_replace_converter_documentation.xml b/src/changelog/2.8.2/LOG4J2-1840_Fix_typo_in_replace_converter_documentation.xml
index 8b73191..3b1f18f 100644
--- a/src/changelog/2.8.2/LOG4J2-1840_Fix_typo_in_replace_converter_documentation.xml
+++ b/src/changelog/2.8.2/LOG4J2-1840_Fix_typo_in_replace_converter_documentation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1840" link="https://issues.apache.org/jira/browse/LOG4J2-1840"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1843_Add_support_for_appending_common_suffix_to_each_line_of_thro.xml b/src/changelog/2.8.2/LOG4J2-1843_Add_support_for_appending_common_suffix_to_each_line_of_thro.xml
index 687ccdd..1dd25f9 100644
--- a/src/changelog/2.8.2/LOG4J2-1843_Add_support_for_appending_common_suffix_to_each_line_of_thro.xml
+++ b/src/changelog/2.8.2/LOG4J2-1843_Add_support_for_appending_common_suffix_to_each_line_of_thro.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1843" link="https://issues.apache.org/jira/browse/LOG4J2-1843"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1845_Handle_when_LogEvent_getLoggerName_returns_null_in_KafkaAp.xml b/src/changelog/2.8.2/LOG4J2-1845_Handle_when_LogEvent_getLoggerName_returns_null_in_KafkaAp.xml
index 5d5a2c0..2b8ac81 100644
--- a/src/changelog/2.8.2/LOG4J2-1845_Handle_when_LogEvent_getLoggerName_returns_null_in_KafkaAp.xml
+++ b/src/changelog/2.8.2/LOG4J2-1845_Handle_when_LogEvent_getLoggerName_returns_null_in_KafkaAp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1845" link="https://issues.apache.org/jira/browse/LOG4J2-1845"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1846_Handle_when_LogEvent_getLoggerName_returns_null_in_LoggerN.xml b/src/changelog/2.8.2/LOG4J2-1846_Handle_when_LogEvent_getLoggerName_returns_null_in_LoggerN.xml
index 22e52d3..b153c6c 100644
--- a/src/changelog/2.8.2/LOG4J2-1846_Handle_when_LogEvent_getLoggerName_returns_null_in_LoggerN.xml
+++ b/src/changelog/2.8.2/LOG4J2-1846_Handle_when_LogEvent_getLoggerName_returns_null_in_LoggerN.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1846" link="https://issues.apache.org/jira/browse/LOG4J2-1846"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1848_Add_JSON_encoding_support_to_EncodingPatternConverter_encod.xml b/src/changelog/2.8.2/LOG4J2-1848_Add_JSON_encoding_support_to_EncodingPatternConverter_encod.xml
index cfeaf1a..9a7e871 100644
--- a/src/changelog/2.8.2/LOG4J2-1848_Add_JSON_encoding_support_to_EncodingPatternConverter_encod.xml
+++ b/src/changelog/2.8.2/LOG4J2-1848_Add_JSON_encoding_support_to_EncodingPatternConverter_encod.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1848" link="https://issues.apache.org/jira/browse/LOG4J2-1848"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1849_Fixed_daylight_savings_time_DST_issue_with_FixedDateFormat.xml b/src/changelog/2.8.2/LOG4J2-1849_Fixed_daylight_savings_time_DST_issue_with_FixedDateFormat.xml
index aafaddf..30ba0c5 100644
--- a/src/changelog/2.8.2/LOG4J2-1849_Fixed_daylight_savings_time_DST_issue_with_FixedDateFormat.xml
+++ b/src/changelog/2.8.2/LOG4J2-1849_Fixed_daylight_savings_time_DST_issue_with_FixedDateFormat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1849" link="https://issues.apache.org/jira/browse/LOG4J2-1849"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1850_Fix_CassandraRule_and_unit_tests_on_Windows.xml b/src/changelog/2.8.2/LOG4J2-1850_Fix_CassandraRule_and_unit_tests_on_Windows.xml
index a2469a1..600b841 100644
--- a/src/changelog/2.8.2/LOG4J2-1850_Fix_CassandraRule_and_unit_tests_on_Windows.xml
+++ b/src/changelog/2.8.2/LOG4J2-1850_Fix_CassandraRule_and_unit_tests_on_Windows.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1850" link="https://issues.apache.org/jira/browse/LOG4J2-1850"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1853_The_default_value_of_RandomAccessFileAppender_Builder_append.xml b/src/changelog/2.8.2/LOG4J2-1853_The_default_value_of_RandomAccessFileAppender_Builder_append.xml
index a902507..6190da0 100644
--- a/src/changelog/2.8.2/LOG4J2-1853_The_default_value_of_RandomAccessFileAppender_Builder_append.xml
+++ b/src/changelog/2.8.2/LOG4J2-1853_The_default_value_of_RandomAccessFileAppender_Builder_append.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1853" link="https://issues.apache.org/jira/browse/LOG4J2-1853"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1856_Update_Jackson_from_2_8_6_to_2_8_7.xml b/src/changelog/2.8.2/LOG4J2-1856_Update_Jackson_from_2_8_6_to_2_8_7.xml
index 6885f84..5f51a3f 100644
--- a/src/changelog/2.8.2/LOG4J2-1856_Update_Jackson_from_2_8_6_to_2_8_7.xml
+++ b/src/changelog/2.8.2/LOG4J2-1856_Update_Jackson_from_2_8_6_to_2_8_7.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1856" link="https://issues.apache.org/jira/browse/LOG4J2-1856"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1861_Fix_JavaDoc_on_org_apache_logging_log4j_ThreadContext_about.xml b/src/changelog/2.8.2/LOG4J2-1861_Fix_JavaDoc_on_org_apache_logging_log4j_ThreadContext_about.xml
index 38249e7..fb60d89 100644
--- a/src/changelog/2.8.2/LOG4J2-1861_Fix_JavaDoc_on_org_apache_logging_log4j_ThreadContext_about.xml
+++ b/src/changelog/2.8.2/LOG4J2-1861_Fix_JavaDoc_on_org_apache_logging_log4j_ThreadContext_about.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1861" link="https://issues.apache.org/jira/browse/LOG4J2-1861"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1862_Fix_JavaDoc_about_Order_and_OrderComparator_ordering.xml b/src/changelog/2.8.2/LOG4J2-1862_Fix_JavaDoc_about_Order_and_OrderComparator_ordering.xml
index f35f9ba..f9fbdb4 100644
--- a/src/changelog/2.8.2/LOG4J2-1862_Fix_JavaDoc_about_Order_and_OrderComparator_ordering.xml
+++ b/src/changelog/2.8.2/LOG4J2-1862_Fix_JavaDoc_about_Order_and_OrderComparator_ordering.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1862" link="https://issues.apache.org/jira/browse/LOG4J2-1862"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8.2/LOG4J2-1863_Add_support_for_filtering_input_in_TcpSocketServer_and_UdpSo.xml b/src/changelog/2.8.2/LOG4J2-1863_Add_support_for_filtering_input_in_TcpSocketServer_and_UdpSo.xml
index 944ecdc..56fd997 100644
--- a/src/changelog/2.8.2/LOG4J2-1863_Add_support_for_filtering_input_in_TcpSocketServer_and_UdpSo.xml
+++ b/src/changelog/2.8.2/LOG4J2-1863_Add_support_for_filtering_input_in_TcpSocketServer_and_UdpSo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1863" link="https://issues.apache.org/jira/browse/LOG4J2-1863"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/.release.xml b/src/changelog/2.8/.release.xml
index 3124929..0d50d7b 100644
--- a/src/changelog/2.8/.release.xml
+++ b/src/changelog/2.8/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2017-01-21"
          version="2.8"/>
diff --git a/src/changelog/2.8/LOG4J2-1032_Make_DefaultRolloverStrategy_more_efficient_when_renaming_fi.xml b/src/changelog/2.8/LOG4J2-1032_Make_DefaultRolloverStrategy_more_efficient_when_renaming_fi.xml
index e5386a7..d983d31 100644
--- a/src/changelog/2.8/LOG4J2-1032_Make_DefaultRolloverStrategy_more_efficient_when_renaming_fi.xml
+++ b/src/changelog/2.8/LOG4J2-1032_Make_DefaultRolloverStrategy_more_efficient_when_renaming_fi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1032" link="https://issues.apache.org/jira/browse/LOG4J2-1032"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8/LOG4J2-1101_RollingFileAppender_now_supports_omitting_the_file_name_and.xml b/src/changelog/2.8/LOG4J2-1101_RollingFileAppender_now_supports_omitting_the_file_name_and.xml
index c8876fd..0167f97 100644
--- a/src/changelog/2.8/LOG4J2-1101_RollingFileAppender_now_supports_omitting_the_file_name_and.xml
+++ b/src/changelog/2.8/LOG4J2-1101_RollingFileAppender_now_supports_omitting_the_file_name_and.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1101" link="https://issues.apache.org/jira/browse/LOG4J2-1101"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8/LOG4J2-1226_Improve_LogEvent_serialization_to_handle_non_serializable_Me.xml b/src/changelog/2.8/LOG4J2-1226_Improve_LogEvent_serialization_to_handle_non_serializable_Me.xml
index bbedf14..f162d00 100644
--- a/src/changelog/2.8/LOG4J2-1226_Improve_LogEvent_serialization_to_handle_non_serializable_Me.xml
+++ b/src/changelog/2.8/LOG4J2-1226_Improve_LogEvent_serialization_to_handle_non_serializable_Me.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1226" link="https://issues.apache.org/jira/browse/LOG4J2-1226"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1243_Allow_default_value_in_property_to_be_a_Lookup.xml b/src/changelog/2.8/LOG4J2-1243_Allow_default_value_in_property_to_be_a_Lookup.xml
index bbfda89..7cedda3 100644
--- a/src/changelog/2.8/LOG4J2-1243_Allow_default_value_in_property_to_be_a_Lookup.xml
+++ b/src/changelog/2.8/LOG4J2-1243_Allow_default_value_in_property_to_be_a_Lookup.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1243" link="https://issues.apache.org/jira/browse/LOG4J2-1243"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8/LOG4J2-1302_The_log4j_slf4j_impl_module_now_declares_a_runtime_dependenc.xml b/src/changelog/2.8/LOG4J2-1302_The_log4j_slf4j_impl_module_now_declares_a_runtime_dependenc.xml
index 93a7230..be1a44d 100644
--- a/src/changelog/2.8/LOG4J2-1302_The_log4j_slf4j_impl_module_now_declares_a_runtime_dependenc.xml
+++ b/src/changelog/2.8/LOG4J2-1302_The_log4j_slf4j_impl_module_now_declares_a_runtime_dependenc.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1302" link="https://issues.apache.org/jira/browse/LOG4J2-1302"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1379_Add_documentation_regarding_YAML_configuration_format.xml b/src/changelog/2.8/LOG4J2-1379_Add_documentation_regarding_YAML_configuration_format.xml
index a8f04b6..bb9a648 100644
--- a/src/changelog/2.8/LOG4J2-1379_Add_documentation_regarding_YAML_configuration_format.xml
+++ b/src/changelog/2.8/LOG4J2-1379_Add_documentation_regarding_YAML_configuration_format.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1379" link="https://issues.apache.org/jira/browse/LOG4J2-1379"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1474_CronTriggeringPolicy_raise_exception_and_fail_to_rollover_lo.xml b/src/changelog/2.8/LOG4J2-1474_CronTriggeringPolicy_raise_exception_and_fail_to_rollover_lo.xml
index 11d9f4a..ccd8fee 100644
--- a/src/changelog/2.8/LOG4J2-1474_CronTriggeringPolicy_raise_exception_and_fail_to_rollover_lo.xml
+++ b/src/changelog/2.8/LOG4J2-1474_CronTriggeringPolicy_raise_exception_and_fail_to_rollover_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1474" link="https://issues.apache.org/jira/browse/LOG4J2-1474"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1623_Configurable_JVM_shutdown_hook_timeout.xml b/src/changelog/2.8/LOG4J2-1623_Configurable_JVM_shutdown_hook_timeout.xml
index 338aff7..4c23601 100644
--- a/src/changelog/2.8/LOG4J2-1623_Configurable_JVM_shutdown_hook_timeout.xml
+++ b/src/changelog/2.8/LOG4J2-1623_Configurable_JVM_shutdown_hook_timeout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1623" link="https://issues.apache.org/jira/browse/LOG4J2-1623"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1628_Fixed_file_locking_regression_in_FileAppender_introduced_in.xml b/src/changelog/2.8/LOG4J2-1628_Fixed_file_locking_regression_in_FileAppender_introduced_in.xml
index 0911ecc..748d728 100644
--- a/src/changelog/2.8/LOG4J2-1628_Fixed_file_locking_regression_in_FileAppender_introduced_in.xml
+++ b/src/changelog/2.8/LOG4J2-1628_Fixed_file_locking_regression_in_FileAppender_introduced_in.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1628" link="https://issues.apache.org/jira/browse/LOG4J2-1628"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1636_Console_Appender_does_not_pick_up_Oracle_Java_8_s_sun_stdout.xml b/src/changelog/2.8/LOG4J2-1636_Console_Appender_does_not_pick_up_Oracle_Java_8_s_sun_stdout.xml
index f49fdea..b07b3db 100644
--- a/src/changelog/2.8/LOG4J2-1636_Console_Appender_does_not_pick_up_Oracle_Java_8_s_sun_stdout.xml
+++ b/src/changelog/2.8/LOG4J2-1636_Console_Appender_does_not_pick_up_Oracle_Java_8_s_sun_stdout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1636" link="https://issues.apache.org/jira/browse/LOG4J2-1636"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1637_Fixed_problems_when_used_in_OSGi_containers_IllegalAccessEr.xml b/src/changelog/2.8/LOG4J2-1637_Fixed_problems_when_used_in_OSGi_containers_IllegalAccessEr.xml
index 51e2dc1..bfe1875 100644
--- a/src/changelog/2.8/LOG4J2-1637_Fixed_problems_when_used_in_OSGi_containers_IllegalAccessEr.xml
+++ b/src/changelog/2.8/LOG4J2-1637_Fixed_problems_when_used_in_OSGi_containers_IllegalAccessEr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1637" link="https://issues.apache.org/jira/browse/LOG4J2-1637"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1639_Fix_MemoryMappedFileAppender_createAppender_Javadoc_for_im.xml b/src/changelog/2.8/LOG4J2-1639_Fix_MemoryMappedFileAppender_createAppender_Javadoc_for_im.xml
index 2371587..f96b00d 100644
--- a/src/changelog/2.8/LOG4J2-1639_Fix_MemoryMappedFileAppender_createAppender_Javadoc_for_im.xml
+++ b/src/changelog/2.8/LOG4J2-1639_Fix_MemoryMappedFileAppender_createAppender_Javadoc_for_im.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1639" link="https://issues.apache.org/jira/browse/LOG4J2-1639"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1641_Update_JeroMQ_from_0_3_5_to_0_3_6.xml b/src/changelog/2.8/LOG4J2-1641_Update_JeroMQ_from_0_3_5_to_0_3_6.xml
index 30ae7fc..d5e3a0f 100644
--- a/src/changelog/2.8/LOG4J2-1641_Update_JeroMQ_from_0_3_5_to_0_3_6.xml
+++ b/src/changelog/2.8/LOG4J2-1641_Update_JeroMQ_from_0_3_5_to_0_3_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1641" link="https://issues.apache.org/jira/browse/LOG4J2-1641"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1642_DefaultShutdownCallbackRegistry_can_throw_a_NoClassDefFoundE.xml b/src/changelog/2.8/LOG4J2-1642_DefaultShutdownCallbackRegistry_can_throw_a_NoClassDefFoundE.xml
index e75c6d7..d9a364d 100644
--- a/src/changelog/2.8/LOG4J2-1642_DefaultShutdownCallbackRegistry_can_throw_a_NoClassDefFoundE.xml
+++ b/src/changelog/2.8/LOG4J2-1642_DefaultShutdownCallbackRegistry_can_throw_a_NoClassDefFoundE.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1642" link="https://issues.apache.org/jira/browse/LOG4J2-1642"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1644_Inefficient_locking_in_AbstractLoggerAdapter.xml b/src/changelog/2.8/LOG4J2-1644_Inefficient_locking_in_AbstractLoggerAdapter.xml
index d595fa6..158e1e1 100644
--- a/src/changelog/2.8/LOG4J2-1644_Inefficient_locking_in_AbstractLoggerAdapter.xml
+++ b/src/changelog/2.8/LOG4J2-1644_Inefficient_locking_in_AbstractLoggerAdapter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1644" link="https://issues.apache.org/jira/browse/LOG4J2-1644"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1645_Immutable_empty_StringMap.xml b/src/changelog/2.8/LOG4J2-1645_Immutable_empty_StringMap.xml
index e6e2190..9af8a11 100644
--- a/src/changelog/2.8/LOG4J2-1645_Immutable_empty_StringMap.xml
+++ b/src/changelog/2.8/LOG4J2-1645_Immutable_empty_StringMap.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1645" link="https://issues.apache.org/jira/browse/LOG4J2-1645"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1646_Migrate_to_Mockito_2_x_in_unit_tests.xml b/src/changelog/2.8/LOG4J2-1646_Migrate_to_Mockito_2_x_in_unit_tests.xml
index 5b60447..d3fb474 100644
--- a/src/changelog/2.8/LOG4J2-1646_Migrate_to_Mockito_2_x_in_unit_tests.xml
+++ b/src/changelog/2.8/LOG4J2-1646_Migrate_to_Mockito_2_x_in_unit_tests.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1646" link="https://issues.apache.org/jira/browse/LOG4J2-1646"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1647_Update_Commons_Lang_from_3_4_to_3_5.xml b/src/changelog/2.8/LOG4J2-1647_Update_Commons_Lang_from_3_4_to_3_5.xml
index f0b69dd..1a5c7c6 100644
--- a/src/changelog/2.8/LOG4J2-1647_Update_Commons_Lang_from_3_4_to_3_5.xml
+++ b/src/changelog/2.8/LOG4J2-1647_Update_Commons_Lang_from_3_4_to_3_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1647" link="https://issues.apache.org/jira/browse/LOG4J2-1647"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1649_Insure_the_ConfigurationScheduler_shuts_down_without_blockin.xml b/src/changelog/2.8/LOG4J2-1649_Insure_the_ConfigurationScheduler_shuts_down_without_blockin.xml
index c57c865..b4c2397 100644
--- a/src/changelog/2.8/LOG4J2-1649_Insure_the_ConfigurationScheduler_shuts_down_without_blockin.xml
+++ b/src/changelog/2.8/LOG4J2-1649_Insure_the_ConfigurationScheduler_shuts_down_without_blockin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1649" link="https://issues.apache.org/jira/browse/LOG4J2-1649"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8/LOG4J2-1653_CronTriggeringPolicy_would_use_the_wrong_date_time_when_roll.xml b/src/changelog/2.8/LOG4J2-1653_CronTriggeringPolicy_would_use_the_wrong_date_time_when_roll.xml
index 7ed86b5..c1ff391 100644
--- a/src/changelog/2.8/LOG4J2-1653_CronTriggeringPolicy_would_use_the_wrong_date_time_when_roll.xml
+++ b/src/changelog/2.8/LOG4J2-1653_CronTriggeringPolicy_would_use_the_wrong_date_time_when_roll.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1653" link="https://issues.apache.org/jira/browse/LOG4J2-1653"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.8/LOG4J2-1655_Update_Jackson_from_2_8_3_to_2_8_4.xml b/src/changelog/2.8/LOG4J2-1655_Update_Jackson_from_2_8_3_to_2_8_4.xml
index 8a3bce9..a46577c 100644
--- a/src/changelog/2.8/LOG4J2-1655_Update_Jackson_from_2_8_3_to_2_8_4.xml
+++ b/src/changelog/2.8/LOG4J2-1655_Update_Jackson_from_2_8_3_to_2_8_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1655" link="https://issues.apache.org/jira/browse/LOG4J2-1655"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1656_Update_Apache_Flume_from_1_6_0_to_1_7_0.xml b/src/changelog/2.8/LOG4J2-1656_Update_Apache_Flume_from_1_6_0_to_1_7_0.xml
index a57a041..8ad52dc 100644
--- a/src/changelog/2.8/LOG4J2-1656_Update_Apache_Flume_from_1_6_0_to_1_7_0.xml
+++ b/src/changelog/2.8/LOG4J2-1656_Update_Apache_Flume_from_1_6_0_to_1_7_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1656" link="https://issues.apache.org/jira/browse/LOG4J2-1656"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1658_Prevent_NPE_in_ThreadContextMapFactory_createThreadContextM.xml b/src/changelog/2.8/LOG4J2-1658_Prevent_NPE_in_ThreadContextMapFactory_createThreadContextM.xml
index f8dbee0..3174627 100644
--- a/src/changelog/2.8/LOG4J2-1658_Prevent_NPE_in_ThreadContextMapFactory_createThreadContextM.xml
+++ b/src/changelog/2.8/LOG4J2-1658_Prevent_NPE_in_ThreadContextMapFactory_createThreadContextM.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1658" link="https://issues.apache.org/jira/browse/LOG4J2-1658"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1660_Added_public_method_ThreadContext_getThreadContextMap_remo.xml b/src/changelog/2.8/LOG4J2-1660_Added_public_method_ThreadContext_getThreadContextMap_remo.xml
index 8fd3ea7..9b4dad5 100644
--- a/src/changelog/2.8/LOG4J2-1660_Added_public_method_ThreadContext_getThreadContextMap_remo.xml
+++ b/src/changelog/2.8/LOG4J2-1660_Added_public_method_ThreadContext_getThreadContextMap_remo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1660" link="https://issues.apache.org/jira/browse/LOG4J2-1660"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1663_Ensure_SortedArrayStringMap_can_be_serialized_and_deserializ.xml b/src/changelog/2.8/LOG4J2-1663_Ensure_SortedArrayStringMap_can_be_serialized_and_deserializ.xml
index 3807010..26b7ee5 100644
--- a/src/changelog/2.8/LOG4J2-1663_Ensure_SortedArrayStringMap_can_be_serialized_and_deserializ.xml
+++ b/src/changelog/2.8/LOG4J2-1663_Ensure_SortedArrayStringMap_can_be_serialized_and_deserializ.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1663" link="https://issues.apache.org/jira/browse/LOG4J2-1663"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1664_Improve_OSGi_unit_tests.xml b/src/changelog/2.8/LOG4J2-1664_Improve_OSGi_unit_tests.xml
index 25ef964..e3c297b 100644
--- a/src/changelog/2.8/LOG4J2-1664_Improve_OSGi_unit_tests.xml
+++ b/src/changelog/2.8/LOG4J2-1664_Improve_OSGi_unit_tests.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1664" link="https://issues.apache.org/jira/browse/LOG4J2-1664"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1665__GC_Avoid_allocating_temporary_objects_in_IntegerPatternCon.xml b/src/changelog/2.8/LOG4J2-1665__GC_Avoid_allocating_temporary_objects_in_IntegerPatternCon.xml
index a26452c..5604724 100644
--- a/src/changelog/2.8/LOG4J2-1665__GC_Avoid_allocating_temporary_objects_in_IntegerPatternCon.xml
+++ b/src/changelog/2.8/LOG4J2-1665__GC_Avoid_allocating_temporary_objects_in_IntegerPatternCon.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1665" link="https://issues.apache.org/jira/browse/LOG4J2-1665"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1666__GC_Avoid_allocating_temporary_objects_in_RelativeTimePatte.xml b/src/changelog/2.8/LOG4J2-1666__GC_Avoid_allocating_temporary_objects_in_RelativeTimePatte.xml
index c0c6a69..b4e8e03 100644
--- a/src/changelog/2.8/LOG4J2-1666__GC_Avoid_allocating_temporary_objects_in_RelativeTimePatte.xml
+++ b/src/changelog/2.8/LOG4J2-1666__GC_Avoid_allocating_temporary_objects_in_RelativeTimePatte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1666" link="https://issues.apache.org/jira/browse/LOG4J2-1666"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1667__GC_Avoid_allocating_temporary_objects_in_SequenceNumberPat.xml b/src/changelog/2.8/LOG4J2-1667__GC_Avoid_allocating_temporary_objects_in_SequenceNumberPat.xml
index 7707dd4..4343008 100644
--- a/src/changelog/2.8/LOG4J2-1667__GC_Avoid_allocating_temporary_objects_in_SequenceNumberPat.xml
+++ b/src/changelog/2.8/LOG4J2-1667__GC_Avoid_allocating_temporary_objects_in_SequenceNumberPat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1667" link="https://issues.apache.org/jira/browse/LOG4J2-1667"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1668__GC_Avoid_allocating_temporary_objects_in_MarkerPatternConv.xml b/src/changelog/2.8/LOG4J2-1668__GC_Avoid_allocating_temporary_objects_in_MarkerPatternConv.xml
index 32214e4..ce9ac1c 100644
--- a/src/changelog/2.8/LOG4J2-1668__GC_Avoid_allocating_temporary_objects_in_MarkerPatternConv.xml
+++ b/src/changelog/2.8/LOG4J2-1668__GC_Avoid_allocating_temporary_objects_in_MarkerPatternConv.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1668" link="https://issues.apache.org/jira/browse/LOG4J2-1668"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1669__GC_Avoid_allocating_temporary_objects_in_MaxLengthConverte.xml b/src/changelog/2.8/LOG4J2-1669__GC_Avoid_allocating_temporary_objects_in_MaxLengthConverte.xml
index 90109cb..56273ac 100644
--- a/src/changelog/2.8/LOG4J2-1669__GC_Avoid_allocating_temporary_objects_in_MaxLengthConverte.xml
+++ b/src/changelog/2.8/LOG4J2-1669__GC_Avoid_allocating_temporary_objects_in_MaxLengthConverte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1669" link="https://issues.apache.org/jira/browse/LOG4J2-1669"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1670__GC_Avoid_allocating_temporary_objects_in_EqualsReplacement.xml b/src/changelog/2.8/LOG4J2-1670__GC_Avoid_allocating_temporary_objects_in_EqualsReplacement.xml
index 8610f28..b0842f9 100644
--- a/src/changelog/2.8/LOG4J2-1670__GC_Avoid_allocating_temporary_objects_in_EqualsReplacement.xml
+++ b/src/changelog/2.8/LOG4J2-1670__GC_Avoid_allocating_temporary_objects_in_EqualsReplacement.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1670" link="https://issues.apache.org/jira/browse/LOG4J2-1670"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1671__GC_Avoid_allocating_temporary_objects_in_EqualsIgnoreCaseR.xml b/src/changelog/2.8/LOG4J2-1671__GC_Avoid_allocating_temporary_objects_in_EqualsIgnoreCaseR.xml
index a79ac88..3cfb824 100644
--- a/src/changelog/2.8/LOG4J2-1671__GC_Avoid_allocating_temporary_objects_in_EqualsIgnoreCaseR.xml
+++ b/src/changelog/2.8/LOG4J2-1671__GC_Avoid_allocating_temporary_objects_in_EqualsIgnoreCaseR.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1671" link="https://issues.apache.org/jira/browse/LOG4J2-1671"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1672__GC_Avoid_allocating_temporary_objects_in_LevelRangeFilter.xml b/src/changelog/2.8/LOG4J2-1672__GC_Avoid_allocating_temporary_objects_in_LevelRangeFilter.xml
index 2612b9c..bc078d6 100644
--- a/src/changelog/2.8/LOG4J2-1672__GC_Avoid_allocating_temporary_objects_in_LevelRangeFilter.xml
+++ b/src/changelog/2.8/LOG4J2-1672__GC_Avoid_allocating_temporary_objects_in_LevelRangeFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1672" link="https://issues.apache.org/jira/browse/LOG4J2-1672"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1673__GC_Avoid_allocating_temporary_objects_in_MarkerFilter.xml b/src/changelog/2.8/LOG4J2-1673__GC_Avoid_allocating_temporary_objects_in_MarkerFilter.xml
index e01c938..29c0f02 100644
--- a/src/changelog/2.8/LOG4J2-1673__GC_Avoid_allocating_temporary_objects_in_MarkerFilter.xml
+++ b/src/changelog/2.8/LOG4J2-1673__GC_Avoid_allocating_temporary_objects_in_MarkerFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1673" link="https://issues.apache.org/jira/browse/LOG4J2-1673"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1674__GC_Avoid_allocating_temporary_objects_in_ThresholdFilter.xml b/src/changelog/2.8/LOG4J2-1674__GC_Avoid_allocating_temporary_objects_in_ThresholdFilter.xml
index 7188231..17d60bb 100644
--- a/src/changelog/2.8/LOG4J2-1674__GC_Avoid_allocating_temporary_objects_in_ThresholdFilter.xml
+++ b/src/changelog/2.8/LOG4J2-1674__GC_Avoid_allocating_temporary_objects_in_ThresholdFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1674" link="https://issues.apache.org/jira/browse/LOG4J2-1674"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1676_Some_LogEvents_may_not_carry_a_Throwable_Use_Message_getThr.xml b/src/changelog/2.8/LOG4J2-1676_Some_LogEvents_may_not_carry_a_Throwable_Use_Message_getThr.xml
index fdbbb98..767878e 100644
--- a/src/changelog/2.8/LOG4J2-1676_Some_LogEvents_may_not_carry_a_Throwable_Use_Message_getThr.xml
+++ b/src/changelog/2.8/LOG4J2-1676_Some_LogEvents_may_not_carry_a_Throwable_Use_Message_getThr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1676" link="https://issues.apache.org/jira/browse/LOG4J2-1676"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1677__GC_Avoid_allocating_temporary_objects_in_MapFilter.xml b/src/changelog/2.8/LOG4J2-1677__GC_Avoid_allocating_temporary_objects_in_MapFilter.xml
index 47954fa..30ac2a8 100644
--- a/src/changelog/2.8/LOG4J2-1677__GC_Avoid_allocating_temporary_objects_in_MapFilter.xml
+++ b/src/changelog/2.8/LOG4J2-1677__GC_Avoid_allocating_temporary_objects_in_MapFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1677" link="https://issues.apache.org/jira/browse/LOG4J2-1677"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1678__GC_Avoid_allocating_temporary_objects_in_ThreadContextMapF.xml b/src/changelog/2.8/LOG4J2-1678__GC_Avoid_allocating_temporary_objects_in_ThreadContextMapF.xml
index 53fabe2..27fd229 100644
--- a/src/changelog/2.8/LOG4J2-1678__GC_Avoid_allocating_temporary_objects_in_ThreadContextMapF.xml
+++ b/src/changelog/2.8/LOG4J2-1678__GC_Avoid_allocating_temporary_objects_in_ThreadContextMapF.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1678" link="https://issues.apache.org/jira/browse/LOG4J2-1678"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1679__GC_Avoid_allocating_temporary_objects_in_StructuredDataFil.xml b/src/changelog/2.8/LOG4J2-1679__GC_Avoid_allocating_temporary_objects_in_StructuredDataFil.xml
index e7643b7..55363c3 100644
--- a/src/changelog/2.8/LOG4J2-1679__GC_Avoid_allocating_temporary_objects_in_StructuredDataFil.xml
+++ b/src/changelog/2.8/LOG4J2-1679__GC_Avoid_allocating_temporary_objects_in_StructuredDataFil.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1679" link="https://issues.apache.org/jira/browse/LOG4J2-1679"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1680__GC_Avoid_allocating_temporary_objects_in_TimeFilter.xml b/src/changelog/2.8/LOG4J2-1680__GC_Avoid_allocating_temporary_objects_in_TimeFilter.xml
index a2b27fb..9855edf 100644
--- a/src/changelog/2.8/LOG4J2-1680__GC_Avoid_allocating_temporary_objects_in_TimeFilter.xml
+++ b/src/changelog/2.8/LOG4J2-1680__GC_Avoid_allocating_temporary_objects_in_TimeFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1680" link="https://issues.apache.org/jira/browse/LOG4J2-1680"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1681_Introduce_interfaces_IndexedStringMap_and_IndexedReadOnlyStr.xml b/src/changelog/2.8/LOG4J2-1681_Introduce_interfaces_IndexedStringMap_and_IndexedReadOnlyStr.xml
index f500d23..7646aa2 100644
--- a/src/changelog/2.8/LOG4J2-1681_Introduce_interfaces_IndexedStringMap_and_IndexedReadOnlyStr.xml
+++ b/src/changelog/2.8/LOG4J2-1681_Introduce_interfaces_IndexedStringMap_and_IndexedReadOnlyStr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1681" link="https://issues.apache.org/jira/browse/LOG4J2-1681"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1682_Logger_using_LocalizedMessageFactory_prints_key_instead_of_m.xml b/src/changelog/2.8/LOG4J2-1682_Logger_using_LocalizedMessageFactory_prints_key_instead_of_m.xml
index b4c52b48..55aadec 100644
--- a/src/changelog/2.8/LOG4J2-1682_Logger_using_LocalizedMessageFactory_prints_key_instead_of_m.xml
+++ b/src/changelog/2.8/LOG4J2-1682_Logger_using_LocalizedMessageFactory_prints_key_instead_of_m.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1682" link="https://issues.apache.org/jira/browse/LOG4J2-1682"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1683__GC_Avoid_allocating_temporary_objects_in_MapMessage.xml b/src/changelog/2.8/LOG4J2-1683__GC_Avoid_allocating_temporary_objects_in_MapMessage.xml
index 2845f49..ec3eca7 100644
--- a/src/changelog/2.8/LOG4J2-1683__GC_Avoid_allocating_temporary_objects_in_MapMessage.xml
+++ b/src/changelog/2.8/LOG4J2-1683__GC_Avoid_allocating_temporary_objects_in_MapMessage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1683" link="https://issues.apache.org/jira/browse/LOG4J2-1683"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1685_Option_disableAnsi_in_PatternLayout_to_unconditionally_dis.xml b/src/changelog/2.8/LOG4J2-1685_Option_disableAnsi_in_PatternLayout_to_unconditionally_dis.xml
index b0c1946..30c1160 100644
--- a/src/changelog/2.8/LOG4J2-1685_Option_disableAnsi_in_PatternLayout_to_unconditionally_dis.xml
+++ b/src/changelog/2.8/LOG4J2-1685_Option_disableAnsi_in_PatternLayout_to_unconditionally_dis.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1685" link="https://issues.apache.org/jira/browse/LOG4J2-1685"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1687_NPE_in_ThrowableProxy_when_resolving_stack_in_Java_EE_OSGi_e.xml b/src/changelog/2.8/LOG4J2-1687_NPE_in_ThrowableProxy_when_resolving_stack_in_Java_EE_OSGi_e.xml
index 755850f..d8abb98 100644
--- a/src/changelog/2.8/LOG4J2-1687_NPE_in_ThrowableProxy_when_resolving_stack_in_Java_EE_OSGi_e.xml
+++ b/src/changelog/2.8/LOG4J2-1687_NPE_in_ThrowableProxy_when_resolving_stack_in_Java_EE_OSGi_e.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1687" link="https://issues.apache.org/jira/browse/LOG4J2-1687"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1688_Fixed_bug_where_elements_of_a_log_message_parameter_array_we.xml b/src/changelog/2.8/LOG4J2-1688_Fixed_bug_where_elements_of_a_log_message_parameter_array_we.xml
index c321876..60f53f8 100644
--- a/src/changelog/2.8/LOG4J2-1688_Fixed_bug_where_elements_of_a_log_message_parameter_array_we.xml
+++ b/src/changelog/2.8/LOG4J2-1688_Fixed_bug_where_elements_of_a_log_message_parameter_array_we.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1688" link="https://issues.apache.org/jira/browse/LOG4J2-1688"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1689_Add_CleanableThreadContextMap_interface_supporting_method_re.xml b/src/changelog/2.8/LOG4J2-1689_Add_CleanableThreadContextMap_interface_supporting_method_re.xml
index 185bd36..bc9bdc6 100644
--- a/src/changelog/2.8/LOG4J2-1689_Add_CleanableThreadContextMap_interface_supporting_method_re.xml
+++ b/src/changelog/2.8/LOG4J2-1689_Add_CleanableThreadContextMap_interface_supporting_method_re.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1689" link="https://issues.apache.org/jira/browse/LOG4J2-1689"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1692_Add_putAll_method_to_CloseableThreadContext.xml b/src/changelog/2.8/LOG4J2-1692_Add_putAll_method_to_CloseableThreadContext.xml
index 5b85152..32a2a7c 100644
--- a/src/changelog/2.8/LOG4J2-1692_Add_putAll_method_to_CloseableThreadContext.xml
+++ b/src/changelog/2.8/LOG4J2-1692_Add_putAll_method_to_CloseableThreadContext.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1692" link="https://issues.apache.org/jira/browse/LOG4J2-1692"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1695_Add_a_Builder_to_ScriptPatternSelector_and_deprecate_ScriptP.xml b/src/changelog/2.8/LOG4J2-1695_Add_a_Builder_to_ScriptPatternSelector_and_deprecate_ScriptP.xml
index 51cc603..5766e03 100644
--- a/src/changelog/2.8/LOG4J2-1695_Add_a_Builder_to_ScriptPatternSelector_and_deprecate_ScriptP.xml
+++ b/src/changelog/2.8/LOG4J2-1695_Add_a_Builder_to_ScriptPatternSelector_and_deprecate_ScriptP.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1695" link="https://issues.apache.org/jira/browse/LOG4J2-1695"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1696_Add_a_Builder_to_MarkerPatternSelector_and_deprecate_MarkerP.xml b/src/changelog/2.8/LOG4J2-1696_Add_a_Builder_to_MarkerPatternSelector_and_deprecate_MarkerP.xml
index 86ddfa6..bb2b023 100644
--- a/src/changelog/2.8/LOG4J2-1696_Add_a_Builder_to_MarkerPatternSelector_and_deprecate_MarkerP.xml
+++ b/src/changelog/2.8/LOG4J2-1696_Add_a_Builder_to_MarkerPatternSelector_and_deprecate_MarkerP.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1696" link="https://issues.apache.org/jira/browse/LOG4J2-1696"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1697_Add_a_SerializerBuilder_to_PatternLayout_and_deprecate_Patte.xml b/src/changelog/2.8/LOG4J2-1697_Add_a_SerializerBuilder_to_PatternLayout_and_deprecate_Patte.xml
index 774723e..9082e0c 100644
--- a/src/changelog/2.8/LOG4J2-1697_Add_a_SerializerBuilder_to_PatternLayout_and_deprecate_Patte.xml
+++ b/src/changelog/2.8/LOG4J2-1697_Add_a_SerializerBuilder_to_PatternLayout_and_deprecate_Patte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1697" link="https://issues.apache.org/jira/browse/LOG4J2-1697"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1698_Update_LMAX_Disruptor_from_3_3_5_to_3_3_6.xml b/src/changelog/2.8/LOG4J2-1698_Update_LMAX_Disruptor_from_3_3_5_to_3_3_6.xml
index 0165eb6..03ef8c5 100644
--- a/src/changelog/2.8/LOG4J2-1698_Update_LMAX_Disruptor_from_3_3_5_to_3_3_6.xml
+++ b/src/changelog/2.8/LOG4J2-1698_Update_LMAX_Disruptor_from_3_3_5_to_3_3_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1698" link="https://issues.apache.org/jira/browse/LOG4J2-1698"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1700_Update_Jansi_from_1_13_to_1_14.xml b/src/changelog/2.8/LOG4J2-1700_Update_Jansi_from_1_13_to_1_14.xml
index c6ae263..37ae2d8 100644
--- a/src/changelog/2.8/LOG4J2-1700_Update_Jansi_from_1_13_to_1_14.xml
+++ b/src/changelog/2.8/LOG4J2-1700_Update_Jansi_from_1_13_to_1_14.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1700" link="https://issues.apache.org/jira/browse/LOG4J2-1700"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1701_Add_a_Builder_to_RandomAccessFileAppender_and_deprecate_Rand.xml b/src/changelog/2.8/LOG4J2-1701_Add_a_Builder_to_RandomAccessFileAppender_and_deprecate_Rand.xml
index 7668f77..46b771f 100644
--- a/src/changelog/2.8/LOG4J2-1701_Add_a_Builder_to_RandomAccessFileAppender_and_deprecate_Rand.xml
+++ b/src/changelog/2.8/LOG4J2-1701_Add_a_Builder_to_RandomAccessFileAppender_and_deprecate_Rand.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1701" link="https://issues.apache.org/jira/browse/LOG4J2-1701"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1703_Add_a_Builder_to_MemoryMappedFileAppender_and_deprecate_Memo.xml b/src/changelog/2.8/LOG4J2-1703_Add_a_Builder_to_MemoryMappedFileAppender_and_deprecate_Memo.xml
index 79c9d9d..90086f4 100644
--- a/src/changelog/2.8/LOG4J2-1703_Add_a_Builder_to_MemoryMappedFileAppender_and_deprecate_Memo.xml
+++ b/src/changelog/2.8/LOG4J2-1703_Add_a_Builder_to_MemoryMappedFileAppender_and_deprecate_Memo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1703" link="https://issues.apache.org/jira/browse/LOG4J2-1703"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1704_Add_a_Builder_to_RollingRandomAccessFileAppender_and_depreca.xml b/src/changelog/2.8/LOG4J2-1704_Add_a_Builder_to_RollingRandomAccessFileAppender_and_depreca.xml
index 87cbb1b..bc31ea1 100644
--- a/src/changelog/2.8/LOG4J2-1704_Add_a_Builder_to_RollingRandomAccessFileAppender_and_depreca.xml
+++ b/src/changelog/2.8/LOG4J2-1704_Add_a_Builder_to_RollingRandomAccessFileAppender_and_depreca.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1704" link="https://issues.apache.org/jira/browse/LOG4J2-1704"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1706_Make_TimeFilter_usable_as_global_filter_and_as_logger_filter.xml b/src/changelog/2.8/LOG4J2-1706_Make_TimeFilter_usable_as_global_filter_and_as_logger_filter.xml
index 8acb46e..f326da6 100644
--- a/src/changelog/2.8/LOG4J2-1706_Make_TimeFilter_usable_as_global_filter_and_as_logger_filter.xml
+++ b/src/changelog/2.8/LOG4J2-1706_Make_TimeFilter_usable_as_global_filter_and_as_logger_filter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1706" link="https://issues.apache.org/jira/browse/LOG4J2-1706"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1707_Allow_TCP_Socket_Appender_to_set_socket_options.xml b/src/changelog/2.8/LOG4J2-1707_Allow_TCP_Socket_Appender_to_set_socket_options.xml
index 71e6405..b259a94 100644
--- a/src/changelog/2.8/LOG4J2-1707_Allow_TCP_Socket_Appender_to_set_socket_options.xml
+++ b/src/changelog/2.8/LOG4J2-1707_Allow_TCP_Socket_Appender_to_set_socket_options.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1707" link="https://issues.apache.org/jira/browse/LOG4J2-1707"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1708_Allow_Secure_Socket_Appender_to_set_socket_options.xml b/src/changelog/2.8/LOG4J2-1708_Allow_Secure_Socket_Appender_to_set_socket_options.xml
index 84c45fd..172f294 100644
--- a/src/changelog/2.8/LOG4J2-1708_Allow_Secure_Socket_Appender_to_set_socket_options.xml
+++ b/src/changelog/2.8/LOG4J2-1708_Allow_Secure_Socket_Appender_to_set_socket_options.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1708" link="https://issues.apache.org/jira/browse/LOG4J2-1708"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1709_Add_a_Builder_to_SyslogAppender_and_deprecate_SyslogAppender.xml b/src/changelog/2.8/LOG4J2-1709_Add_a_Builder_to_SyslogAppender_and_deprecate_SyslogAppender.xml
index e8ba41c..f173062 100644
--- a/src/changelog/2.8/LOG4J2-1709_Add_a_Builder_to_SyslogAppender_and_deprecate_SyslogAppender.xml
+++ b/src/changelog/2.8/LOG4J2-1709_Add_a_Builder_to_SyslogAppender_and_deprecate_SyslogAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1709" link="https://issues.apache.org/jira/browse/LOG4J2-1709"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1712_Pick_up_bug_fixes_from_Apache_Commons_Lang_s_org_apache_comm.xml b/src/changelog/2.8/LOG4J2-1712_Pick_up_bug_fixes_from_Apache_Commons_Lang_s_org_apache_comm.xml
index adb6d0a..da190fc 100644
--- a/src/changelog/2.8/LOG4J2-1712_Pick_up_bug_fixes_from_Apache_Commons_Lang_s_org_apache_comm.xml
+++ b/src/changelog/2.8/LOG4J2-1712_Pick_up_bug_fixes_from_Apache_Commons_Lang_s_org_apache_comm.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1712" link="https://issues.apache.org/jira/browse/LOG4J2-1712"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1714__GC_Avoid_allocating_temporary_objects_in_AbstractStyleName.xml b/src/changelog/2.8/LOG4J2-1714__GC_Avoid_allocating_temporary_objects_in_AbstractStyleName.xml
index 3dc68ac..e995dba 100644
--- a/src/changelog/2.8/LOG4J2-1714__GC_Avoid_allocating_temporary_objects_in_AbstractStyleName.xml
+++ b/src/changelog/2.8/LOG4J2-1714__GC_Avoid_allocating_temporary_objects_in_AbstractStyleName.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1714" link="https://issues.apache.org/jira/browse/LOG4J2-1714"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1715__GC_Avoid_allocating_temporary_objects_in_NdcPatternConvert.xml b/src/changelog/2.8/LOG4J2-1715__GC_Avoid_allocating_temporary_objects_in_NdcPatternConvert.xml
index e1dd8aa..a6f851e 100644
--- a/src/changelog/2.8/LOG4J2-1715__GC_Avoid_allocating_temporary_objects_in_NdcPatternConvert.xml
+++ b/src/changelog/2.8/LOG4J2-1715__GC_Avoid_allocating_temporary_objects_in_NdcPatternConvert.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1715" link="https://issues.apache.org/jira/browse/LOG4J2-1715"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1716__GC_Avoid_allocating_temporary_objects_in_MapPatternConvert.xml b/src/changelog/2.8/LOG4J2-1716__GC_Avoid_allocating_temporary_objects_in_MapPatternConvert.xml
index 405380b..1586501 100644
--- a/src/changelog/2.8/LOG4J2-1716__GC_Avoid_allocating_temporary_objects_in_MapPatternConvert.xml
+++ b/src/changelog/2.8/LOG4J2-1716__GC_Avoid_allocating_temporary_objects_in_MapPatternConvert.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1716" link="https://issues.apache.org/jira/browse/LOG4J2-1716"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1717__GC_Avoid_allocating_temporary_objects_in_EncodingPatternCo.xml b/src/changelog/2.8/LOG4J2-1717__GC_Avoid_allocating_temporary_objects_in_EncodingPatternCo.xml
index fa7fdbc..1168ac3 100644
--- a/src/changelog/2.8/LOG4J2-1717__GC_Avoid_allocating_temporary_objects_in_EncodingPatternCo.xml
+++ b/src/changelog/2.8/LOG4J2-1717__GC_Avoid_allocating_temporary_objects_in_EncodingPatternCo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1717" link="https://issues.apache.org/jira/browse/LOG4J2-1717"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1718_Introduce_marker_interface_AsynchronouslyFormattable.xml b/src/changelog/2.8/LOG4J2-1718_Introduce_marker_interface_AsynchronouslyFormattable.xml
index 36e45e8..9dcab12 100644
--- a/src/changelog/2.8/LOG4J2-1718_Introduce_marker_interface_AsynchronouslyFormattable.xml
+++ b/src/changelog/2.8/LOG4J2-1718_Introduce_marker_interface_AsynchronouslyFormattable.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1718" link="https://issues.apache.org/jira/browse/LOG4J2-1718"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1719_Fixed_race_condition_in_ObjectMessage_and_SimpleMessage_ens.xml b/src/changelog/2.8/LOG4J2-1719_Fixed_race_condition_in_ObjectMessage_and_SimpleMessage_ens.xml
index 073bc3b..b6fa57b 100644
--- a/src/changelog/2.8/LOG4J2-1719_Fixed_race_condition_in_ObjectMessage_and_SimpleMessage_ens.xml
+++ b/src/changelog/2.8/LOG4J2-1719_Fixed_race_condition_in_ObjectMessage_and_SimpleMessage_ens.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1719" link="https://issues.apache.org/jira/browse/LOG4J2-1719"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1720_Make_GelfLayout_independent_of_Jackson.xml b/src/changelog/2.8/LOG4J2-1720_Make_GelfLayout_independent_of_Jackson.xml
index 8f96c6f..0f34eb3 100644
--- a/src/changelog/2.8/LOG4J2-1720_Make_GelfLayout_independent_of_Jackson.xml
+++ b/src/changelog/2.8/LOG4J2-1720_Make_GelfLayout_independent_of_Jackson.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1720" link="https://issues.apache.org/jira/browse/LOG4J2-1720"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1722__GC_Avoid_allocating_temporary_objects_in_VariablesNotEmpty.xml b/src/changelog/2.8/LOG4J2-1722__GC_Avoid_allocating_temporary_objects_in_VariablesNotEmpty.xml
index f23720e..3ea789b 100644
--- a/src/changelog/2.8/LOG4J2-1722__GC_Avoid_allocating_temporary_objects_in_VariablesNotEmpty.xml
+++ b/src/changelog/2.8/LOG4J2-1722__GC_Avoid_allocating_temporary_objects_in_VariablesNotEmpty.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1722" link="https://issues.apache.org/jira/browse/LOG4J2-1722"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1723_Unwanted_transitive_dependency_on_geronimo_jms_1_1_spec_caus.xml b/src/changelog/2.8/LOG4J2-1723_Unwanted_transitive_dependency_on_geronimo_jms_1_1_spec_caus.xml
index 2a3baac..96302c4 100644
--- a/src/changelog/2.8/LOG4J2-1723_Unwanted_transitive_dependency_on_geronimo_jms_1_1_spec_caus.xml
+++ b/src/changelog/2.8/LOG4J2-1723_Unwanted_transitive_dependency_on_geronimo_jms_1_1_spec_caus.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1723" link="https://issues.apache.org/jira/browse/LOG4J2-1723"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1724_Using_variables_in_GelfLayout_s_additional_fields_at_runtime.xml b/src/changelog/2.8/LOG4J2-1724_Using_variables_in_GelfLayout_s_additional_fields_at_runtime.xml
index a265d5e..54d2f78 100644
--- a/src/changelog/2.8/LOG4J2-1724_Using_variables_in_GelfLayout_s_additional_fields_at_runtime.xml
+++ b/src/changelog/2.8/LOG4J2-1724_Using_variables_in_GelfLayout_s_additional_fields_at_runtime.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1724" link="https://issues.apache.org/jira/browse/LOG4J2-1724"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1730_Add_Apache_Cassandra_appender_and_ColumnMapping_plugin.xml b/src/changelog/2.8/LOG4J2-1730_Add_Apache_Cassandra_appender_and_ColumnMapping_plugin.xml
index d99a31c..4e8faf8 100644
--- a/src/changelog/2.8/LOG4J2-1730_Add_Apache_Cassandra_appender_and_ColumnMapping_plugin.xml
+++ b/src/changelog/2.8/LOG4J2-1730_Add_Apache_Cassandra_appender_and_ColumnMapping_plugin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1730" link="https://issues.apache.org/jira/browse/LOG4J2-1730"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1731_SslSocketManager_now_respects_connectTimeoutMillis.xml b/src/changelog/2.8/LOG4J2-1731_SslSocketManager_now_respects_connectTimeoutMillis.xml
index 2600346..fcaa1fa 100644
--- a/src/changelog/2.8/LOG4J2-1731_SslSocketManager_now_respects_connectTimeoutMillis.xml
+++ b/src/changelog/2.8/LOG4J2-1731_SslSocketManager_now_respects_connectTimeoutMillis.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1731" link="https://issues.apache.org/jira/browse/LOG4J2-1731"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1733_Add_SyncSend_attribute_to_KafkaAppender_as_in_KafkaLog4jApp.xml b/src/changelog/2.8/LOG4J2-1733_Add_SyncSend_attribute_to_KafkaAppender_as_in_KafkaLog4jApp.xml
index 948c279..49db00b 100644
--- a/src/changelog/2.8/LOG4J2-1733_Add_SyncSend_attribute_to_KafkaAppender_as_in_KafkaLog4jApp.xml
+++ b/src/changelog/2.8/LOG4J2-1733_Add_SyncSend_attribute_to_KafkaAppender_as_in_KafkaLog4jApp.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1733" link="https://issues.apache.org/jira/browse/LOG4J2-1733"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1734_SslSocketManagerFactory_might_leak_Sockets_when_certain_star.xml b/src/changelog/2.8/LOG4J2-1734_SslSocketManagerFactory_might_leak_Sockets_when_certain_star.xml
index 5717a7e..776e71f 100644
--- a/src/changelog/2.8/LOG4J2-1734_SslSocketManagerFactory_might_leak_Sockets_when_certain_star.xml
+++ b/src/changelog/2.8/LOG4J2-1734_SslSocketManagerFactory_might_leak_Sockets_when_certain_star.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1734" link="https://issues.apache.org/jira/browse/LOG4J2-1734"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1735_Update_Jackson_from_2_8_4_to_2_8_5.xml b/src/changelog/2.8/LOG4J2-1735_Update_Jackson_from_2_8_4_to_2_8_5.xml
index a306e3d..3ce4050 100644
--- a/src/changelog/2.8/LOG4J2-1735_Update_Jackson_from_2_8_4_to_2_8_5.xml
+++ b/src/changelog/2.8/LOG4J2-1735_Update_Jackson_from_2_8_4_to_2_8_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1735" link="https://issues.apache.org/jira/browse/LOG4J2-1735"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1736_TcpSocketManagerFactory_might_leak_Sockets_when_certain_star.xml b/src/changelog/2.8/LOG4J2-1736_TcpSocketManagerFactory_might_leak_Sockets_when_certain_star.xml
index 2981a00..e3cf229 100644
--- a/src/changelog/2.8/LOG4J2-1736_TcpSocketManagerFactory_might_leak_Sockets_when_certain_star.xml
+++ b/src/changelog/2.8/LOG4J2-1736_TcpSocketManagerFactory_might_leak_Sockets_when_certain_star.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1736" link="https://issues.apache.org/jira/browse/LOG4J2-1736"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1737_Add_a_Builder_to_SyslogLayout_and_deprecate_SyslogLayout_cre.xml b/src/changelog/2.8/LOG4J2-1737_Add_a_Builder_to_SyslogLayout_and_deprecate_SyslogLayout_cre.xml
index 32d87ff..d294c9e 100644
--- a/src/changelog/2.8/LOG4J2-1737_Add_a_Builder_to_SyslogLayout_and_deprecate_SyslogLayout_cre.xml
+++ b/src/changelog/2.8/LOG4J2-1737_Add_a_Builder_to_SyslogLayout_and_deprecate_SyslogLayout_cre.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1737" link="https://issues.apache.org/jira/browse/LOG4J2-1737"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1738_Add_a_Builder_to_JsonLayout_and_deprecate_org_apache_logging.xml b/src/changelog/2.8/LOG4J2-1738_Add_a_Builder_to_JsonLayout_and_deprecate_org_apache_logging.xml
index 201b494..5325385 100644
--- a/src/changelog/2.8/LOG4J2-1738_Add_a_Builder_to_JsonLayout_and_deprecate_org_apache_logging.xml
+++ b/src/changelog/2.8/LOG4J2-1738_Add_a_Builder_to_JsonLayout_and_deprecate_org_apache_logging.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1738" link="https://issues.apache.org/jira/browse/LOG4J2-1738"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1739_Add_Builder_to_KafkaAppender_and_deprecate_KafkaAppender_cre.xml b/src/changelog/2.8/LOG4J2-1739_Add_Builder_to_KafkaAppender_and_deprecate_KafkaAppender_cre.xml
index c1789c3..dc0e51a 100644
--- a/src/changelog/2.8/LOG4J2-1739_Add_Builder_to_KafkaAppender_and_deprecate_KafkaAppender_cre.xml
+++ b/src/changelog/2.8/LOG4J2-1739_Add_Builder_to_KafkaAppender_and_deprecate_KafkaAppender_cre.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1739" link="https://issues.apache.org/jira/browse/LOG4J2-1739"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1740_Add_CronTriggeringPolicy_programmatically_leads_to_NPE.xml b/src/changelog/2.8/LOG4J2-1740_Add_CronTriggeringPolicy_programmatically_leads_to_NPE.xml
index 78e9d1f..b37fac6 100644
--- a/src/changelog/2.8/LOG4J2-1740_Add_CronTriggeringPolicy_programmatically_leads_to_NPE.xml
+++ b/src/changelog/2.8/LOG4J2-1740_Add_CronTriggeringPolicy_programmatically_leads_to_NPE.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1740" link="https://issues.apache.org/jira/browse/LOG4J2-1740"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1743_CompositeConfiguration_does_not_add_filters_to_appenderRefs.xml b/src/changelog/2.8/LOG4J2-1743_CompositeConfiguration_does_not_add_filters_to_appenderRefs.xml
index 00518fa..d20be53 100644
--- a/src/changelog/2.8/LOG4J2-1743_CompositeConfiguration_does_not_add_filters_to_appenderRefs.xml
+++ b/src/changelog/2.8/LOG4J2-1743_CompositeConfiguration_does_not_add_filters_to_appenderRefs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1743" link="https://issues.apache.org/jira/browse/LOG4J2-1743"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1744_The_custom_logger_Generate_tool_no_longer_requires_the_log4j.xml b/src/changelog/2.8/LOG4J2-1744_The_custom_logger_Generate_tool_no_longer_requires_the_log4j.xml
index 02f9275..ca5f7c7 100644
--- a/src/changelog/2.8/LOG4J2-1744_The_custom_logger_Generate_tool_no_longer_requires_the_log4j.xml
+++ b/src/changelog/2.8/LOG4J2-1744_The_custom_logger_Generate_tool_no_longer_requires_the_log4j.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1744" link="https://issues.apache.org/jira/browse/LOG4J2-1744"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1748_Do_not_use_non_daemon_thread_pool_for_rollover_tasks.xml b/src/changelog/2.8/LOG4J2-1748_Do_not_use_non_daemon_thread_pool_for_rollover_tasks.xml
index 94e749c..0b82671 100644
--- a/src/changelog/2.8/LOG4J2-1748_Do_not_use_non_daemon_thread_pool_for_rollover_tasks.xml
+++ b/src/changelog/2.8/LOG4J2-1748_Do_not_use_non_daemon_thread_pool_for_rollover_tasks.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1748" link="https://issues.apache.org/jira/browse/LOG4J2-1748"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1750_Update_Kafka_from_0_10_0_1_to_0_10_1_1.xml b/src/changelog/2.8/LOG4J2-1750_Update_Kafka_from_0_10_0_1_to_0_10_1_1.xml
index ef71b26..5ced4a8 100644
--- a/src/changelog/2.8/LOG4J2-1750_Update_Kafka_from_0_10_0_1_to_0_10_1_1.xml
+++ b/src/changelog/2.8/LOG4J2-1750_Update_Kafka_from_0_10_0_1_to_0_10_1_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1750" link="https://issues.apache.org/jira/browse/LOG4J2-1750"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1751_Update_liquibase_core_from_3_5_1_to_3_5_3.xml b/src/changelog/2.8/LOG4J2-1751_Update_liquibase_core_from_3_5_1_to_3_5_3.xml
index f5fd257..77d095b 100644
--- a/src/changelog/2.8/LOG4J2-1751_Update_liquibase_core_from_3_5_1_to_3_5_3.xml
+++ b/src/changelog/2.8/LOG4J2-1751_Update_liquibase_core_from_3_5_1_to_3_5_3.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1751" link="https://issues.apache.org/jira/browse/LOG4J2-1751"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1755_Add_TypeConverter_and_constraint_validators_for_java_net_Ine.xml b/src/changelog/2.8/LOG4J2-1755_Add_TypeConverter_and_constraint_validators_for_java_net_Ine.xml
index 544d588..a42fd06 100644
--- a/src/changelog/2.8/LOG4J2-1755_Add_TypeConverter_and_constraint_validators_for_java_net_Ine.xml
+++ b/src/changelog/2.8/LOG4J2-1755_Add_TypeConverter_and_constraint_validators_for_java_net_Ine.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1755" link="https://issues.apache.org/jira/browse/LOG4J2-1755"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1756_Adds_xmlns_in_schema_and_some_other_tags.xml b/src/changelog/2.8/LOG4J2-1756_Adds_xmlns_in_schema_and_some_other_tags.xml
index 8af1bdd..90778c3 100644
--- a/src/changelog/2.8/LOG4J2-1756_Adds_xmlns_in_schema_and_some_other_tags.xml
+++ b/src/changelog/2.8/LOG4J2-1756_Adds_xmlns_in_schema_and_some_other_tags.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1756" link="https://issues.apache.org/jira/browse/LOG4J2-1756"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-1758_Add_TypeConverter_for_java_nio_file_Path.xml b/src/changelog/2.8/LOG4J2-1758_Add_TypeConverter_for_java_nio_file_Path.xml
index 0e0018f..bafb31c 100644
--- a/src/changelog/2.8/LOG4J2-1758_Add_TypeConverter_for_java_nio_file_Path.xml
+++ b/src/changelog/2.8/LOG4J2-1758_Add_TypeConverter_for_java_nio_file_Path.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1758" link="https://issues.apache.org/jira/browse/LOG4J2-1758"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1759_Add_TypeConverter_for_java_util_UUID.xml b/src/changelog/2.8/LOG4J2-1759_Add_TypeConverter_for_java_util_UUID.xml
index e91815d..e91bd5d 100644
--- a/src/changelog/2.8/LOG4J2-1759_Add_TypeConverter_for_java_util_UUID.xml
+++ b/src/changelog/2.8/LOG4J2-1759_Add_TypeConverter_for_java_util_UUID.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1759" link="https://issues.apache.org/jira/browse/LOG4J2-1759"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1762_Add_Builder_to_GelfLayout.xml b/src/changelog/2.8/LOG4J2-1762_Add_Builder_to_GelfLayout.xml
index ba57512..c82f5c5 100644
--- a/src/changelog/2.8/LOG4J2-1762_Add_Builder_to_GelfLayout.xml
+++ b/src/changelog/2.8/LOG4J2-1762_Add_Builder_to_GelfLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1762" link="https://issues.apache.org/jira/browse/LOG4J2-1762"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1764_Use_MethodHandle_in_ContextDataFactory_cached_constructor.xml b/src/changelog/2.8/LOG4J2-1764_Use_MethodHandle_in_ContextDataFactory_cached_constructor.xml
index 2302a73..93f34f5 100644
--- a/src/changelog/2.8/LOG4J2-1764_Use_MethodHandle_in_ContextDataFactory_cached_constructor.xml
+++ b/src/changelog/2.8/LOG4J2-1764_Use_MethodHandle_in_ContextDataFactory_cached_constructor.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1764" link="https://issues.apache.org/jira/browse/LOG4J2-1764"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1769_Fixed_concurrency_issue_affecting_all_layouts_except_Pattern.xml b/src/changelog/2.8/LOG4J2-1769_Fixed_concurrency_issue_affecting_all_layouts_except_Pattern.xml
index 39c1a52..96b6ac6 100644
--- a/src/changelog/2.8/LOG4J2-1769_Fixed_concurrency_issue_affecting_all_layouts_except_Pattern.xml
+++ b/src/changelog/2.8/LOG4J2-1769_Fixed_concurrency_issue_affecting_all_layouts_except_Pattern.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1769" link="https://issues.apache.org/jira/browse/LOG4J2-1769"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1770_Add_a_Builder_to_JdbcAppender_and_deprecate_JdbcAppender_cre.xml b/src/changelog/2.8/LOG4J2-1770_Add_a_Builder_to_JdbcAppender_and_deprecate_JdbcAppender_cre.xml
index 7eec8ff..4e77958 100644
--- a/src/changelog/2.8/LOG4J2-1770_Add_a_Builder_to_JdbcAppender_and_deprecate_JdbcAppender_cre.xml
+++ b/src/changelog/2.8/LOG4J2-1770_Add_a_Builder_to_JdbcAppender_and_deprecate_JdbcAppender_cre.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1770" link="https://issues.apache.org/jira/browse/LOG4J2-1770"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1771_Add_a_Builder_to_ColumnConfig_and_deprecate_ColumnConfig_cre.xml b/src/changelog/2.8/LOG4J2-1771_Add_a_Builder_to_ColumnConfig_and_deprecate_ColumnConfig_cre.xml
index e86ca1b..48788ef 100644
--- a/src/changelog/2.8/LOG4J2-1771_Add_a_Builder_to_ColumnConfig_and_deprecate_ColumnConfig_cre.xml
+++ b/src/changelog/2.8/LOG4J2-1771_Add_a_Builder_to_ColumnConfig_and_deprecate_ColumnConfig_cre.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1771" link="https://issues.apache.org/jira/browse/LOG4J2-1771"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1773_Add_StatusLoggerRule_to_allow_unit_tests_to_set_a_status_lev.xml b/src/changelog/2.8/LOG4J2-1773_Add_StatusLoggerRule_to_allow_unit_tests_to_set_a_status_lev.xml
index 4db5d1c..3e13fc7 100644
--- a/src/changelog/2.8/LOG4J2-1773_Add_StatusLoggerRule_to_allow_unit_tests_to_set_a_status_lev.xml
+++ b/src/changelog/2.8/LOG4J2-1773_Add_StatusLoggerRule_to_allow_unit_tests_to_set_a_status_lev.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1773" link="https://issues.apache.org/jira/browse/LOG4J2-1773"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1774_Replace_MockEJB_dependency_in_unit_tests_with_Spring_Test_an.xml b/src/changelog/2.8/LOG4J2-1774_Replace_MockEJB_dependency_in_unit_tests_with_Spring_Test_an.xml
index 58ca47d..fcb37ab 100644
--- a/src/changelog/2.8/LOG4J2-1774_Replace_MockEJB_dependency_in_unit_tests_with_Spring_Test_an.xml
+++ b/src/changelog/2.8/LOG4J2-1774_Replace_MockEJB_dependency_in_unit_tests_with_Spring_Test_an.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1774" link="https://issues.apache.org/jira/browse/LOG4J2-1774"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1779_Fixed_bug_where_AsyncLogger_did_not_resolve_configuration_pr.xml b/src/changelog/2.8/LOG4J2-1779_Fixed_bug_where_AsyncLogger_did_not_resolve_configuration_pr.xml
index 66662f8..ad192b1 100644
--- a/src/changelog/2.8/LOG4J2-1779_Fixed_bug_where_AsyncLogger_did_not_resolve_configuration_pr.xml
+++ b/src/changelog/2.8/LOG4J2-1779_Fixed_bug_where_AsyncLogger_did_not_resolve_configuration_pr.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1779" link="https://issues.apache.org/jira/browse/LOG4J2-1779"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1780_Eliminate_the_use_of_the_ExecutorServices_in_the_LoggerConte.xml b/src/changelog/2.8/LOG4J2-1780_Eliminate_the_use_of_the_ExecutorServices_in_the_LoggerConte.xml
index ca8ab23..db95d1a 100644
--- a/src/changelog/2.8/LOG4J2-1780_Eliminate_the_use_of_the_ExecutorServices_in_the_LoggerConte.xml
+++ b/src/changelog/2.8/LOG4J2-1780_Eliminate_the_use_of_the_ExecutorServices_in_the_LoggerConte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1780" link="https://issues.apache.org/jira/browse/LOG4J2-1780"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.8/LOG4J2-1781_Update_Conversant_Disruptor_from_1_2_7_to_1_2_10.xml b/src/changelog/2.8/LOG4J2-1781_Update_Conversant_Disruptor_from_1_2_7_to_1_2_10.xml
index b4cbd31..fe2c6a0 100644
--- a/src/changelog/2.8/LOG4J2-1781_Update_Conversant_Disruptor_from_1_2_7_to_1_2_10.xml
+++ b/src/changelog/2.8/LOG4J2-1781_Update_Conversant_Disruptor_from_1_2_7_to_1_2_10.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1781" link="https://issues.apache.org/jira/browse/LOG4J2-1781"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-1786_ConfigurationScheduler_now_preserves_interrupt_flag_during_s.xml b/src/changelog/2.8/LOG4J2-1786_ConfigurationScheduler_now_preserves_interrupt_flag_during_s.xml
index 445bbff..922ebd2 100644
--- a/src/changelog/2.8/LOG4J2-1786_ConfigurationScheduler_now_preserves_interrupt_flag_during_s.xml
+++ b/src/changelog/2.8/LOG4J2-1786_ConfigurationScheduler_now_preserves_interrupt_flag_during_s.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1786" link="https://issues.apache.org/jira/browse/LOG4J2-1786"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.8/LOG4J2-1787_Document_how_to_exclude_transitive_conflicting_dependencies.xml b/src/changelog/2.8/LOG4J2-1787_Document_how_to_exclude_transitive_conflicting_dependencies.xml
index eb84ea4..e2f8ead 100644
--- a/src/changelog/2.8/LOG4J2-1787_Document_how_to_exclude_transitive_conflicting_dependencies.xml
+++ b/src/changelog/2.8/LOG4J2-1787_Document_how_to_exclude_transitive_conflicting_dependencies.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1787" link="https://issues.apache.org/jira/browse/LOG4J2-1787"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-2195_Cannot_define_both_filters_and_separator_for_PatternLayo.xml b/src/changelog/2.8/LOG4J2-2195_Cannot_define_both_filters_and_separator_for_PatternLayo.xml
index f7db308..2c88628 100644
--- a/src/changelog/2.8/LOG4J2-2195_Cannot_define_both_filters_and_separator_for_PatternLayo.xml
+++ b/src/changelog/2.8/LOG4J2-2195_Cannot_define_both_filters_and_separator_for_PatternLayo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2195" link="https://issues.apache.org/jira/browse/LOG4J2-2195"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-2221_RootThrowablePatternConverter_does_not_use_TextRenderer_or_l.xml b/src/changelog/2.8/LOG4J2-2221_RootThrowablePatternConverter_does_not_use_TextRenderer_or_l.xml
index bfe88c1..ac1fb77 100644
--- a/src/changelog/2.8/LOG4J2-2221_RootThrowablePatternConverter_does_not_use_TextRenderer_or_l.xml
+++ b/src/changelog/2.8/LOG4J2-2221_RootThrowablePatternConverter_does_not_use_TextRenderer_or_l.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2221" link="https://issues.apache.org/jira/browse/LOG4J2-2221"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.8/LOG4J2-424_Add_non_string_data_type_support_to_JdbcAppender_via_new_Col.xml b/src/changelog/2.8/LOG4J2-424_Add_non_string_data_type_support_to_JdbcAppender_via_new_Col.xml
index b6de28e..9699449 100644
--- a/src/changelog/2.8/LOG4J2-424_Add_non_string_data_type_support_to_JdbcAppender_via_new_Col.xml
+++ b/src/changelog/2.8/LOG4J2-424_Add_non_string_data_type_support_to_JdbcAppender_via_new_Col.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-424" link="https://issues.apache.org/jira/browse/LOG4J2-424"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.8/LOG4J2-969_Refactor_SyslogAppender_so_that_Layout_is_a_Plugin_element.xml b/src/changelog/2.8/LOG4J2-969_Refactor_SyslogAppender_so_that_Layout_is_a_Plugin_element.xml
index fe6c4d1..44bc4e5 100644
--- a/src/changelog/2.8/LOG4J2-969_Refactor_SyslogAppender_so_that_Layout_is_a_Plugin_element.xml
+++ b/src/changelog/2.8/LOG4J2-969_Refactor_SyslogAppender_so_that_Layout_is_a_Plugin_element.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-969" link="https://issues.apache.org/jira/browse/LOG4J2-969"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/.release.xml b/src/changelog/2.9.0/.release.xml
index 7ed4b89..8809b47 100644
--- a/src/changelog/2.9.0/.release.xml
+++ b/src/changelog/2.9.0/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2017-08-26"
          version="2.9.0"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1071_Allow_for_bufferSize_0_in_SMTP_appender.xml b/src/changelog/2.9.0/LOG4J2-1071_Allow_for_bufferSize_0_in_SMTP_appender.xml
index 8fe4492..e3bb28c 100644
--- a/src/changelog/2.9.0/LOG4J2-1071_Allow_for_bufferSize_0_in_SMTP_appender.xml
+++ b/src/changelog/2.9.0/LOG4J2-1071_Allow_for_bufferSize_0_in_SMTP_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1071" link="https://issues.apache.org/jira/browse/LOG4J2-1071"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1261_Async_Loggers_no_longer_use_deprecated_LMAX_Disruptor_APIs.xml b/src/changelog/2.9.0/LOG4J2-1261_Async_Loggers_no_longer_use_deprecated_LMAX_Disruptor_APIs.xml
index 41fca37..c9bcf74 100644
--- a/src/changelog/2.9.0/LOG4J2-1261_Async_Loggers_no_longer_use_deprecated_LMAX_Disruptor_APIs.xml
+++ b/src/changelog/2.9.0/LOG4J2-1261_Async_Loggers_no_longer_use_deprecated_LMAX_Disruptor_APIs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1261" link="https://issues.apache.org/jira/browse/LOG4J2-1261"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1294_The_JMS_Appender_should_use_a_JMS_MapMessage_for_a_Log4j_Map.xml b/src/changelog/2.9.0/LOG4J2-1294_The_JMS_Appender_should_use_a_JMS_MapMessage_for_a_Log4j_Map.xml
index 422303f..d15495c 100644
--- a/src/changelog/2.9.0/LOG4J2-1294_The_JMS_Appender_should_use_a_JMS_MapMessage_for_a_Log4j_Map.xml
+++ b/src/changelog/2.9.0/LOG4J2-1294_The_JMS_Appender_should_use_a_JMS_MapMessage_for_a_Log4j_Map.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1294" link="https://issues.apache.org/jira/browse/LOG4J2-1294"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1311_SocketAppender_will_lose_several_events_after_re_connection.xml b/src/changelog/2.9.0/LOG4J2-1311_SocketAppender_will_lose_several_events_after_re_connection.xml
index 3d895f3..b005d7b 100644
--- a/src/changelog/2.9.0/LOG4J2-1311_SocketAppender_will_lose_several_events_after_re_connection.xml
+++ b/src/changelog/2.9.0/LOG4J2-1311_SocketAppender_will_lose_several_events_after_re_connection.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1311" link="https://issues.apache.org/jira/browse/LOG4J2-1311"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1359_Add_support_for_Java_9_StackWalker.xml b/src/changelog/2.9.0/LOG4J2-1359_Add_support_for_Java_9_StackWalker.xml
index 84ef1ce..21cbd83 100644
--- a/src/changelog/2.9.0/LOG4J2-1359_Add_support_for_Java_9_StackWalker.xml
+++ b/src/changelog/2.9.0/LOG4J2-1359_Add_support_for_Java_9_StackWalker.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1359" link="https://issues.apache.org/jira/browse/LOG4J2-1359"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1442_Generic_HTTP_appender.xml b/src/changelog/2.9.0/LOG4J2-1442_Generic_HTTP_appender.xml
index feec7f7..6b970ae 100644
--- a/src/changelog/2.9.0/LOG4J2-1442_Generic_HTTP_appender.xml
+++ b/src/changelog/2.9.0/LOG4J2-1442_Generic_HTTP_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1442" link="https://issues.apache.org/jira/browse/LOG4J2-1442"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1699_Configurable_Log_File_Permissions_with_PosixFilePermission.xml b/src/changelog/2.9.0/LOG4J2-1699_Configurable_Log_File_Permissions_with_PosixFilePermission.xml
index b209513..ff10b1a 100644
--- a/src/changelog/2.9.0/LOG4J2-1699_Configurable_Log_File_Permissions_with_PosixFilePermission.xml
+++ b/src/changelog/2.9.0/LOG4J2-1699_Configurable_Log_File_Permissions_with_PosixFilePermission.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1699" link="https://issues.apache.org/jira/browse/LOG4J2-1699"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1766_Temporary_compress_directory_during_rollover_88.xml b/src/changelog/2.9.0/LOG4J2-1766_Temporary_compress_directory_during_rollover_88.xml
index 5e72940..e03f1b4 100644
--- a/src/changelog/2.9.0/LOG4J2-1766_Temporary_compress_directory_during_rollover_88.xml
+++ b/src/changelog/2.9.0/LOG4J2-1766_Temporary_compress_directory_during_rollover_88.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1766" link="https://issues.apache.org/jira/browse/LOG4J2-1766"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1801_Add_more_detail_to_WARN_Ignoring_log_event_messages_printe.xml b/src/changelog/2.9.0/LOG4J2-1801_Add_more_detail_to_WARN_Ignoring_log_event_messages_printe.xml
index d815938..fa43eb9 100644
--- a/src/changelog/2.9.0/LOG4J2-1801_Add_more_detail_to_WARN_Ignoring_log_event_messages_printe.xml
+++ b/src/changelog/2.9.0/LOG4J2-1801_Add_more_detail_to_WARN_Ignoring_log_event_messages_printe.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1801" link="https://issues.apache.org/jira/browse/LOG4J2-1801"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1813_Log4j2_will_now_print_all_internal_logging_to_the_console_if.xml b/src/changelog/2.9.0/LOG4J2-1813_Log4j2_will_now_print_all_internal_logging_to_the_console_if.xml
index 6008fa7..db0a294 100644
--- a/src/changelog/2.9.0/LOG4J2-1813_Log4j2_will_now_print_all_internal_logging_to_the_console_if.xml
+++ b/src/changelog/2.9.0/LOG4J2-1813_Log4j2_will_now_print_all_internal_logging_to_the_console_if.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1813" link="https://issues.apache.org/jira/browse/LOG4J2-1813"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1814_Added_wrapper_classes_CustomLoggerGenerator_and_ExtendedLogg.xml b/src/changelog/2.9.0/LOG4J2-1814_Added_wrapper_classes_CustomLoggerGenerator_and_ExtendedLogg.xml
index 27581f6..e78db21 100644
--- a/src/changelog/2.9.0/LOG4J2-1814_Added_wrapper_classes_CustomLoggerGenerator_and_ExtendedLogg.xml
+++ b/src/changelog/2.9.0/LOG4J2-1814_Added_wrapper_classes_CustomLoggerGenerator_and_ExtendedLogg.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1814" link="https://issues.apache.org/jira/browse/LOG4J2-1814"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1833_Prevent_NullPointerException_when_a_file_name_is_specified_w.xml b/src/changelog/2.9.0/LOG4J2-1833_Prevent_NullPointerException_when_a_file_name_is_specified_w.xml
index a5de26a..b2b6e7b 100644
--- a/src/changelog/2.9.0/LOG4J2-1833_Prevent_NullPointerException_when_a_file_name_is_specified_w.xml
+++ b/src/changelog/2.9.0/LOG4J2-1833_Prevent_NullPointerException_when_a_file_name_is_specified_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1833" link="https://issues.apache.org/jira/browse/LOG4J2-1833"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1851_Move_server_components_from_log4j_core_to_new_log4_server_mo.xml b/src/changelog/2.9.0/LOG4J2-1851_Move_server_components_from_log4j_core_to_new_log4_server_mo.xml
index 15a4afa..54a6aa8 100644
--- a/src/changelog/2.9.0/LOG4J2-1851_Move_server_components_from_log4j_core_to_new_log4_server_mo.xml
+++ b/src/changelog/2.9.0/LOG4J2-1851_Move_server_components_from_log4j_core_to_new_log4_server_mo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1851" link="https://issues.apache.org/jira/browse/LOG4J2-1851"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1854_Support_null_byte_delimiter_in_GelfLayout.xml b/src/changelog/2.9.0/LOG4J2-1854_Support_null_byte_delimiter_in_GelfLayout.xml
index a1de685..467e3b0 100644
--- a/src/changelog/2.9.0/LOG4J2-1854_Support_null_byte_delimiter_in_GelfLayout.xml
+++ b/src/changelog/2.9.0/LOG4J2-1854_Support_null_byte_delimiter_in_GelfLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1854" link="https://issues.apache.org/jira/browse/LOG4J2-1854"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1855_Add_an_optional_random_delay_in_TimeBasedTriggeringPolicy.xml b/src/changelog/2.9.0/LOG4J2-1855_Add_an_optional_random_delay_in_TimeBasedTriggeringPolicy.xml
index c1e3e6d..b192c89 100644
--- a/src/changelog/2.9.0/LOG4J2-1855_Add_an_optional_random_delay_in_TimeBasedTriggeringPolicy.xml
+++ b/src/changelog/2.9.0/LOG4J2-1855_Add_an_optional_random_delay_in_TimeBasedTriggeringPolicy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1855" link="https://issues.apache.org/jira/browse/LOG4J2-1855"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1858_Ensure_the_ThreadLocal_StringBuilder_in_ParameterizedMessage.xml b/src/changelog/2.9.0/LOG4J2-1858_Ensure_the_ThreadLocal_StringBuilder_in_ParameterizedMessage.xml
index 3318ccc..76c284c 100644
--- a/src/changelog/2.9.0/LOG4J2-1858_Ensure_the_ThreadLocal_StringBuilder_in_ParameterizedMessage.xml
+++ b/src/changelog/2.9.0/LOG4J2-1858_Ensure_the_ThreadLocal_StringBuilder_in_ParameterizedMessage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1858" link="https://issues.apache.org/jira/browse/LOG4J2-1858"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1860_Shortcut_to_add_Property_and_KeyValuePair_component_in_Confi.xml b/src/changelog/2.9.0/LOG4J2-1860_Shortcut_to_add_Property_and_KeyValuePair_component_in_Confi.xml
index d97743b..77cf62c 100644
--- a/src/changelog/2.9.0/LOG4J2-1860_Shortcut_to_add_Property_and_KeyValuePair_component_in_Confi.xml
+++ b/src/changelog/2.9.0/LOG4J2-1860_Shortcut_to_add_Property_and_KeyValuePair_component_in_Confi.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1860" link="https://issues.apache.org/jira/browse/LOG4J2-1860"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1864_Support_capped_collections_for_MongoDb_appender.xml b/src/changelog/2.9.0/LOG4J2-1864_Support_capped_collections_for_MongoDb_appender.xml
index 91a20c9..c1ed549 100644
--- a/src/changelog/2.9.0/LOG4J2-1864_Support_capped_collections_for_MongoDb_appender.xml
+++ b/src/changelog/2.9.0/LOG4J2-1864_Support_capped_collections_for_MongoDb_appender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1864" link="https://issues.apache.org/jira/browse/LOG4J2-1864"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1867_Fix_configuration_documentation.xml b/src/changelog/2.9.0/LOG4J2-1867_Fix_configuration_documentation.xml
index abf1966..cfa6d9b 100644
--- a/src/changelog/2.9.0/LOG4J2-1867_Fix_configuration_documentation.xml
+++ b/src/changelog/2.9.0/LOG4J2-1867_Fix_configuration_documentation.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1867" link="https://issues.apache.org/jira/browse/LOG4J2-1867"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1868_Update_ZeroMQ_s_JeroMQ_from_0_3_6_to_0_4_0.xml b/src/changelog/2.9.0/LOG4J2-1868_Update_ZeroMQ_s_JeroMQ_from_0_3_6_to_0_4_0.xml
index 6af895b..3beab00 100644
--- a/src/changelog/2.9.0/LOG4J2-1868_Update_ZeroMQ_s_JeroMQ_from_0_3_6_to_0_4_0.xml
+++ b/src/changelog/2.9.0/LOG4J2-1868_Update_ZeroMQ_s_JeroMQ_from_0_3_6_to_0_4_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1868" link="https://issues.apache.org/jira/browse/LOG4J2-1868"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1869_Update_Kafka_client_from_0_10_1_1_to_0_10_2_0.xml b/src/changelog/2.9.0/LOG4J2-1869_Update_Kafka_client_from_0_10_1_1_to_0_10_2_0.xml
index dc2d773..0f078ed 100644
--- a/src/changelog/2.9.0/LOG4J2-1869_Update_Kafka_client_from_0_10_1_1_to_0_10_2_0.xml
+++ b/src/changelog/2.9.0/LOG4J2-1869_Update_Kafka_client_from_0_10_1_1_to_0_10_2_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1869" link="https://issues.apache.org/jira/browse/LOG4J2-1869"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1872_Update_JavaMail_from_1_5_5_to_1_5_6.xml b/src/changelog/2.9.0/LOG4J2-1872_Update_JavaMail_from_1_5_5_to_1_5_6.xml
index a338c7b..8f03100 100644
--- a/src/changelog/2.9.0/LOG4J2-1872_Update_JavaMail_from_1_5_5_to_1_5_6.xml
+++ b/src/changelog/2.9.0/LOG4J2-1872_Update_JavaMail_from_1_5_5_to_1_5_6.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1872" link="https://issues.apache.org/jira/browse/LOG4J2-1872"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1874_Added_methods_writeBytes_ByteBuffer_and_writeBytes_byte.xml b/src/changelog/2.9.0/LOG4J2-1874_Added_methods_writeBytes_ByteBuffer_and_writeBytes_byte.xml
index ffa3e99..b06ea5f 100644
--- a/src/changelog/2.9.0/LOG4J2-1874_Added_methods_writeBytes_ByteBuffer_and_writeBytes_byte.xml
+++ b/src/changelog/2.9.0/LOG4J2-1874_Added_methods_writeBytes_ByteBuffer_and_writeBytes_byte.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1874" link="https://issues.apache.org/jira/browse/LOG4J2-1874"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1876_More_reliable_checking_for_runtime_dependencies.xml b/src/changelog/2.9.0/LOG4J2-1876_More_reliable_checking_for_runtime_dependencies.xml
index fc8510c..839ca95 100644
--- a/src/changelog/2.9.0/LOG4J2-1876_More_reliable_checking_for_runtime_dependencies.xml
+++ b/src/changelog/2.9.0/LOG4J2-1876_More_reliable_checking_for_runtime_dependencies.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1876" link="https://issues.apache.org/jira/browse/LOG4J2-1876"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1877_Missing_documentation_for_Max_index_limit_in_DefaultRollover.xml b/src/changelog/2.9.0/LOG4J2-1877_Missing_documentation_for_Max_index_limit_in_DefaultRollover.xml
index 3c01f65..bda9691 100644
--- a/src/changelog/2.9.0/LOG4J2-1877_Missing_documentation_for_Max_index_limit_in_DefaultRollover.xml
+++ b/src/changelog/2.9.0/LOG4J2-1877_Missing_documentation_for_Max_index_limit_in_DefaultRollover.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1877" link="https://issues.apache.org/jira/browse/LOG4J2-1877"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1879_Update_JAnsi_from_1_14_to_1_15.xml b/src/changelog/2.9.0/LOG4J2-1879_Update_JAnsi_from_1_14_to_1_15.xml
index c484144..5eb564c 100644
--- a/src/changelog/2.9.0/LOG4J2-1879_Update_JAnsi_from_1_14_to_1_15.xml
+++ b/src/changelog/2.9.0/LOG4J2-1879_Update_JAnsi_from_1_14_to_1_15.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1879" link="https://issues.apache.org/jira/browse/LOG4J2-1879"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1880_Warn_when_a_configuration_file_for_an_inactive_Configuration.xml b/src/changelog/2.9.0/LOG4J2-1880_Warn_when_a_configuration_file_for_an_inactive_Configuration.xml
index 344124e..3ac734b 100644
--- a/src/changelog/2.9.0/LOG4J2-1880_Warn_when_a_configuration_file_for_an_inactive_Configuration.xml
+++ b/src/changelog/2.9.0/LOG4J2-1880_Warn_when_a_configuration_file_for_an_inactive_Configuration.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1880" link="https://issues.apache.org/jira/browse/LOG4J2-1880"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1884_Added_process_ID_pid_pattern_converter.xml b/src/changelog/2.9.0/LOG4J2-1884_Added_process_ID_pid_pattern_converter.xml
index b46e0bf..9a623e7 100644
--- a/src/changelog/2.9.0/LOG4J2-1884_Added_process_ID_pid_pattern_converter.xml
+++ b/src/changelog/2.9.0/LOG4J2-1884_Added_process_ID_pid_pattern_converter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1884" link="https://issues.apache.org/jira/browse/LOG4J2-1884"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1885_Fix_documentation_about_default_additivity_value_for_loggers.xml b/src/changelog/2.9.0/LOG4J2-1885_Fix_documentation_about_default_additivity_value_for_loggers.xml
index 700c7a9..3ebe764 100644
--- a/src/changelog/2.9.0/LOG4J2-1885_Fix_documentation_about_default_additivity_value_for_loggers.xml
+++ b/src/changelog/2.9.0/LOG4J2-1885_Fix_documentation_about_default_additivity_value_for_loggers.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1885" link="https://issues.apache.org/jira/browse/LOG4J2-1885"/>
   <author id="mattsicker"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1888_Log4j_throws_a_java_nio_charset_UnsupportedCharsetException.xml b/src/changelog/2.9.0/LOG4J2-1888_Log4j_throws_a_java_nio_charset_UnsupportedCharsetException.xml
index abfaf31..b83f296 100644
--- a/src/changelog/2.9.0/LOG4J2-1888_Log4j_throws_a_java_nio_charset_UnsupportedCharsetException.xml
+++ b/src/changelog/2.9.0/LOG4J2-1888_Log4j_throws_a_java_nio_charset_UnsupportedCharsetException.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1888" link="https://issues.apache.org/jira/browse/LOG4J2-1888"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1899_Add_missing_getters_to_classes_in_package_org_apache_logging.xml b/src/changelog/2.9.0/LOG4J2-1899_Add_missing_getters_to_classes_in_package_org_apache_logging.xml
index 0c2265e..d6e489e 100644
--- a/src/changelog/2.9.0/LOG4J2-1899_Add_missing_getters_to_classes_in_package_org_apache_logging.xml
+++ b/src/changelog/2.9.0/LOG4J2-1899_Add_missing_getters_to_classes_in_package_org_apache_logging.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1899" link="https://issues.apache.org/jira/browse/LOG4J2-1899"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1900_Update_JAnsi_from_1_15_to_1_16.xml b/src/changelog/2.9.0/LOG4J2-1900_Update_JAnsi_from_1_15_to_1_16.xml
index cd3ba64..e8b295f 100644
--- a/src/changelog/2.9.0/LOG4J2-1900_Update_JAnsi_from_1_15_to_1_16.xml
+++ b/src/changelog/2.9.0/LOG4J2-1900_Update_JAnsi_from_1_15_to_1_16.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1900" link="https://issues.apache.org/jira/browse/LOG4J2-1900"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1908_Improved_error_message_when_misconfigured_with_multiple_inco.xml b/src/changelog/2.9.0/LOG4J2-1908_Improved_error_message_when_misconfigured_with_multiple_inco.xml
index c25f0fa..7e3c4b4 100644
--- a/src/changelog/2.9.0/LOG4J2-1908_Improved_error_message_when_misconfigured_with_multiple_inco.xml
+++ b/src/changelog/2.9.0/LOG4J2-1908_Improved_error_message_when_misconfigured_with_multiple_inco.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1908" link="https://issues.apache.org/jira/browse/LOG4J2-1908"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1911_Improve_the_documentation_of_the_DynamicThresholdFilter.xml b/src/changelog/2.9.0/LOG4J2-1911_Improve_the_documentation_of_the_DynamicThresholdFilter.xml
index 9d04fa8..a50fe80 100644
--- a/src/changelog/2.9.0/LOG4J2-1911_Improve_the_documentation_of_the_DynamicThresholdFilter.xml
+++ b/src/changelog/2.9.0/LOG4J2-1911_Improve_the_documentation_of_the_DynamicThresholdFilter.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1911" link="https://issues.apache.org/jira/browse/LOG4J2-1911"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1912_CompositeConfiguration_logs_warning_Unable_to_determine_URI.xml b/src/changelog/2.9.0/LOG4J2-1912_CompositeConfiguration_logs_warning_Unable_to_determine_URI.xml
index 9d6d8e0..a2e39e4 100644
--- a/src/changelog/2.9.0/LOG4J2-1912_CompositeConfiguration_logs_warning_Unable_to_determine_URI.xml
+++ b/src/changelog/2.9.0/LOG4J2-1912_CompositeConfiguration_logs_warning_Unable_to_determine_URI.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1912" link="https://issues.apache.org/jira/browse/LOG4J2-1912"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1917_Support_using_java_util_ServiceLoader_to_locate_Log4j_2_API.xml b/src/changelog/2.9.0/LOG4J2-1917_Support_using_java_util_ServiceLoader_to_locate_Log4j_2_API.xml
index 5d4b1fa..d2543ee 100644
--- a/src/changelog/2.9.0/LOG4J2-1917_Support_using_java_util_ServiceLoader_to_locate_Log4j_2_API.xml
+++ b/src/changelog/2.9.0/LOG4J2-1917_Support_using_java_util_ServiceLoader_to_locate_Log4j_2_API.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1917" link="https://issues.apache.org/jira/browse/LOG4J2-1917"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1920_ScriptEngineManager_is_not_available_in_Android_and_causes_a.xml b/src/changelog/2.9.0/LOG4J2-1920_ScriptEngineManager_is_not_available_in_Android_and_causes_a.xml
index f69a730..14c09f8 100644
--- a/src/changelog/2.9.0/LOG4J2-1920_ScriptEngineManager_is_not_available_in_Android_and_causes_a.xml
+++ b/src/changelog/2.9.0/LOG4J2-1920_ScriptEngineManager_is_not_available_in_Android_and_causes_a.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1920" link="https://issues.apache.org/jira/browse/LOG4J2-1920"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1926_Facilitate_log4j_use_in_Android_applications_remove_depende.xml b/src/changelog/2.9.0/LOG4J2-1926_Facilitate_log4j_use_in_Android_applications_remove_depende.xml
index d3c3416..09c109d 100644
--- a/src/changelog/2.9.0/LOG4J2-1926_Facilitate_log4j_use_in_Android_applications_remove_depende.xml
+++ b/src/changelog/2.9.0/LOG4J2-1926_Facilitate_log4j_use_in_Android_applications_remove_depende.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1926" link="https://issues.apache.org/jira/browse/LOG4J2-1926"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1928_Add_support_for_DirectWriteRolloverStrategy_to_RollingRandom.xml b/src/changelog/2.9.0/LOG4J2-1928_Add_support_for_DirectWriteRolloverStrategy_to_RollingRandom.xml
index 692dcfa..4d3c58f 100644
--- a/src/changelog/2.9.0/LOG4J2-1928_Add_support_for_DirectWriteRolloverStrategy_to_RollingRandom.xml
+++ b/src/changelog/2.9.0/LOG4J2-1928_Add_support_for_DirectWriteRolloverStrategy_to_RollingRandom.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1928" link="https://issues.apache.org/jira/browse/LOG4J2-1928"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1929_EOFException_with_FormattedMessage.xml b/src/changelog/2.9.0/LOG4J2-1929_EOFException_with_FormattedMessage.xml
index c862029..b329972 100644
--- a/src/changelog/2.9.0/LOG4J2-1929_EOFException_with_FormattedMessage.xml
+++ b/src/changelog/2.9.0/LOG4J2-1929_EOFException_with_FormattedMessage.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1929" link="https://issues.apache.org/jira/browse/LOG4J2-1929"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1930_Add_forEach_methods_to_org_apache_logging_log4j_message_Ma.xml b/src/changelog/2.9.0/LOG4J2-1930_Add_forEach_methods_to_org_apache_logging_log4j_message_Ma.xml
index be42ff9..42a6601 100644
--- a/src/changelog/2.9.0/LOG4J2-1930_Add_forEach_methods_to_org_apache_logging_log4j_message_Ma.xml
+++ b/src/changelog/2.9.0/LOG4J2-1930_Add_forEach_methods_to_org_apache_logging_log4j_message_Ma.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1930" link="https://issues.apache.org/jira/browse/LOG4J2-1930"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1932_Add_containsKey_methods_to_org_apache_logging_log4j_messag.xml b/src/changelog/2.9.0/LOG4J2-1932_Add_containsKey_methods_to_org_apache_logging_log4j_messag.xml
index 4b7ece8..12f46eb 100644
--- a/src/changelog/2.9.0/LOG4J2-1932_Add_containsKey_methods_to_org_apache_logging_log4j_messag.xml
+++ b/src/changelog/2.9.0/LOG4J2-1932_Add_containsKey_methods_to_org_apache_logging_log4j_messag.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1932" link="https://issues.apache.org/jira/browse/LOG4J2-1932"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1934_JMS_Appender_does_not_know_how_to_recover_from_a_broken_conn.xml b/src/changelog/2.9.0/LOG4J2-1934_JMS_Appender_does_not_know_how_to_recover_from_a_broken_conn.xml
index a3e0ad2..604cf01 100644
--- a/src/changelog/2.9.0/LOG4J2-1934_JMS_Appender_does_not_know_how_to_recover_from_a_broken_conn.xml
+++ b/src/changelog/2.9.0/LOG4J2-1934_JMS_Appender_does_not_know_how_to_recover_from_a_broken_conn.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1934" link="https://issues.apache.org/jira/browse/LOG4J2-1934"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1935_Add_with_String_primitive_methods_to_org_apache_logging_lo.xml b/src/changelog/2.9.0/LOG4J2-1935_Add_with_String_primitive_methods_to_org_apache_logging_lo.xml
index 19b48c7..8d19e51 100644
--- a/src/changelog/2.9.0/LOG4J2-1935_Add_with_String_primitive_methods_to_org_apache_logging_lo.xml
+++ b/src/changelog/2.9.0/LOG4J2-1935_Add_with_String_primitive_methods_to_org_apache_logging_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1935" link="https://issues.apache.org/jira/browse/LOG4J2-1935"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1938_Update_Jackson_from_2_8_7_to_2_8_9.xml b/src/changelog/2.9.0/LOG4J2-1938_Update_Jackson_from_2_8_7_to_2_8_9.xml
index 2129f2f..41fb157 100644
--- a/src/changelog/2.9.0/LOG4J2-1938_Update_Jackson_from_2_8_7_to_2_8_9.xml
+++ b/src/changelog/2.9.0/LOG4J2-1938_Update_Jackson_from_2_8_7_to_2_8_9.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1938" link="https://issues.apache.org/jira/browse/LOG4J2-1938"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1943_The_eventPrefix_attribute_was_being_ignored_in_the_RFC5424La.xml b/src/changelog/2.9.0/LOG4J2-1943_The_eventPrefix_attribute_was_being_ignored_in_the_RFC5424La.xml
index 8a826bd..34a0e8e 100644
--- a/src/changelog/2.9.0/LOG4J2-1943_The_eventPrefix_attribute_was_being_ignored_in_the_RFC5424La.xml
+++ b/src/changelog/2.9.0/LOG4J2-1943_The_eventPrefix_attribute_was_being_ignored_in_the_RFC5424La.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1943" link="https://issues.apache.org/jira/browse/LOG4J2-1943"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1945_Generate_source_jas_for_all_test_jars.xml b/src/changelog/2.9.0/LOG4J2-1945_Generate_source_jas_for_all_test_jars.xml
index ac963c3..9367bc3 100644
--- a/src/changelog/2.9.0/LOG4J2-1945_Generate_source_jas_for_all_test_jars.xml
+++ b/src/changelog/2.9.0/LOG4J2-1945_Generate_source_jas_for_all_test_jars.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1945" link="https://issues.apache.org/jira/browse/LOG4J2-1945"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1948_Trim_levels_read_from_properties_file_to_remove_trailing_spa.xml b/src/changelog/2.9.0/LOG4J2-1948_Trim_levels_read_from_properties_file_to_remove_trailing_spa.xml
index 6ec27d0..0e19bed 100644
--- a/src/changelog/2.9.0/LOG4J2-1948_Trim_levels_read_from_properties_file_to_remove_trailing_spa.xml
+++ b/src/changelog/2.9.0/LOG4J2-1948_Trim_levels_read_from_properties_file_to_remove_trailing_spa.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1948" link="https://issues.apache.org/jira/browse/LOG4J2-1948"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1950_Fix_docker_build_with_jdk9_requirements_84.xml b/src/changelog/2.9.0/LOG4J2-1950_Fix_docker_build_with_jdk9_requirements_84.xml
index d1f9e27..8f20ccb 100644
--- a/src/changelog/2.9.0/LOG4J2-1950_Fix_docker_build_with_jdk9_requirements_84.xml
+++ b/src/changelog/2.9.0/LOG4J2-1950_Fix_docker_build_with_jdk9_requirements_84.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1950" link="https://issues.apache.org/jira/browse/LOG4J2-1950"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1953_JndiManager_is_not_released_when_the_JmsAppender_builder_cat.xml b/src/changelog/2.9.0/LOG4J2-1953_JndiManager_is_not_released_when_the_JmsAppender_builder_cat.xml
index 55861bc..7779f77 100644
--- a/src/changelog/2.9.0/LOG4J2-1953_JndiManager_is_not_released_when_the_JmsAppender_builder_cat.xml
+++ b/src/changelog/2.9.0/LOG4J2-1953_JndiManager_is_not_released_when_the_JmsAppender_builder_cat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1953" link="https://issues.apache.org/jira/browse/LOG4J2-1953"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1954_Configurations_with_multiple_root_loggers_now_fail_loudly.xml b/src/changelog/2.9.0/LOG4J2-1954_Configurations_with_multiple_root_loggers_now_fail_loudly.xml
index 7c026d7..2124cb4 100644
--- a/src/changelog/2.9.0/LOG4J2-1954_Configurations_with_multiple_root_loggers_now_fail_loudly.xml
+++ b/src/changelog/2.9.0/LOG4J2-1954_Configurations_with_multiple_root_loggers_now_fail_loudly.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1954" link="https://issues.apache.org/jira/browse/LOG4J2-1954"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1955_JMS_Appender_should_be_able_to_connect_to_a_broker_later_e.xml b/src/changelog/2.9.0/LOG4J2-1955_JMS_Appender_should_be_able_to_connect_to_a_broker_later_e.xml
index 6707ef2..ae50e03 100644
--- a/src/changelog/2.9.0/LOG4J2-1955_JMS_Appender_should_be_able_to_connect_to_a_broker_later_e.xml
+++ b/src/changelog/2.9.0/LOG4J2-1955_JMS_Appender_should_be_able_to_connect_to_a_broker_later_e.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1955" link="https://issues.apache.org/jira/browse/LOG4J2-1955"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1956_JMS_Appender_broker_password_should_be_a_char_not_a_Strin.xml b/src/changelog/2.9.0/LOG4J2-1956_JMS_Appender_broker_password_should_be_a_char_not_a_Strin.xml
index c1907f4..43d660e 100644
--- a/src/changelog/2.9.0/LOG4J2-1956_JMS_Appender_broker_password_should_be_a_char_not_a_Strin.xml
+++ b/src/changelog/2.9.0/LOG4J2-1956_JMS_Appender_broker_password_should_be_a_char_not_a_Strin.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1956" link="https://issues.apache.org/jira/browse/LOG4J2-1956"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1958_Deprecate_SerializedLayout_and_remove_it_as_default.xml b/src/changelog/2.9.0/LOG4J2-1958_Deprecate_SerializedLayout_and_remove_it_as_default.xml
index 56a9937..1a8f313 100644
--- a/src/changelog/2.9.0/LOG4J2-1958_Deprecate_SerializedLayout_and_remove_it_as_default.xml
+++ b/src/changelog/2.9.0/LOG4J2-1958_Deprecate_SerializedLayout_and_remove_it_as_default.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1958" link="https://issues.apache.org/jira/browse/LOG4J2-1958"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1959_Disable_DTD_processing_in_XML_configuration_files.xml b/src/changelog/2.9.0/LOG4J2-1959_Disable_DTD_processing_in_XML_configuration_files.xml
index 9319f82..502ccec 100644
--- a/src/changelog/2.9.0/LOG4J2-1959_Disable_DTD_processing_in_XML_configuration_files.xml
+++ b/src/changelog/2.9.0/LOG4J2-1959_Disable_DTD_processing_in_XML_configuration_files.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1959" link="https://issues.apache.org/jira/browse/LOG4J2-1959"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1960_Update_ZeroMQ_s_JeroMQ_from_0_4_0_to_0_4_1.xml b/src/changelog/2.9.0/LOG4J2-1960_Update_ZeroMQ_s_JeroMQ_from_0_4_0_to_0_4_1.xml
index 1ddcc6a..984b128 100644
--- a/src/changelog/2.9.0/LOG4J2-1960_Update_ZeroMQ_s_JeroMQ_from_0_4_0_to_0_4_1.xml
+++ b/src/changelog/2.9.0/LOG4J2-1960_Update_ZeroMQ_s_JeroMQ_from_0_4_0_to_0_4_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1960" link="https://issues.apache.org/jira/browse/LOG4J2-1960"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1961_Reconfigure_breaks_DirectWriteRolloverStrategy.xml b/src/changelog/2.9.0/LOG4J2-1961_Reconfigure_breaks_DirectWriteRolloverStrategy.xml
index 3669460..779f995 100644
--- a/src/changelog/2.9.0/LOG4J2-1961_Reconfigure_breaks_DirectWriteRolloverStrategy.xml
+++ b/src/changelog/2.9.0/LOG4J2-1961_Reconfigure_breaks_DirectWriteRolloverStrategy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1961" link="https://issues.apache.org/jira/browse/LOG4J2-1961"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1962_Update_Kafka_client_from_0_10_2_0_to_0_11_0_0.xml b/src/changelog/2.9.0/LOG4J2-1962_Update_Kafka_client_from_0_10_2_0_to_0_11_0_0.xml
index a75c8b2..a6908ec 100644
--- a/src/changelog/2.9.0/LOG4J2-1962_Update_Kafka_client_from_0_10_2_0_to_0_11_0_0.xml
+++ b/src/changelog/2.9.0/LOG4J2-1962_Update_Kafka_client_from_0_10_2_0_to_0_11_0_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1962" link="https://issues.apache.org/jira/browse/LOG4J2-1962"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1964_Dynamic_reconfiguration_does_not_work_for_filePattern_of_Rol.xml b/src/changelog/2.9.0/LOG4J2-1964_Dynamic_reconfiguration_does_not_work_for_filePattern_of_Rol.xml
index 40b1a8b..b880792 100644
--- a/src/changelog/2.9.0/LOG4J2-1964_Dynamic_reconfiguration_does_not_work_for_filePattern_of_Rol.xml
+++ b/src/changelog/2.9.0/LOG4J2-1964_Dynamic_reconfiguration_does_not_work_for_filePattern_of_Rol.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1964" link="https://issues.apache.org/jira/browse/LOG4J2-1964"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1966_Include_separator_option_of_PatternLayout_in_manual_and_oth.xml b/src/changelog/2.9.0/LOG4J2-1966_Include_separator_option_of_PatternLayout_in_manual_and_oth.xml
index 79708b0..9e57972 100644
--- a/src/changelog/2.9.0/LOG4J2-1966_Include_separator_option_of_PatternLayout_in_manual_and_oth.xml
+++ b/src/changelog/2.9.0/LOG4J2-1966_Include_separator_option_of_PatternLayout_in_manual_and_oth.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1966" link="https://issues.apache.org/jira/browse/LOG4J2-1966"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1970_Update_HdrHistogram_from_2_1_8_to_2_1_9.xml b/src/changelog/2.9.0/LOG4J2-1970_Update_HdrHistogram_from_2_1_8_to_2_1_9.xml
index ca45f45..b6763b8 100644
--- a/src/changelog/2.9.0/LOG4J2-1970_Update_HdrHistogram_from_2_1_8_to_2_1_9.xml
+++ b/src/changelog/2.9.0/LOG4J2-1970_Update_HdrHistogram_from_2_1_8_to_2_1_9.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1970" link="https://issues.apache.org/jira/browse/LOG4J2-1970"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1971_ClassCastException_org_eclipse_osgi_internal_loader_SystemB.xml b/src/changelog/2.9.0/LOG4J2-1971_ClassCastException_org_eclipse_osgi_internal_loader_SystemB.xml
index df158c9..0d4bd25 100644
--- a/src/changelog/2.9.0/LOG4J2-1971_ClassCastException_org_eclipse_osgi_internal_loader_SystemB.xml
+++ b/src/changelog/2.9.0/LOG4J2-1971_ClassCastException_org_eclipse_osgi_internal_loader_SystemB.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1971" link="https://issues.apache.org/jira/browse/LOG4J2-1971"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1971_Register_log4j_core_as_an_OSGi_service_Skip_tests_for_LOG4J.xml b/src/changelog/2.9.0/LOG4J2-1971_Register_log4j_core_as_an_OSGi_service_Skip_tests_for_LOG4J.xml
index 096e9fd..859c832 100644
--- a/src/changelog/2.9.0/LOG4J2-1971_Register_log4j_core_as_an_OSGi_service_Skip_tests_for_LOG4J.xml
+++ b/src/changelog/2.9.0/LOG4J2-1971_Register_log4j_core_as_an_OSGi_service_Skip_tests_for_LOG4J.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1971" link="https://issues.apache.org/jira/browse/LOG4J2-1971"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1974_Update_ZeroMQ_s_JeroMQ_from_0_4_1_to_0_4_2.xml b/src/changelog/2.9.0/LOG4J2-1974_Update_ZeroMQ_s_JeroMQ_from_0_4_1_to_0_4_2.xml
index 1796486..7971de3 100644
--- a/src/changelog/2.9.0/LOG4J2-1974_Update_ZeroMQ_s_JeroMQ_from_0_4_1_to_0_4_2.xml
+++ b/src/changelog/2.9.0/LOG4J2-1974_Update_ZeroMQ_s_JeroMQ_from_0_4_1_to_0_4_2.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1974" link="https://issues.apache.org/jira/browse/LOG4J2-1974"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1975_Update_javax_persistence_from_2_1_0_to_2_1_1.xml b/src/changelog/2.9.0/LOG4J2-1975_Update_javax_persistence_from_2_1_0_to_2_1_1.xml
index 38e7076..7a403c4 100644
--- a/src/changelog/2.9.0/LOG4J2-1975_Update_javax_persistence_from_2_1_0_to_2_1_1.xml
+++ b/src/changelog/2.9.0/LOG4J2-1975_Update_javax_persistence_from_2_1_0_to_2_1_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1975" link="https://issues.apache.org/jira/browse/LOG4J2-1975"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1976_Update_org_osgi_core_from_4_3_1_to_6_0_0.xml b/src/changelog/2.9.0/LOG4J2-1976_Update_org_osgi_core_from_4_3_1_to_6_0_0.xml
index 1b56e43..7723ccb 100644
--- a/src/changelog/2.9.0/LOG4J2-1976_Update_org_osgi_core_from_4_3_1_to_6_0_0.xml
+++ b/src/changelog/2.9.0/LOG4J2-1976_Update_org_osgi_core_from_4_3_1_to_6_0_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1976" link="https://issues.apache.org/jira/browse/LOG4J2-1976"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1977_Consider_the_StringBuilder_s_capacity_instead_of_content_len.xml b/src/changelog/2.9.0/LOG4J2-1977_Consider_the_StringBuilder_s_capacity_instead_of_content_len.xml
index e9be845..f69e065 100644
--- a/src/changelog/2.9.0/LOG4J2-1977_Consider_the_StringBuilder_s_capacity_instead_of_content_len.xml
+++ b/src/changelog/2.9.0/LOG4J2-1977_Consider_the_StringBuilder_s_capacity_instead_of_content_len.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1977" link="https://issues.apache.org/jira/browse/LOG4J2-1977"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1981_JsonLayout_XmlLayout_and_YamlLayout_support_0_byte_terminat.xml b/src/changelog/2.9.0/LOG4J2-1981_JsonLayout_XmlLayout_and_YamlLayout_support_0_byte_terminat.xml
index afcccbb..b8450f9 100644
--- a/src/changelog/2.9.0/LOG4J2-1981_JsonLayout_XmlLayout_and_YamlLayout_support_0_byte_terminat.xml
+++ b/src/changelog/2.9.0/LOG4J2-1981_JsonLayout_XmlLayout_and_YamlLayout_support_0_byte_terminat.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1981" link="https://issues.apache.org/jira/browse/LOG4J2-1981"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1982_Log4j_config_xsd_only_allows_one_AppenderRef_element_for_eac.xml b/src/changelog/2.9.0/LOG4J2-1982_Log4j_config_xsd_only_allows_one_AppenderRef_element_for_eac.xml
index 85eafec..9a9c7db 100644
--- a/src/changelog/2.9.0/LOG4J2-1982_Log4j_config_xsd_only_allows_one_AppenderRef_element_for_eac.xml
+++ b/src/changelog/2.9.0/LOG4J2-1982_Log4j_config_xsd_only_allows_one_AppenderRef_element_for_eac.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1982" link="https://issues.apache.org/jira/browse/LOG4J2-1982"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1984_Allow_maxLength_of_StructuredData_to_be_specified_by_the_use.xml b/src/changelog/2.9.0/LOG4J2-1984_Allow_maxLength_of_StructuredData_to_be_specified_by_the_use.xml
index 7dc879b..0cfd692 100644
--- a/src/changelog/2.9.0/LOG4J2-1984_Allow_maxLength_of_StructuredData_to_be_specified_by_the_use.xml
+++ b/src/changelog/2.9.0/LOG4J2-1984_Allow_maxLength_of_StructuredData_to_be_specified_by_the_use.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1984" link="https://issues.apache.org/jira/browse/LOG4J2-1984"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1985_Fix_default_buffer_size_to_match_documentation_from_8102_to.xml b/src/changelog/2.9.0/LOG4J2-1985_Fix_default_buffer_size_to_match_documentation_from_8102_to.xml
index d8f44f6..2c7919e 100644
--- a/src/changelog/2.9.0/LOG4J2-1985_Fix_default_buffer_size_to_match_documentation_from_8102_to.xml
+++ b/src/changelog/2.9.0/LOG4J2-1985_Fix_default_buffer_size_to_match_documentation_from_8102_to.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1985" link="https://issues.apache.org/jira/browse/LOG4J2-1985"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1986_Public_API_for_parsing_the_output_from_JsonLayout_XmlLayout.xml b/src/changelog/2.9.0/LOG4J2-1986_Public_API_for_parsing_the_output_from_JsonLayout_XmlLayout.xml
index 7f51702..6b51a81 100644
--- a/src/changelog/2.9.0/LOG4J2-1986_Public_API_for_parsing_the_output_from_JsonLayout_XmlLayout.xml
+++ b/src/changelog/2.9.0/LOG4J2-1986_Public_API_for_parsing_the_output_from_JsonLayout_XmlLayout.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-1986" link="https://issues.apache.org/jira/browse/LOG4J2-1986"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1987_Log4J_JUL_Bridge_and_RMI_Security_Manager_causes_access_deni.xml b/src/changelog/2.9.0/LOG4J2-1987_Log4J_JUL_Bridge_and_RMI_Security_Manager_causes_access_deni.xml
index 551df12..c40b635 100644
--- a/src/changelog/2.9.0/LOG4J2-1987_Log4J_JUL_Bridge_and_RMI_Security_Manager_causes_access_deni.xml
+++ b/src/changelog/2.9.0/LOG4J2-1987_Log4J_JUL_Bridge_and_RMI_Security_Manager_causes_access_deni.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1987" link="https://issues.apache.org/jira/browse/LOG4J2-1987"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1989_Clarify_Javadoc_for_AbstractTriggeringPolicy.xml b/src/changelog/2.9.0/LOG4J2-1989_Clarify_Javadoc_for_AbstractTriggeringPolicy.xml
index 37f8f21..1e599f6 100644
--- a/src/changelog/2.9.0/LOG4J2-1989_Clarify_Javadoc_for_AbstractTriggeringPolicy.xml
+++ b/src/changelog/2.9.0/LOG4J2-1989_Clarify_Javadoc_for_AbstractTriggeringPolicy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1989" link="https://issues.apache.org/jira/browse/LOG4J2-1989"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1990_ConcurrentModificationException_logging_a_parameter_of_type.xml b/src/changelog/2.9.0/LOG4J2-1990_ConcurrentModificationException_logging_a_parameter_of_type.xml
index d50bced..ea31fe4 100644
--- a/src/changelog/2.9.0/LOG4J2-1990_ConcurrentModificationException_logging_a_parameter_of_type.xml
+++ b/src/changelog/2.9.0/LOG4J2-1990_ConcurrentModificationException_logging_a_parameter_of_type.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1990" link="https://issues.apache.org/jira/browse/LOG4J2-1990"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1991_Refactor_SimpleMessage_to_be_concise_and_clear_100.xml b/src/changelog/2.9.0/LOG4J2-1991_Refactor_SimpleMessage_to_be_concise_and_clear_100.xml
index 848ac76..9894f14 100644
--- a/src/changelog/2.9.0/LOG4J2-1991_Refactor_SimpleMessage_to_be_concise_and_clear_100.xml
+++ b/src/changelog/2.9.0/LOG4J2-1991_Refactor_SimpleMessage_to_be_concise_and_clear_100.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-1991" link="https://issues.apache.org/jira/browse/LOG4J2-1991"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1993_Fix_compiler_warnings_in_LoggerConfigTest.xml b/src/changelog/2.9.0/LOG4J2-1993_Fix_compiler_warnings_in_LoggerConfigTest.xml
index c99b82b..9057e95 100644
--- a/src/changelog/2.9.0/LOG4J2-1993_Fix_compiler_warnings_in_LoggerConfigTest.xml
+++ b/src/changelog/2.9.0/LOG4J2-1993_Fix_compiler_warnings_in_LoggerConfigTest.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1993" link="https://issues.apache.org/jira/browse/LOG4J2-1993"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1994_TcpSocketServer_does_not_close_accepted_Sockets.xml b/src/changelog/2.9.0/LOG4J2-1994_TcpSocketServer_does_not_close_accepted_Sockets.xml
index e51dc37..86d1296 100644
--- a/src/changelog/2.9.0/LOG4J2-1994_TcpSocketServer_does_not_close_accepted_Sockets.xml
+++ b/src/changelog/2.9.0/LOG4J2-1994_TcpSocketServer_does_not_close_accepted_Sockets.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1994" link="https://issues.apache.org/jira/browse/LOG4J2-1994"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-1999_HighlightConverter_converts_all_unrecognized_levels_to_DEBUG.xml b/src/changelog/2.9.0/LOG4J2-1999_HighlightConverter_converts_all_unrecognized_levels_to_DEBUG.xml
index 3c4f1a1..58f82ee 100644
--- a/src/changelog/2.9.0/LOG4J2-1999_HighlightConverter_converts_all_unrecognized_levels_to_DEBUG.xml
+++ b/src/changelog/2.9.0/LOG4J2-1999_HighlightConverter_converts_all_unrecognized_levels_to_DEBUG.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1999" link="https://issues.apache.org/jira/browse/LOG4J2-1999"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2001_StyleConverter_newInstance_argument_validation_is_incorrect.xml b/src/changelog/2.9.0/LOG4J2-2001_StyleConverter_newInstance_argument_validation_is_incorrect.xml
index cb2a427..07ec97b 100644
--- a/src/changelog/2.9.0/LOG4J2-2001_StyleConverter_newInstance_argument_validation_is_incorrect.xml
+++ b/src/changelog/2.9.0/LOG4J2-2001_StyleConverter_newInstance_argument_validation_is_incorrect.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2001" link="https://issues.apache.org/jira/browse/LOG4J2-2001"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2008_Support_printing_multiple_StructuredData_elements_in_RFC5424.xml b/src/changelog/2.9.0/LOG4J2-2008_Support_printing_multiple_StructuredData_elements_in_RFC5424.xml
index 6d9fda7..afc59cd 100644
--- a/src/changelog/2.9.0/LOG4J2-2008_Support_printing_multiple_StructuredData_elements_in_RFC5424.xml
+++ b/src/changelog/2.9.0/LOG4J2-2008_Support_printing_multiple_StructuredData_elements_in_RFC5424.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="added">
   <issue id="LOG4J2-2008" link="https://issues.apache.org/jira/browse/LOG4J2-2008"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2011_Replace_JCommander_command_line_parser_with_picocli_to_let_u.xml b/src/changelog/2.9.0/LOG4J2-2011_Replace_JCommander_command_line_parser_with_picocli_to_let_u.xml
index 950945f..7870b60 100644
--- a/src/changelog/2.9.0/LOG4J2-2011_Replace_JCommander_command_line_parser_with_picocli_to_let_u.xml
+++ b/src/changelog/2.9.0/LOG4J2-2011_Replace_JCommander_command_line_parser_with_picocli_to_let_u.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2011" link="https://issues.apache.org/jira/browse/LOG4J2-2011"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2012_No_compression_when_using_a_separate_drive_in_Linux.xml b/src/changelog/2.9.0/LOG4J2-2012_No_compression_when_using_a_separate_drive_in_Linux.xml
index 3050294..7f04988 100644
--- a/src/changelog/2.9.0/LOG4J2-2012_No_compression_when_using_a_separate_drive_in_Linux.xml
+++ b/src/changelog/2.9.0/LOG4J2-2012_No_compression_when_using_a_separate_drive_in_Linux.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2012" link="https://issues.apache.org/jira/browse/LOG4J2-2012"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2013_SslSocketManager_does_not_apply_SSLContext_on_TCP_reconnect.xml b/src/changelog/2.9.0/LOG4J2-2013_SslSocketManager_does_not_apply_SSLContext_on_TCP_reconnect.xml
index 23fd0c1..41a7c7b 100644
--- a/src/changelog/2.9.0/LOG4J2-2013_SslSocketManager_does_not_apply_SSLContext_on_TCP_reconnect.xml
+++ b/src/changelog/2.9.0/LOG4J2-2013_SslSocketManager_does_not_apply_SSLContext_on_TCP_reconnect.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2013" link="https://issues.apache.org/jira/browse/LOG4J2-2013"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2015_Allow_KeyStoreConfiguration_and_TrustStoreConfiguration_to_f.xml b/src/changelog/2.9.0/LOG4J2-2015_Allow_KeyStoreConfiguration_and_TrustStoreConfiguration_to_f.xml
index ecb897d..8007977 100644
--- a/src/changelog/2.9.0/LOG4J2-2015_Allow_KeyStoreConfiguration_and_TrustStoreConfiguration_to_f.xml
+++ b/src/changelog/2.9.0/LOG4J2-2015_Allow_KeyStoreConfiguration_and_TrustStoreConfiguration_to_f.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2015" link="https://issues.apache.org/jira/browse/LOG4J2-2015"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2016_Mark_FileRenameAction_as_successful_when_using_alternative_w.xml b/src/changelog/2.9.0/LOG4J2-2016_Mark_FileRenameAction_as_successful_when_using_alternative_w.xml
index 6328c4c..0fdd929 100644
--- a/src/changelog/2.9.0/LOG4J2-2016_Mark_FileRenameAction_as_successful_when_using_alternative_w.xml
+++ b/src/changelog/2.9.0/LOG4J2-2016_Mark_FileRenameAction_as_successful_when_using_alternative_w.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2016" link="https://issues.apache.org/jira/browse/LOG4J2-2016"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2017_Update_Jackson_from_2_8_9_to_2_9_0.xml b/src/changelog/2.9.0/LOG4J2-2017_Update_Jackson_from_2_8_9_to_2_9_0.xml
index 6968202..2f03ae4 100644
--- a/src/changelog/2.9.0/LOG4J2-2017_Update_Jackson_from_2_8_9_to_2_9_0.xml
+++ b/src/changelog/2.9.0/LOG4J2-2017_Update_Jackson_from_2_8_9_to_2_9_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2017" link="https://issues.apache.org/jira/browse/LOG4J2-2017"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2018_Fix_incorrect_documentation_for_LoggerNameLevelRewritePolicy.xml b/src/changelog/2.9.0/LOG4J2-2018_Fix_incorrect_documentation_for_LoggerNameLevelRewritePolicy.xml
index 0c34e6b..0089122 100644
--- a/src/changelog/2.9.0/LOG4J2-2018_Fix_incorrect_documentation_for_LoggerNameLevelRewritePolicy.xml
+++ b/src/changelog/2.9.0/LOG4J2-2018_Fix_incorrect_documentation_for_LoggerNameLevelRewritePolicy.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2018" link="https://issues.apache.org/jira/browse/LOG4J2-2018"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2020_Remove_default_layout_from_KafkaAppender.xml b/src/changelog/2.9.0/LOG4J2-2020_Remove_default_layout_from_KafkaAppender.xml
index 500bb9c..ed84dcf 100644
--- a/src/changelog/2.9.0/LOG4J2-2020_Remove_default_layout_from_KafkaAppender.xml
+++ b/src/changelog/2.9.0/LOG4J2-2020_Remove_default_layout_from_KafkaAppender.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2020" link="https://issues.apache.org/jira/browse/LOG4J2-2020"/>
   <author id="mikes"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2022_RFC5424Layout_now_prints_the_process_id.xml b/src/changelog/2.9.0/LOG4J2-2022_RFC5424Layout_now_prints_the_process_id.xml
index 20f0037..093ca1b 100644
--- a/src/changelog/2.9.0/LOG4J2-2022_RFC5424Layout_now_prints_the_process_id.xml
+++ b/src/changelog/2.9.0/LOG4J2-2022_RFC5424Layout_now_prints_the_process_id.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2022" link="https://issues.apache.org/jira/browse/LOG4J2-2022"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.0/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml b/src/changelog/2.9.0/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml
index 0ee007d..51468b4 100644
--- a/src/changelog/2.9.0/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml
+++ b/src/changelog/2.9.0/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2023" link="https://issues.apache.org/jira/browse/LOG4J2-2023"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/LOG4J2-922_Parameter_of_mdcId_in_SyslogAppender_has_no_default_value.xml b/src/changelog/2.9.0/LOG4J2-922_Parameter_of_mdcId_in_SyslogAppender_has_no_default_value.xml
index 7bb08fd..835b77d 100644
--- a/src/changelog/2.9.0/LOG4J2-922_Parameter_of_mdcId_in_SyslogAppender_has_no_default_value.xml
+++ b/src/changelog/2.9.0/LOG4J2-922_Parameter_of_mdcId_in_SyslogAppender_has_no_default_value.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-922" link="https://issues.apache.org/jira/browse/LOG4J2-922"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.0/Update_SLF4J_from_1_7_24_to_1_7_25.xml b/src/changelog/2.9.0/Update_SLF4J_from_1_7_24_to_1_7_25.xml
index 3630bd5..e94cffa 100644
--- a/src/changelog/2.9.0/Update_SLF4J_from_1_7_24_to_1_7_25.xml
+++ b/src/changelog/2.9.0/Update_SLF4J_from_1_7_24_to_1_7_25.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <author id="ggregory"/>
   <description format="asciidoc">Update SLF4J from 1.7.24 to 1.7.25.</description>
diff --git a/src/changelog/2.9.1/.release.xml b/src/changelog/2.9.1/.release.xml
index 2e56adf..2b58a79 100644
--- a/src/changelog/2.9.1/.release.xml
+++ b/src/changelog/2.9.1/.release.xml
@@ -17,6 +17,6 @@
   -->
 <release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns="http://logging.apache.org/log4j/changelog"
-         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
          date="2017-09-17"
          version="2.9.1"/>
diff --git a/src/changelog/2.9.1/LOG4J2-1914_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml b/src/changelog/2.9.1/LOG4J2-1914_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml
index 95713b7..19055ec 100644
--- a/src/changelog/2.9.1/LOG4J2-1914_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml
+++ b/src/changelog/2.9.1/LOG4J2-1914_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1914" link="https://issues.apache.org/jira/browse/LOG4J2-1914"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.1/LOG4J2-1936_ClassNotFoundException_when_making_all_loggers_asynchronous.xml b/src/changelog/2.9.1/LOG4J2-1936_ClassNotFoundException_when_making_all_loggers_asynchronous.xml
index 6c320c1..b1c9290 100644
--- a/src/changelog/2.9.1/LOG4J2-1936_ClassNotFoundException_when_making_all_loggers_asynchronous.xml
+++ b/src/changelog/2.9.1/LOG4J2-1936_ClassNotFoundException_when_making_all_loggers_asynchronous.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1936" link="https://issues.apache.org/jira/browse/LOG4J2-1936"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-1988_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml b/src/changelog/2.9.1/LOG4J2-1988_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml
index 6bc0dbb..20b6cf9 100644
--- a/src/changelog/2.9.1/LOG4J2-1988_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml
+++ b/src/changelog/2.9.1/LOG4J2-1988_Prevent_ConcurrentModificationException_with_AsyncLoggerConf.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-1988" link="https://issues.apache.org/jira/browse/LOG4J2-1988"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml b/src/changelog/2.9.1/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml
index 0ee007d..51468b4 100644
--- a/src/changelog/2.9.1/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml
+++ b/src/changelog/2.9.1/LOG4J2-2023_Use_a_class_canonical_name_instead_of_name_to_create_its_lo.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2023" link="https://issues.apache.org/jira/browse/LOG4J2-2023"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2026_java_lang_AbstractMethodError_javax_xml_parsers_DocumentBui.xml b/src/changelog/2.9.1/LOG4J2-2026_java_lang_AbstractMethodError_javax_xml_parsers_DocumentBui.xml
index 6e37aa5..e3c2757 100644
--- a/src/changelog/2.9.1/LOG4J2-2026_java_lang_AbstractMethodError_javax_xml_parsers_DocumentBui.xml
+++ b/src/changelog/2.9.1/LOG4J2-2026_java_lang_AbstractMethodError_javax_xml_parsers_DocumentBui.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2026" link="https://issues.apache.org/jira/browse/LOG4J2-2026"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2028_Java_9_StackLocator_was_not_properly_skipping_the_initial_st.xml b/src/changelog/2.9.1/LOG4J2-2028_Java_9_StackLocator_was_not_properly_skipping_the_initial_st.xml
index 8d2f89b..0902295 100644
--- a/src/changelog/2.9.1/LOG4J2-2028_Java_9_StackLocator_was_not_properly_skipping_the_initial_st.xml
+++ b/src/changelog/2.9.1/LOG4J2-2028_Java_9_StackLocator_was_not_properly_skipping_the_initial_st.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2028" link="https://issues.apache.org/jira/browse/LOG4J2-2028"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2029_Marker_examples_should_not_use_deprecated_flow_APIs.xml b/src/changelog/2.9.1/LOG4J2-2029_Marker_examples_should_not_use_deprecated_flow_APIs.xml
index cc83e22..a217e5a 100644
--- a/src/changelog/2.9.1/LOG4J2-2029_Marker_examples_should_not_use_deprecated_flow_APIs.xml
+++ b/src/changelog/2.9.1/LOG4J2-2029_Marker_examples_should_not_use_deprecated_flow_APIs.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2029" link="https://issues.apache.org/jira/browse/LOG4J2-2029"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2030_Inspect_all_known_ClassLoaders_to_locate_the_service_provide.xml b/src/changelog/2.9.1/LOG4J2-2030_Inspect_all_known_ClassLoaders_to_locate_the_service_provide.xml
index 327aee5..6354f3a 100644
--- a/src/changelog/2.9.1/LOG4J2-2030_Inspect_all_known_ClassLoaders_to_locate_the_service_provide.xml
+++ b/src/changelog/2.9.1/LOG4J2-2030_Inspect_all_known_ClassLoaders_to_locate_the_service_provide.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2030" link="https://issues.apache.org/jira/browse/LOG4J2-2030"/>
   <author id="rgoers"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2035_Fix_documentation_to_clarify_disruptor_3_3_4_is_now_required.xml b/src/changelog/2.9.1/LOG4J2-2035_Fix_documentation_to_clarify_disruptor_3_3_4_is_now_required.xml
index 1969811..c43ee4e 100644
--- a/src/changelog/2.9.1/LOG4J2-2035_Fix_documentation_to_clarify_disruptor_3_3_4_is_now_required.xml
+++ b/src/changelog/2.9.1/LOG4J2-2035_Fix_documentation_to_clarify_disruptor_3_3_4_is_now_required.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2035" link="https://issues.apache.org/jira/browse/LOG4J2-2035"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2043_Update_Jackson_from_2_9_0_to_2_9_1_fix_for_Java_9.xml b/src/changelog/2.9.1/LOG4J2-2043_Update_Jackson_from_2_9_0_to_2_9_1_fix_for_Java_9.xml
index bb100eb..fe3e640 100644
--- a/src/changelog/2.9.1/LOG4J2-2043_Update_Jackson_from_2_9_0_to_2_9_1_fix_for_Java_9.xml
+++ b/src/changelog/2.9.1/LOG4J2-2043_Update_Jackson_from_2_9_0_to_2_9_1_fix_for_Java_9.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2043" link="https://issues.apache.org/jira/browse/LOG4J2-2043"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2044_Update_Apache_Commons_CSV_from_1_4_to_1_5.xml b/src/changelog/2.9.1/LOG4J2-2044_Update_Apache_Commons_CSV_from_1_4_to_1_5.xml
index 4d7c744..f212bb5 100644
--- a/src/changelog/2.9.1/LOG4J2-2044_Update_Apache_Commons_CSV_from_1_4_to_1_5.xml
+++ b/src/changelog/2.9.1/LOG4J2-2044_Update_Apache_Commons_CSV_from_1_4_to_1_5.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2044" link="https://issues.apache.org/jira/browse/LOG4J2-2044"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2045_Update_javax_mail_from_1_5_6_to_1_6_0.xml b/src/changelog/2.9.1/LOG4J2-2045_Update_javax_mail_from_1_5_6_to_1_6_0.xml
index 6d4de54..5629625 100644
--- a/src/changelog/2.9.1/LOG4J2-2045_Update_javax_mail_from_1_5_6_to_1_6_0.xml
+++ b/src/changelog/2.9.1/LOG4J2-2045_Update_javax_mail_from_1_5_6_to_1_6_0.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2045" link="https://issues.apache.org/jira/browse/LOG4J2-2045"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2046_Update_Apache_Commons_Compress_from_1_13_to_1_14.xml b/src/changelog/2.9.1/LOG4J2-2046_Update_Apache_Commons_Compress_from_1_13_to_1_14.xml
index e94949b..7bda7f3 100644
--- a/src/changelog/2.9.1/LOG4J2-2046_Update_Apache_Commons_Compress_from_1_13_to_1_14.xml
+++ b/src/changelog/2.9.1/LOG4J2-2046_Update_Apache_Commons_Compress_from_1_13_to_1_14.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2046" link="https://issues.apache.org/jira/browse/LOG4J2-2046"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2047_Update_Cassandra_driver_from_3_1_0_to_3_1_4.xml b/src/changelog/2.9.1/LOG4J2-2047_Update_Cassandra_driver_from_3_1_0_to_3_1_4.xml
index 6270cf6..d460a8f 100644
--- a/src/changelog/2.9.1/LOG4J2-2047_Update_Cassandra_driver_from_3_1_0_to_3_1_4.xml
+++ b/src/changelog/2.9.1/LOG4J2-2047_Update_Cassandra_driver_from_3_1_0_to_3_1_4.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2047" link="https://issues.apache.org/jira/browse/LOG4J2-2047"/>
   <author id="ggregory"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2048_Increase_default_queue_size_for_AsyncAppender_from_128_to_10.xml b/src/changelog/2.9.1/LOG4J2-2048_Increase_default_queue_size_for_AsyncAppender_from_128_to_10.xml
index 5de706e..7381430 100644
--- a/src/changelog/2.9.1/LOG4J2-2048_Increase_default_queue_size_for_AsyncAppender_from_128_to_10.xml
+++ b/src/changelog/2.9.1/LOG4J2-2048_Increase_default_queue_size_for_AsyncAppender_from_128_to_10.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="fixed">
   <issue id="LOG4J2-2048" link="https://issues.apache.org/jira/browse/LOG4J2-2048"/>
   <author id="rpopma"/>
diff --git a/src/changelog/2.9.1/LOG4J2-2049_Update_Apache_Kafka_Client_from_0_11_0_0_to_0_11_0_1.xml b/src/changelog/2.9.1/LOG4J2-2049_Update_Apache_Kafka_Client_from_0_11_0_0_to_0_11_0_1.xml
index dbc4472..af62df9 100644
--- a/src/changelog/2.9.1/LOG4J2-2049_Update_Apache_Kafka_Client_from_0_11_0_0_to_0_11_0_1.xml
+++ b/src/changelog/2.9.1/LOG4J2-2049_Update_Apache_Kafka_Client_from_0_11_0_0_to_0_11_0_1.xml
@@ -17,7 +17,7 @@
   -->
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
   <issue id="LOG4J2-2049" link="https://issues.apache.org/jira/browse/LOG4J2-2049"/>
   <author id="ggregory"/>