Skip to content

Commit c9b5e06

Browse files
authored
Bumped version to 3.7.0 (#234)
1 parent 0480802 commit c9b5e06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
# v3.7.0
4+
35
- [added] Implemented `auth.SessionCookie()` function for creating
46
new Firebase session cookies given an ID token.
57
- [added] Implemented `auth.VerifySessionCookie()` and

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.6.0"
42+
const Version = "3.7.0"
4343

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

0 commit comments

Comments
 (0)