From 4a88675152bb6241c8c9d74649818ce2805e4461 Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Tue, 2 Mar 2021 10:19:33 -0600 Subject: [PATCH] Prepare for v1.3.1 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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' } ```