Skip to content

Commit

Permalink
chore(main): release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 29, 2024
1 parent bd5b5aa commit 5ad57b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.1...v0.4.2) (2024-02-29)


### Dependencies

* 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))
* 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))
* 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))
* 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))

## [0.4.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.0...v0.4.1) (2024-02-13)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/alloydb/connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit 5ad57b0

Please sign in to comment.