Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](1.22.0...2.0.0) (2021-10-10)

### Bug Fixes

* remove GCM module ([parse-community#1091](https://github.com/mtrezza/Parse-SDK-Android/issues/1091)) ([aa16bcf](aa16bcf))
* upgrade Facebook SDK ([parse-community#1105](https://github.com/mtrezza/Parse-SDK-Android/issues/1105)) ([6f4bdb0](6f4bdb0))

### Features

* update all dependencies and modernize the source base ([parse-community#1095](https://github.com/mtrezza/Parse-SDK-Android/issues/1095)) ([a977d11](a977d11))

### BREAKING CHANGES

* CHANGE

Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messaging instead. See the [Google developer documentation](https://developers.google.com/cloud-messaging/faq) for more details and migration assistance. ([aa16bcf](aa16bcf))
  • Loading branch information
semantic-release-bot committed Oct 10, 2021
1 parent f5009be commit a9ca3a0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/mtrezza/Parse-SDK-Android/compare/1.22.0...2.0.0) (2021-10-10)


### Bug Fixes

* remove GCM module ([#1091](https://github.com/mtrezza/Parse-SDK-Android/issues/1091)) ([aa16bcf](https://github.com/mtrezza/Parse-SDK-Android/commit/aa16bcfd9ef87319f032086f286e5768807f24a7))
* upgrade Facebook SDK ([#1105](https://github.com/mtrezza/Parse-SDK-Android/issues/1105)) ([6f4bdb0](https://github.com/mtrezza/Parse-SDK-Android/commit/6f4bdb0495e31dfb7c568a0269dc3dd8dd6b30c3))

### Features

* update all dependencies and modernize the source base ([#1095](https://github.com/mtrezza/Parse-SDK-Android/issues/1095)) ([a977d11](https://github.com/mtrezza/Parse-SDK-Android/commit/a977d117b02de826981ce6c50e85a2204d989b66))


### BREAKING CHANGES

* CHANGE

Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messaging instead. See the [Google developer documentation](https://developers.google.com/cloud-messaging/faq) for more details and migration assistance. ([aa16bcf](aa16bcf))

# Changelog

# 2.0.0
Expand Down

0 comments on commit a9ca3a0

Please sign in to comment.