Skip to content

Commit f1dcecc

Browse files
authored
Bumped version to 3.6.0 (#214)
1 parent 9f79781 commit f1dcecc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Unreleased
22

3+
# v3.6.0
4+
35
- [added] `messaging.Aps` type now supports critical sound in its payload.
46
- [fixed] Public types in the `messaging` package now support correct
57
JSON marshalling and unmarshalling.
8+
- [fixed] The `VerifyIDToken()` function fnow tolerates a clock skew of up to
9+
5 minutes when comparing JWT timestamps.
610

711
# v3.5.0
812

913
- [added] `messaging.AndroidNotification` type now supports `channel_id`.
1014
- [dropped] Dropped support for Go 1.8 and earlier.
11-
- [fixed] Fixing error handling in FCM. The SDK now checks the key
15+
- [fixed] Fixing error handling in FCM. The SDK now checks the key
1216
`type.googleapis.com/google.firebase.fcm.v1.FcmError` to set error code.
1317
- [added] `messaging.ApsAlert` type now supports subtitle in its payload.
1418
- [added] `messaging.WebpushConfig` type now supports fcmOptions in its payload.

firebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
var defaultAuthOverrides = make(map[string]interface{})
4040

4141
// Version of the Firebase Go Admin SDK.
42-
const Version = "3.5.0"
42+
const Version = "3.6.0"
4343

4444
// firebaseEnvName is the name of the environment variable with the Config.
4545
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)