Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` (#60)
diff --git a/pom.xml b/pom.xml
index 3138e49..a8d1c83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
     <!-- dependency versions -->
     <jmh.version>1.37</jmh.version>
     <junit.version>5.10.1</junit.version>
-    <log4j.version>2.22.0</log4j.version>
+    <log4j.version>2.22.1</log4j.version>
     <kotlin.version>1.6.21</kotlin.version>
     <kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
     <mockito-kotlin.version>4.1.0</mockito-kotlin.version>
diff --git a/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml b/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml
new file mode 100644
index 0000000..cf37bfb
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+       type="updated">
+  <issue id="60" link="https://github.com/apache/logging-log4j-kotlin/pull/60"/>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1`</description>
+</entry>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 1a67916..d03399c 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
 ////
 
 :project-github-url: https://github.com/apache/logging-log4j-kotlin
-:project-version: 1.4.0
+:project-version: 1.4.1-SNAPSHOT
 :project-name: Log4j Kotlin API
 :project-id: log4j-kotlin
 :java-target-version: 8
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index 020fcc5..455b48a 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,6 +36,7 @@
 [#release-notes]
 == Release Notes
 
+include::_release-notes/_1.x.x.adoc[]
 include::_release-notes/_1.4.0.adoc[]
 include::_release-notes/_1.3.0.adoc[]
 include::_release-notes/_1.2.0.adoc[]
diff --git a/src/site/_release-notes/_1.x.x.adoc b/src/site/_release-notes/_1.x.x.adoc
index cc4cccf..4c57d1b 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -40,3 +40,7 @@
 
 This minor release bumps the Kotlin baseline to 1.6.21 and contains various small improvements.
 
+
+==== Updated
+
+* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` (https://github.com/apache/logging-log4j-kotlin/pull/60[60])