Skip to content

Commit

Permalink
Bumped version to 3.5.0 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 committed Dec 4, 2018
1 parent 8a97d83 commit d661738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion firebase.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d661738

Please sign in to comment.