Skip to content

Commit

Permalink
Bumped version to 3.4.0 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 authored Sep 14, 2018
1 parent fd13db5 commit 255e5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v3.4.0

- [added] `firebase.App` now provides a new `DatabaseWithURL()` function
for initializing a database client from a URL.

Expand Down
2 changes: 1 addition & 1 deletion firebase.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
var defaultAuthOverrides = make(map[string]interface{})

// Version of the Firebase Go Admin SDK.
const Version = "3.3.0"
const Version = "3.4.0"

// firebaseEnvName is the name of the environment variable with the Config.
const firebaseEnvName = "FIREBASE_CONFIG"
Expand Down

0 comments on commit 255e5ed

Please sign in to comment.