Skip to content

Commit

Permalink
Merge pull request #765 from Microsoft/release/0.12.2
Browse files Browse the repository at this point in the history
Release 0.12.2
  • Loading branch information
jaeklim authored Sep 20, 2017
2 parents 488bb82 + 24d5cbe commit 7c67e60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Mobile Center SDK for iOS Change Log

## Version 0.12.2

This version contains a buf fix and improvements. **Verified all functionalities against iOS 11 GM.**

### MobileCenterCrashes

* **[Improvement]** Added a millisecond precision to crash logs for more accurate log time.

### MobileCenterDistribute

* **[Improvement]** Improved swizzling behavior for deprecated `openURL` method if it is used by applications.
* **[Fix]** Fixed being stuck on activating in-app update. It is back to open Safari in-app page for activation.

___

## Version 0.12.1

This version contains bug fixes.
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.12.1'
s.version = '0.12.2'

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 7c67e60

Please sign in to comment.