diff --git a/CHANGELOG.md b/CHANGELOG.md index ce796e25..1c086bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.4 + +- [service] Fix incompatibility with old Linux kernels +- [service] Workaround broken framework implementations in some LG ROMs + ## 5.0.3 - [core] Fix `ShellUtils.escapedString(String)` diff --git a/README.md b/README.md index ef58be69..7f25dd76 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - def libsuVersion = '5.0.3' + def libsuVersion = '5.0.4' // The core module that provides APIs to a shell implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"