From 08a0f4ec0f038678458b6eee231070de1834cb0b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:57:56 +0000 Subject: [PATCH] chore(main): release 0.1.6 --- 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 1b652182..4af19e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-10-23) + + +### Dependencies + +* Update dependency SQLAlchemy to v2.0.22 ([#138](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/138)) ([3529937](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3529937818d1572a51d65f2735531f716d548d8f)) + ## [0.1.5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.4...v0.1.5) (2023-10-09) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 4ea40ec6..b089b60d 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.5" +__version__ = "0.1.6"