diff --git a/CHANGELOG.md b/CHANGELOG.md index ad68c4603c..381f22018e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 1.11.1 +### AppCenter + +* **[Fix]** Fix TLS 1.2 configuration for some specific devices running API level <21. The bug did not affect all devices running older API levels, only some models/brands, and prevented any data from being sent. + ### AppCenterAnalytics * **[Fix]** Extend the current session instead of starting a new session when sending events from the background. Sessions are also no longer started in background by sending an event or a log from another service such as push, as a consequence the push registration information will be missing from crash events information. diff --git a/versions.gradle b/versions.gradle index 432906f434..5384fee2c3 100644 --- a/versions.gradle +++ b/versions.gradle @@ -1,8 +1,8 @@ // Version constants ext { - versionCode = 41 - versionName = '1.11.1' + versionCode = 42 + versionName = '1.11.2' minSdkVersion = 16 targetSdkVersion = 28 compileSdkVersion = 28