From 2b0596887ec3f80cc3e4fe66bf385cef8898f941 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:15:34 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- CHANGELOG.md | 12 ++++++++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eedcbe8..a67f29f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.7.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.6.0...v1.7.0) (2025-01-09) + + +### Features + +* support native asyncpg connection pools ([#409](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/409)) ([ea2a524](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/ea2a524a533e528aa1d32a01959a288b6e5cd89a)) + + +### Bug Fixes + +* Respect `google.api` namespace package. ([#411](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/411)) ([aa2dedb](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/aa2dedbe823713bf6f31acaf25e3bba4234d88b6)) + ## [1.6.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.5.0...v1.6.0) (2024-12-10) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 06fadc0e..4d45c1dd 100644 --- a/google/cloud/alloydb/connector/version.py +++ b/google/cloud/alloydb/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.6.0" +__version__ = "1.7.0"