Skip to content

Commit 79d5dcd

Browse files
authored
Bumped version to 3.9.0 (#266)
1 parent c2ab431 commit 79d5dcd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# v3.9.0
4+
35
- [added] Implemented `messaging.MulticastMessage` type and the
46
`messaging.SendMulticast()` function for sending the same
57
message to multiple recipients.

firebase.go

+1-1
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.8.1"
42+
const Version = "3.9.0"
4343

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

0 commit comments

Comments
 (0)