Skip to content

Commit 64bf7fb

Browse files
authored
Bumped version to 3.3.0 (#168)
1 parent b6e0cb6 commit 64bf7fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# v3.3.0
4+
35
- [fixed] Fixing a regression introduced in 3.2.0, where `VerifyIDToken()`
46
cannot be used in App Engine.
57
- [added] `messaging.WebpushNotification` type now supports arbitrary key-value

firebase.go

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

4444
// Version of the Firebase Go Admin SDK.
45-
const Version = "3.2.0"
45+
const Version = "3.3.0"
4646

4747
// firebaseEnvName is the name of the environment variable with the Config.
4848
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)