Skip to content

Commit 04fff77

Browse files
chore(main): release 1.4.0 (#361)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 180b120 commit 04fff77

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.3.0...v1.4.0) (2024-08-14)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.3.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.2.1...v1.3.0) (2024-07-25)
411

512
### Features

google/cloud/alloydb/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.3.0"
15+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)