Skip to content

Commit

Permalink
Merge pull request #925 from Microsoft/hotfix/changelog-version
Browse files Browse the repository at this point in the history
Version bump and changelog for TLS hot fix
  • Loading branch information
guperrot committed Jan 14, 2019
2 parents 3fcb69f + 61b0129 commit c05f8ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c05f8ac

Please sign in to comment.