diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7c6d5be..ae99c8154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.3 (February, 23, 2020) +* fix app crashing when having no internet connection + ## 4.1.2 (February, 14, 2020) * keep stored consentString when server does not return one * simplified webview settings -> no side effects on app cookies diff --git a/README.md b/README.md index d12a50f75..f3372de49 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For consent messages built using the message builder V2, it's safe to use SDK > ``` ... dependencies { - implementation 'com.sourcepoint.cmplibrary:cmplibrary:4.1.2' + implementation 'com.sourcepoint.cmplibrary:cmplibrary:4.1.3' } ``` diff --git a/cmplibrary/build.gradle b/cmplibrary/build.gradle index 85c3f02e9..297571e1d 100644 --- a/cmplibrary/build.gradle +++ b/cmplibrary/build.gradle @@ -2,7 +2,7 @@ plugins { id "com.jfrog.bintray" version "1.8.4" } -def VERSION_NAME = "4.1.2" +def VERSION_NAME = "4.1.3" apply plugin: 'com.android.library' apply plugin: 'maven-publish'