From 2fc82e37122d15ec02f8a9be1ef67024eb8538ee Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:22:25 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- 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 aaf3792b..372ad05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.2.1...v1.3.0) (2024-07-24) + + +### Features + +* add standardized debug logging ([#354](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/354)) ([14d6b1c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/14d6b1c291766eddf9110927ad726892a0fe9798)) + ## [1.2.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.2.0...v1.2.1) (2024-07-22) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index a296ff33..2d405231 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.2.1" +__version__ = "1.3.0"