From f4388f9a8e00aa507e81a78f5f3788a5952ca5f5 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Wed, 14 Feb 2018 10:34:49 -0800 Subject: [PATCH] Bumped version to 2.5.0 --- CHANGELOG.md | 6 +++++- firebase.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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"