diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ba04277..b05785d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 2.19.2 + ## [2.19.1](https://github.com/googleapis/google-api-php-client/compare/v2.19.0...v2.19.1) (2026-03-27) diff --git a/composer.json b/composer.json index 3e1d9eb76..fdec98deb 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,9 @@ "name": "google/apiclient", "type": "library", "description": "Client library for Google APIs", - "keywords": ["google"], + "keywords": [ + "google" + ], "homepage": "http://developers.google.com/api-client-library/php", "license": "Apache-2.0", "require": {