From abde60b57bbb0e6a3dec19abf3da34a041538c75 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Tue, 4 Dec 2018 10:08:49 -0800 Subject: [PATCH] Bumped version to 3.5.0 --- CHANGELOG.md | 4 +++- firebase.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e8d0f5..0b3fdafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Unreleased -- [added] `messaging.AndroidNotification`type now supports channel_id. +# v3.5.0 + +- [added] `messaging.AndroidNotification` type now supports `channel_id`. - [dropped] Dropped support for Go 1.8 and earlier. - [fixed] Fixing error handling in FCM. The SDK now checks the key `type.googleapis.com/google.firebase.fcm.v1.FcmError` to set error code. diff --git a/firebase.go b/firebase.go index 1353bfcb..98a10ed7 100644 --- a/firebase.go +++ b/firebase.go @@ -39,7 +39,7 @@ import ( var defaultAuthOverrides = make(map[string]interface{}) // Version of the Firebase Go Admin SDK. -const Version = "3.4.0" +const Version = "3.5.0" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"