diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9e92e..6b8fdf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.2.0 + +- [core] Shell status code `Shell.ROOT_MOUNT_MASTER` is no longer returned as there is no way to reliably determine this information. + ## 5.1.0 - [core] New API `Shell.Job.enqueue()` which returns `Future` in case you need to retrive asynchronous results without using callbacks diff --git a/README.md b/README.md index 3b9d294..acbb7a7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - def libsuVersion = '5.1.0' + def libsuVersion = '5.2.0' // The core module that provides APIs to a shell implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"