Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2` (#67)
diff --git a/pom.xml b/pom.xml
index 54af239..9bbbfae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
     <!-- plugin versions -->
     <build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
     <exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
-    <maven-shade-plugin.version>2.2</maven-shade-plugin.version>
+    <maven-shade-plugin.version>3.5.2</maven-shade-plugin.version>
 
   </properties>
 
diff --git a/src/changelog/.1.x.x/update_org_apache_maven_plugins_maven_shade_plugin.xml b/src/changelog/.1.x.x/update_org_apache_maven_plugins_maven_shade_plugin.xml
new file mode 100644
index 0000000..6cd43f3
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_apache_maven_plugins_maven_shade_plugin.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="67" link="https://github.com/apache/logging-log4j-kotlin/pull/67"/>
+  <description format="asciidoc">Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2`</description>
+</entry>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index d03399c..0bc9bab 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.1-SNAPSHOT
+:project-version: 1.5.0-SNAPSHOT
 :project-name: Log4j Kotlin API
 :project-id: log4j-kotlin
 :java-target-version: 8
diff --git a/src/site/_release-notes/_1.x.x.adoc b/src/site/_release-notes/_1.x.x.adoc
index e3f474f..e8dd0f3 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -41,9 +41,14 @@
 This minor release bumps the Kotlin baseline to 1.6.21 and contains various small improvements.
 
 
+==== Added
+
+* Add convenience functions for managing logging context in coroutines
+
 ==== Updated
 
 * Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-kotlin/pull/62[62])
 * Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` (https://github.com/apache/logging-log4j-kotlin/pull/60[60])
 * Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j-kotlin/pull/61[61])
+* Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2` (https://github.com/apache/logging-log4j-kotlin/pull/67[67])
 * Update `org.junit:junit-bom` to version `5.10.2` (https://github.com/apache/logging-log4j-kotlin/pull/63[63])