This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit 01d2e526fc0831faa3d32b6613efc3264b9ca5c3 Author: Matt Sicker <[email protected]> AuthorDate: Mon Dec 13 23:12:54 2021 -0600 Add changelog for 1.2.0 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4365067..9f4b3c7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,11 @@ - "update" - Change - "remove" - Removed --> + <release version="1.2.0" date="2021-12-13" description="Release 1.2.0"> + <action issue="LOG4J2-3218" dev="rgupta" type="update"> + Update Log4j dependency to 2.16.0. + </action> + </release> <release version="1.1.0" date="2021-08-28" description="Release 1.1.0"> <action issue="LOG4J2-2433" dev="rgupta" type="add"> Support MDCs with Kotlin coroutines.
