Skip to content

Commit

Permalink
Update changelog (#8440)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotteliang authored Jul 27, 2021
1 parent ce87d25 commit ecc7d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# unreleased
- [added] Added new API `FIRMessagingExtensionHelper exportDeliveryMetricsToBigQuery` that allows developers to enable notification delivery metrics to BigQuery. (#6181)
# 2021-07 -- v8.5.0
- [added] Added new API `FIRMessagingExtensionHelper exportDeliveryMetricsToBigQuery` that allows developers to enable notification delivery metrics that exports to BigQuery. (#6181)

# 2021-06 -- v8.2.0
- [fixed] Fixed an issue that local scheduled notification is not set correctly due to sound type. (#8172)
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ let package = Package(
.product(name: "GULReachability", package: "GoogleUtilities"),
.product(name: "GULUserDefaults", package: "GoogleUtilities"),
.product(name: "GoogleDataTransport", package: "GoogleDataTransport"),
.product(name: "nanopb", package: "nanopb"),
],
path: "FirebaseMessaging/Sources",
publicHeadersPath: "Public",
Expand Down

0 comments on commit ecc7d6d

Please sign in to comment.