diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5c91e..ae0d808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.3.1 *(2021-03-02)* +---------------------------- + + * Prevented `CancellationException` that might result due to a rare race condition on startup. + Version 1.3.0 *(2020-12-07)* ---------------------------- diff --git a/README.md b/README.md index e3d42ee..db4303b 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ repositories { } dependencies { - implementation 'com.github.livefront:bridge:v1.3.0' + implementation 'com.github.livefront:bridge:v1.3.1' } ```