From a94ac14a6d998e9de6e22330f70820341bdc3f0f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:37:02 +0000 Subject: [PATCH] chore(main): release 1.12.0 --- CHANGELOG.md | 17 +++++++++++++++++ google/cloud/alloydbconnector/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58baac51..3066af8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.12.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.11.0...v1.12.0) (2026-01-12) + + +### Features + +* add support for specifying separate credentials for authenticating with DB ([#510](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/510)) ([4d6a958](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/4d6a958ca6429a69afebaf8be369a81c143f47de)) + + +### Bug Fixes + +* run credential refresh in thread ([#508](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/508)) ([8f7bae7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8f7bae74f936061b8330d19e2fdf8dfc31da8146)), closes [#245](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/245) + + +### Documentation + +* update pg8000 link to new repository location ([#513](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/513)) ([314edc0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/314edc0dfb7608aaa3ddd1dd9559166bf793a41b)) + ## [1.11.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.10.0...v1.11.0) (2025-12-08) diff --git a/google/cloud/alloydbconnector/version.py b/google/cloud/alloydbconnector/version.py index ca39ebd2..b8a4d065 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.11.0" +__version__ = "1.12.0"