From 5aee9c2da8166ae76a28255faaa0ee437c67034b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:33:59 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 7 +++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 169566b..47d18f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.1.0...v1.1.1) (2024-05-08) + + +### Dependencies + +* update dependency aiohttp to v3.9.5 ([#303](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/303)) ([213adbe](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/213adbebb38da9c3d77493ae50640ee71c21cfd1)) + ## [1.1.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.0.0...v1.1.0) (2024-04-16) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index ca3362c..d756cd4 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.1.0" +__version__ = "1.1.1"