Skip to content

Commit

Permalink
Bumped version to 3.8.0 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 committed May 30, 2019
1 parent 00ed0ec commit 8e14899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v3.8.0

- [added] Implemented `auth.EmailVerificationLink()` function for
generating email verification action links.
- [added] Implemented `auth.PasswordResetLink()` 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.7.0"
const Version = "3.8.0"

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

0 comments on commit 8e14899

Please sign in to comment.