From 976f419ab7091b56f35b21dc38dc2d22401425ee Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:50:52 +0000 Subject: [PATCH 1/2] chore(main): release 1.9.0 --- CHANGELOG.md | 16 ++++++++++++++++ google/cloud/sql/connector/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc217116..9544d18ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.9.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.8.0...v1.9.0) (2024-04-16) + + +### Features + +* add universe domain support to Connector (TPC) ([#1045](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1045)) ([b1e9dee](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b1e9deee216c57e6831162f6aded79511c5e38e3)) + + +### Dependencies + +* update dependency aiohttp to v3.9.4 ([#1060](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1060)) ([78b3671](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/78b36715bd2d3a1ca4c4f72295c36b95e360abf1)) +* Update dependency google-auth to v2.29.0 ([#1043](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1043)) ([2ac2fd1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2ac2fd1ab99ee1c0d3a12cd9da7f6820eb0237cc)) +* Update dependency pg8000 to v1.31.1 ([#1053](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1053)) ([eaa371d](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/eaa371d95509f97b8951d80046a5a273bece489a)) +* Update dependency pytest-asyncio to v0.23.6 ([#1041](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1041)) ([088b128](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/088b1288f5779deab70aa3b7315e3a03d0a875cb)) +* Update dependency SQLAlchemy to v2.0.29 ([#1047](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1047)) ([27ca146](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/27ca146ad8b7a5404dc4f7b9729a21f5257055d7)) + ## [1.8.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.7.0...v1.8.0) (2024-03-12) diff --git a/google/cloud/sql/connector/version.py b/google/cloud/sql/connector/version.py index eb8765edf..4abadfec0 100644 --- a/google/cloud/sql/connector/version.py +++ b/google/cloud/sql/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.8.0" +__version__ = "1.9.0" From 5f6af400e203359d3cf336c7bb8740d0331e6548 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 16 Apr 2024 10:50:59 -0400 Subject: [PATCH 2/2] chore: Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9544d18ae..5c950613c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ * update dependency aiohttp to v3.9.4 ([#1060](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1060)) ([78b3671](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/78b36715bd2d3a1ca4c4f72295c36b95e360abf1)) * Update dependency google-auth to v2.29.0 ([#1043](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1043)) ([2ac2fd1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2ac2fd1ab99ee1c0d3a12cd9da7f6820eb0237cc)) * Update dependency pg8000 to v1.31.1 ([#1053](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1053)) ([eaa371d](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/eaa371d95509f97b8951d80046a5a273bece489a)) -* Update dependency pytest-asyncio to v0.23.6 ([#1041](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1041)) ([088b128](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/088b1288f5779deab70aa3b7315e3a03d0a875cb)) -* Update dependency SQLAlchemy to v2.0.29 ([#1047](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1047)) ([27ca146](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/27ca146ad8b7a5404dc4f7b9729a21f5257055d7)) ## [1.8.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.7.0...v1.8.0) (2024-03-12)