From 33de532fc3b6cf6a0dffb67cc25e578b98fc0826 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:18:03 -0800 Subject: [PATCH] chore(main): release 1.6.0 (#393) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16240d1..0eedcbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.5.0...v1.6.0) (2024-12-10) + + +### Features + +* improve aiohttp client error messages ([#400](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/400)) ([58ef2d2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/58ef2d2538e3a332defefa15d19b1384db9027b1)) +* invalidate cache on bad connection info and failed IP lookup ([#389](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/389)) ([e8fbbdf](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/e8fbbdf80d8aa5f0df2605a779edff631e5f5a2c)) + ## [1.5.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.4.0...v1.5.0) (2024-11-12) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index f6d5c1c..06fadc0 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.5.0" +__version__ = "1.6.0"