From 0b7588f1bb9828aba17476ecaeb77fd288c0eb33 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:25:48 +0000 Subject: [PATCH] chore(main): release 1.4.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 3dbeef39..73ed1543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.3.0...v1.4.0) (2024-08-14) + + +### Features + +* use non-blocking disk read/writes ([#360](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/360)) ([ba434e7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/ba434e7a3792edec3509bb265d6e131e4316406b)) + ## [1.3.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.2.1...v1.3.0) (2024-07-25) ### Features diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 2d405231..d91c5284 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.3.0" +__version__ = "1.4.0"