From 29a1d4b9b1eb2bbb7baedcfe5a27bcd9b71f3ca8 Mon Sep 17 00:00:00 2001 From: Manuel Trezza Date: Thu, 18 Jun 2020 16:03:52 +0200 Subject: [PATCH 1/2] added recent merge to change log --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77fa8e700..49694b8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,22 @@ ## Changelog ### master +> __BREAKING CHANGES__ +> +> - FIX: Corrected the `Installation` property `appVersion` to be the build version instead of the version name. This aligns the property with its equivalent in the Parse iOS SDK. See [#902](https://github.com/parse-community/Parse-SDK-Android/issues/902) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza). ### 1.24.2 - FIX: Fixed naming collission bug due to integration of bolts-tasks module. See [#1028](https://github.com/parse-community/Parse-SDK-Android/issues/1028) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza) ### 1.24.1 -> WARNING: +> __WARNING__ > > Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module. - Resolves issue around missing bolts-tasks dependency thanks to @rogerhu (#1025) ### 1.24.0 -> WARNING: +> __WARNING__ > > Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module. From ba4907e262dcad7dcce3f287b68404be0199a789 Mon Sep 17 00:00:00 2001 From: Manuel Trezza Date: Thu, 18 Jun 2020 19:06:20 +0200 Subject: [PATCH 2/2] Trigger Travis CI