From 85f0381a1c6d2d1714666cc017a55f9c40de40eb Mon Sep 17 00:00:00 2001 From: Yash Sahu <54198301+yash30201@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:56:46 +0530 Subject: [PATCH] chore(release-please-test-branch): release 2.0.0 --- CHANGELOG.md | 2 ++ composer.json | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f90c9e54..f5fe6e67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * [feat]: add support for Firebase v6.0 (#391) +## 2.0.0 + ## [1.35.0](https://github.com/googleapis/google-auth-library-php/compare/v1.34.0...v1.35.0) (2024-02-01) diff --git a/composer.json b/composer.json index 88a698d7b..7dd0f86de 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,11 @@ "name": "google/auth", "type": "library", "description": "Google Auth Library for PHP", - "keywords": ["google", "oauth2", "authentication"], + "keywords": [ + "google", + "oauth2", + "authentication" + ], "homepage": "http://github.com/google/google-auth-library-php", "license": "Apache-2.0", "support": {