Skip to content

Commit a053b99

Browse files
authored
Bumped version to 2.5.0 (#90)
1 parent 82606fb commit a053b99

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,10 +1,14 @@
11
# Unreleased
22

3+
-
4+
5+
# v2.5.0
6+
37
- [changed] Import context from `golang.org/x/net` for 1.6 compatibility
48

59
### Cloud Messaging
610

7-
- [feature] Added the `messaging` package for sending Firebase notifications
11+
- [added] Added the `messaging` package for sending Firebase notifications
812
and managing topic subscriptions.
913

1014
### Authentication

firebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var firebaseScopes = []string{
4848
}
4949

5050
// Version of the Firebase Go Admin SDK.
51-
const Version = "2.4.0"
51+
const Version = "2.5.0"
5252

5353
// firebaseEnvName is the name of the environment variable with the Config.
5454
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)