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"