From 1076656782e7975779dffdf4602224ef964fc95c Mon Sep 17 00:00:00 2001 From: jonathanedey Date: Thu, 5 Jun 2025 11:01:58 -0400 Subject: [PATCH] [chore] Release 4.16.0 --- .github/workflows/release.yml | 2 ++ firebase.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5abc63d..bfb0d04e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,6 +76,8 @@ jobs: startsWith(github.event.pull_request.title, '[chore] Release ') runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout source for publish diff --git a/firebase.go b/firebase.go index 9a3d8547..ef9c199a 100644 --- a/firebase.go +++ b/firebase.go @@ -39,7 +39,7 @@ import ( var defaultAuthOverrides = make(map[string]interface{}) // Version of the Firebase Go Admin SDK. -const Version = "4.15.2" +const Version = "4.16.0" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"