From 6b1f07b17a4b1ec912b0562f4be09a0d1d234283 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:39:54 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- CHANGELOG.md | 9 +++++++++ google/cloud/alloydb/connector/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13186c6a..47804e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.0...v0.4.1) (2024-02-13) + + +### Dependencies + +* Update dependency aiohttp to v3.9.3 ([#240](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/240)) ([3a87700](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3a877000252006b0e10bc96fd00938daa6160725)) +* Update dependency cryptography to v42.0.2 ([#242](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/242)) ([39396ee](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/39396eee6ab5a6c8616448fc318f50fdf981db3e)) +* Update dependency SQLAlchemy to v2.0.26 ([#248](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/248)) ([f06e84a](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/f06e84a091104c60d53786bf35b8ae5255bc8b26)) + ## [0.4.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.3.0...v0.4.0) (2024-01-29) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 2e886f76..92a6adcc 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.4.0" +__version__ = "0.4.1"