diff --git a/CHANGELOG.md b/CHANGELOG.md index 79fc3a246..857262025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Changelog ### master + +### 1.25.0 > __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). @@ -78,4 +80,4 @@ Re-releasing since Jitpack failed. Same as 1.22.0 - Annotate ParseObject with nullability thanks to @kurtisnelson and @Jawnnypoo - Remove deprecated refresh() method from ParseObject - Partial string match thanks to @rogerhu -- Fix delete, save eventually, and findAllPinned issues thanks to @dangtz \ No newline at end of file +- Fix delete, save eventually, and findAllPinned issues thanks to @dangtz