From 2d3684f4f1a0b98142a75a1ed3fecb42c21dba44 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:36:01 +0000 Subject: [PATCH] chore(main): release 1.12.1 --- CHANGELOG.md | 7 +++++++ google/cloud/alloydbconnector/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3066af8d..c1b80f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.12.0...v1.12.1) (2026-03-05) + + +### Documentation + +* rewrite README for usability ([#525](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/525)) ([068e126](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/068e12647c2c6f9d9437120f7e1bf0ac850d90b2)) + ## [1.12.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.11.0...v1.12.0) (2026-01-12) diff --git a/google/cloud/alloydbconnector/version.py b/google/cloud/alloydbconnector/version.py index b8a4d065..906e725d 100644 --- a/google/cloud/alloydbconnector/version.py +++ b/google/cloud/alloydbconnector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.12.0" +__version__ = "1.12.1"