Skip to content

Commit 255e5ed

Browse files
authored
Bumped version to 3.4.0 (#176)
1 parent fd13db5 commit 255e5ed

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.4.0
4+
35
- [added] `firebase.App` now provides a new `DatabaseWithURL()` function
46
for initializing a database client from a URL.
57

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

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

0 commit comments

Comments
 (0)