From 1fbd3268102c25df11191b698c50265823d0160a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:42:01 -0800 Subject: [PATCH] chore(main): release googleauth 1.11.0 (#476) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ lib/googleauth/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ae771..f64f086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.11.0 (2024-02-09) + +#### Features + +* Deprecate the positional argument for callback_uri, and introduce keyword argument instead ([#475](https://github.com/googleapis/google-auth-library-ruby/issues/475)) + ### 1.10.0 (2024-02-08) #### Features diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 5b2b111..38e3be9 100644 --- a/lib/googleauth/version.rb +++ b/lib/googleauth/version.rb @@ -16,6 +16,6 @@ module Google # Module Auth provides classes that provide Google-specific authorization # used to access Google APIs. module Auth - VERSION = "1.10.0".freeze + VERSION = "1.11.0".freeze end end