From 85fdec5bbba7f51da0c3a20bc0cc9fbcb5f46278 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:31:40 +0000 Subject: [PATCH] chore(main): release 0.1.7 --- CHANGELOG.md | 8 ++++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b506777a..ec6e7b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.6...v0.1.7) (2023-11-20) + + +### Dependencies + +* Update actions/github-script action to v7.0.1 ([#162](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/162)) ([9ecd247](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9ecd247ee8c561b6fb783f7053f521a21ab7aec8)) +* Update github/codeql-action action to v2.22.7 ([#158](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/158)) ([2ec5a2d](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2ec5a2de3345e5ca6b141944e604f0e3f21a70f7)) + ## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-11-14) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index b089b60d..476ed3c1 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__ = "0.1.6" +__version__ = "0.1.7"