From 411464b2d3f7b7f43433eca1159a8c04414fb1cc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:22:00 +0000 Subject: [PATCH] chore(main): release 1.1.2 (#328) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- 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 e1d7da3..1ded9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.1.1...v1.1.2) (2024-06-12) + + +### Bug Fixes + +* update dependencies to latest ([#327](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/327)) ([fac87f0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/fac87f0dc249a27510a43936bf7669bdd74b3322)) + ## [1.1.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.1.0...v1.1.1) (2024-05-14) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index d756cd4..7918eae 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.1" +__version__ = "1.1.2"