diff --git a/CHANGELOG.md b/CHANGELOG.md index a9bc9b9..15b4e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.0.1 *(2021-03-31)* +---------------------------- + + * Improve thread-safety to avoid rare NullPointerException. + Version 2.0.0 *(2021-03-16)* ---------------------------- diff --git a/README.md b/README.md index d713dfa..36caaa1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A library for avoiding TransactionTooLargeException during state saving and rest * [Limitations](#limitations) * [Testing](#testing) * [License](#license) -* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v2.0.0/javadoc/index.html) +* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v2.0.1/javadoc/index.html) ## Motivation @@ -140,7 +140,7 @@ repositories { } dependencies { - implementation 'com.github.livefront:bridge:v2.0.0' + implementation 'com.github.livefront:bridge:v2.0.1' } ```