This is mostly a "refresher" release since over a year has passed since the last version. There shouldn't be any user-facing changes in this version.
The kotlin-logging library that's internally used on top of the SLF4J API was updated to the most recent version 5.1.0, which came with a Maven group ID and Java package name change. While that's technically a breaking change from their side, and did take some adjustments in this library's code, it shouldn't affect users of this library, because the dependency on kotlin-logging is an implementation detail and not an api dependency in Gradle. This library will no longer cause users to transitively depend on the outdated kotlin-logging version though, which is why this release exists.