Skip to content

Commit d6907ca

Browse files
authored
Bumped version to 3.2.0 (#160)
* Bumped version to 3.2.0 * Updated changelog
1 parent 455d0a6 commit d6907ca

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.2.0
4+
35
- [added] Implemented the ability to create custom tokens without
46
service account credentials.
57
- [added] Added the `ServiceAccount` field to the `firebase.Config` struct.

firebase.go

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

4444
// Version of the Firebase Go Admin SDK.
45-
const Version = "3.1.0"
45+
const Version = "3.2.0"
4646

4747
// firebaseEnvName is the name of the environment variable with the Config.
4848
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)