diff --git a/CHANGELOG.md b/CHANGELOG.md index de9669c5..1b2d1541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.2 + +- [service] Resolve `/proc/self/exe` to possibly fix some old Samsung kernel restrictions + ## 5.0.1 - [nio] Update the remote file system's I/O stream implementation with stream specific optimizations. The throughput is about 2.5x larger. diff --git a/README.md b/README.md index bfdbe8b5..efd07ca3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - def libsuVersion = '5.0.1' + def libsuVersion = '5.0.2' // The core module that provides APIs to a shell implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"