Skip to content

Commit 0dd6a00

Browse files
authored
Bumped version to 2.7.0 (#133)
* Bumped version to 2.7.0 * Updated changelog
1 parent bb41405 commit 0dd6a00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
-
4+
5+
# v2.7.0
6+
37
- [added] Added several new functions for testing errors
48
(e.g. `auth.IsUserNotFound()`).
59
- [added] Added support for setting the `mutable-content` property on

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

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

0 commit comments

Comments
 (0)