Skip to content

Commit be821cd

Browse files
authored
Bumped the version to 3.8.1 (#252)
1 parent dd252a8 commit be821cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22

3+
# v3.8.1
4+
5+
- [fixed] Fixed a test case that was failing in environments without
6+
Application Default Credentials support.
7+
38
# v3.8.0
49

510
- [added] Implemented `auth.EmailVerificationLink()` function for

firebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
var defaultAuthOverrides = make(map[string]interface{})
4040

4141
// Version of the Firebase Go Admin SDK.
42-
const Version = "3.8.0"
42+
const Version = "3.8.1"
4343

4444
// firebaseEnvName is the name of the environment variable with the Config.
4545
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)