From b3598653b4e0d09aa1e6c98c8e2b2f972b49f86d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:46:24 +0000 Subject: [PATCH] chore(main): release 1.6.0 --- 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 16240d16..eff0c408 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-04) + + +### 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 f6d5c1cd..06fadc0e 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"