From 30414dc637345bc3878b96d0ae6cccaec99c8413 Mon Sep 17 00:00:00 2001 From: Brian Bowman Date: Fri, 3 May 2019 16:17:17 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 226d1f2..4d86303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 1.3.2 + + +### Other (1 change) + +- Bug fixes and small improvements + +## 1.3.1 + + +### Fixed (2 changes) + +- Fixed Closed event for host AppServiceConnections from being called twice. +- Fixed Closed event for client AppServiceConnections to be called when the platform is shutdown. + + +### Changed (2 changes) + +- Increase target Android SDK version to API 28 (Android 9.0). +- Move Rome files into internal storage path on Android platform. + + +### Other (1 change) + +- Upgrade Android NDK to r19c. + ## 1.2.0 @@ -91,3 +117,4 @@ - Remove UserNotificationReaderOptions constructors except for default. +