diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e81627c..995e2269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/google-auth-library?activeTab=versions +## [9.11.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.10.0...v9.11.0) (2024-06-01) + + +### Features + +* Adding support of client authentication method. ([#1814](https://github.com/googleapis/google-auth-library-nodejs/issues/1814)) ([4a14e8c](https://github.com/googleapis/google-auth-library-nodejs/commit/4a14e8c3bdcfa9d8531a231b00b946728530ce12)) + ## [9.10.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.9.0...v9.10.0) (2024-05-10) diff --git a/package.json b/package.json index 0588d0f0..5ce9ddd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-auth-library", - "version": "9.10.0", + "version": "9.11.0", "author": "Google Inc.", "description": "Google APIs Authentication Client Library for Node.js", "engines": { diff --git a/samples/package.json b/samples/package.json index d0684f68..7ca47f8b 100644 --- a/samples/package.json +++ b/samples/package.json @@ -15,7 +15,7 @@ "dependencies": { "@google-cloud/storage": "^7.0.0", "@googleapis/iam": "^18.0.0", - "google-auth-library": "^9.10.0", + "google-auth-library": "^9.11.0", "node-fetch": "^2.3.0", "open": "^9.0.0", "server-destroy": "^1.0.1"