From 42ef36c88d14ed2c5e13b3f706758ff5a9946f8d Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 14 Mar 2024 22:14:59 +0000 Subject: [PATCH] chore: release candidate v2.18.0rc0 --- CHANGELOG.md | 6 ++++++ google/api_core/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cc08a0..02d37121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ [1]: https://pypi.org/project/google-api-core/#history +## [2.18.0rc0](https://github.com/googleapis/python-api-core/compare/v2.17.1...v2.18.0rc0) (2024-02-14) + +### Features + +* Add common logic for supporting universe domain ([#624](https://github.com/googleapis/python-api-core/issues/624)) ([94f2ca3](https://github.com/googleapis/python-api-core/commit/94f2ca3b4d094e6e10154634d3463d07ebea2035)) + ## [2.17.1](https://github.com/googleapis/python-api-core/compare/v2.17.0...v2.17.1) (2024-02-13) diff --git a/google/api_core/version.py b/google/api_core/version.py index 3fd9f000..aebfccb7 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.17.1" +__version__ = "2.18.0rc0"