Mark the 0.2.0 release
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 3b10e63..3ecd781 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -15,7 +15,7 @@
 limitations under the License.
 ////
 
-== Unreleased
+== 0.2.0 (2023-01-31)
 
 * Fixed Windows compatibility (for https://github.com/apache/logging-log4j-tools/issues/19[#19] by Piotr P. Karwasz, Volkan Yazıcı)
 
diff --git a/pom.xml b/pom.xml
index e120266..5ad160d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>0.2.0-SNAPSHOT</revision>
+    <revision>0.2.0</revision>
 
     <!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`, which is the parent of `org.apache.logging:logging-parent`, which is the parent of us.
          `minimalJavaBuildVersion` is used for enforcing the compiler version.