Skip to content

Commit

Permalink
Bumped version to 3.3.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 committed Aug 9, 2018
1 parent b6e0cb6 commit 64bf7fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v3.3.0

- [fixed] Fixing a regression introduced in 3.2.0, where `VerifyIDToken()`
cannot be used in App Engine.
- [added] `messaging.WebpushNotification` type now supports arbitrary key-value
Expand Down
2 changes: 1 addition & 1 deletion firebase.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
var defaultAuthOverrides = make(map[string]interface{})

// Version of the Firebase Go Admin SDK.
const Version = "3.2.0"
const Version = "3.3.0"

// firebaseEnvName is the name of the environment variable with the Config.
const firebaseEnvName = "FIREBASE_CONFIG"
Expand Down

0 comments on commit 64bf7fb

Please sign in to comment.