Skip to content

Commit

Permalink
Bumped the version to 3.8.1 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 committed Jun 11, 2019
1 parent dd252a8 commit be821cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

# v3.8.1

- [fixed] Fixed a test case that was failing in environments without
Application Default Credentials support.

# v3.8.0

- [added] Implemented `auth.EmailVerificationLink()` function for
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.8.0"
const Version = "3.8.1"

// firebaseEnvName is the name of the environment variable with the Config.
const firebaseEnvName = "FIREBASE_CONFIG"
Expand Down

0 comments on commit be821cd

Please sign in to comment.