Skip to content

Commit

Permalink
Merge pull request #702 from Microsoft/release/0-11-1
Browse files Browse the repository at this point in the history
Prepare 0.11.1 release
  • Loading branch information
jaeklim authored Aug 9, 2017
2 parents 6b30fc9 + de8d962 commit 32375de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Mobile Center SDK for iOS Change Log

## Version 0.11.1

This version contains bug fixes and an improvement that changes the current behavior.

## MobileCenter

* **[Fix]** Fix bugs that sent multiple or empty service start logs at launch time.

## MobileCenterAnalytics

* **[Improvement]** Send truncated event name and properties instead of skipping it if its lengths are beyond the limits.

## MobileCenterCrashes

* **[Fix]** Fixes two bugs that caused error logs to be assiciated with wrong session information.
___

## Version 0.11.0

This version has a **breaking change** in the Crashes module and contains other bugfixes and improvements.
This version has a **breaking change** in the Crashes module and contains other bug fixes and improvements.

### MobileCenter

Expand All @@ -21,7 +38,7 @@ ___

## Version 0.10.1

This version contains a bugfix for crash attachments.
This version contains a bug fix for crash attachments.

### MobileCenterCrashes

Expand Down Expand Up @@ -173,7 +190,7 @@ ___

### MobileCenterAnalytics

* **[Bug]** Fix session Id's tOffset matching.
* **[Bug]** Fix session Id's toffset matching.

### MobileCenterCrashes

Expand Down
2 changes: 1 addition & 1 deletion MobileCenter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MobileCenter'
s.version = '0.11.0'
s.version = '0.11.1'

s.summary = 'Mobile Center is mission control for mobile apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.'
s.description = <<-DESC
Expand Down

0 comments on commit 32375de

Please sign in to comment.