diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..1b796cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f64f086..9e4cf39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.11.1 (2024-09-04) + +#### Bug Fixes + +* Use NoMethodError instead of NotImplementedError for unimplemented base class methods ([#487](https://github.com/googleapis/google-auth-library-ruby/issues/487)) + ### 1.11.0 (2024-02-09) #### Features diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 38e3be9..ce02d92 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.11.0".freeze + VERSION = "1.11.1".freeze end end