Skip to content

Commit

Permalink
Bumped version to 3.9.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 committed Aug 7, 2019
1 parent c2ab431 commit 79d5dcd
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.9.0

- [added] Implemented `messaging.MulticastMessage` type and the
`messaging.SendMulticast()` function for sending the same
message to multiple recipients.
Expand Down
2 changes: 1 addition & 1 deletion firebase.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
var defaultAuthOverrides = make(map[string]interface{})

// Version of the Firebase Go Admin SDK.
const Version = "3.8.1"
const Version = "3.9.0"

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

0 comments on commit 79d5dcd

Please sign in to comment.