Skip to content

Commit 5ad57b0

Browse files
chore(main): release 0.4.2
1 parent bd5b5aa commit 5ad57b0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.1...v0.4.2) (2024-02-29)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency cryptography to v42.0.4 [SECURITY] ([#257](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/257)) ([f34aa64](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/f34aa64b607652d38ea14929b93e92c904d4fe80))
9+
* Update dependency cryptography to v42.0.5 ([#253](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/253)) ([cbecb8c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cbecb8c9adf200e0c56de1690e4687f60dcac6ca))
10+
* Update dependency google-auth to v2.28.1 ([#251](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/251)) ([2ff8708](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2ff87088aef8a13379ac87526baa4901beb4f727))
11+
* Update dependency pg8000 to v1.30.5 ([#259](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/259)) ([db60ca3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/db60ca313fa54c2edca47e78c68dd6b11489f7b1))
12+
313
## [0.4.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.0...v0.4.1) (2024-02-13)
414

515

google/cloud/alloydb/connector/version.py

+1-1
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__ = "0.4.1"
15+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)