diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d813f0..3060d302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Unreleased +- + +# v2.5.0 + - [changed] Import context from `golang.org/x/net` for 1.6 compatibility ### Cloud Messaging -- [feature] Added the `messaging` package for sending Firebase notifications +- [added] Added the `messaging` package for sending Firebase notifications and managing topic subscriptions. ### Authentication diff --git a/firebase.go b/firebase.go index 9ed07125..ed09ac6d 100644 --- a/firebase.go +++ b/firebase.go @@ -48,7 +48,7 @@ var firebaseScopes = []string{ } // Version of the Firebase Go Admin SDK. -const Version = "2.4.0" +const Version = "2.5.0" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"