Skip to content

Commit 2af1a22

Browse files
authored
Bumped version to 3.0.0 (#142)
* Bumped version to 3.0.0 * Updated changelog
1 parent 16fd6d3 commit 2af1a22

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Unreleased
2-
- All functions that make network calls take context as an argument.
32

4-
-
3+
# v3.0.0
4+
5+
- All functions that make network calls now take context as an argument.
56

67
# v2.7.0
78

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 = "2.7.0"
45+
const Version = "3.0.0"
4646

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

0 commit comments

Comments
 (0)