Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.1.1] - 2026-08-07
### Changed
- Updating `RollingFileLogWriter` to now Catch IO exceptions
- Fixing `LogcatWriter` failing issue with `UnsatisfiedLinkError`
- Adding `jvm`, `linux`, `mingwX64` and `Android Native` targets to the `kermit-ktor` module

## [2.1.0] - 2026-03-02
### Changed
- Fixed incorrect severity for `Logger.a` on Android
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx4g
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=co.touchlab
VERSION_NAME=2.1.0
VERSION_NAME=2.1.1

POM_NAME=Kermit
POM_DESCRIPTION=Kermit The Log
Expand Down
Loading