Skip to content

Commit

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

## [0.4.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.3.0...v0.4.0) (2024-01-29)


### Features

* add support for a custom user agent ([#233](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/233)) ([5c030c4](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/5c030c43315d9178c9f4efe9305ce74f95c93c41))
* add support for public IP connections ([#227](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/227)) ([3ed3d37](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3ed3d3792aa2cbc3b579b5d3cdcf180f3826b1d6))


### Dependencies

* Update dependency aiohttp to v3.9.2 ([#236](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/236)) ([4e15b6b](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/4e15b6bcde7dae47e94238ae052d11d4a672b770))
* Update dependency cryptography to v42 ([#228](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/228)) ([05cc530](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/05cc530cde1f5849ee7c85e4ebcd320724dc5fc3))
* Update dependency google-auth to v2.27.0 ([#231](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/231)) ([78c58b2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/78c58b2c778e734af5a0bb1419f9e0678b68d83a))


### Documentation

* add asyncpg sample usage ([#225](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/225)) ([af708cb](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/af708cbcd22265ca26ffd73cc7df2f858aaf82f1))

## [0.3.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.2.0...v0.3.0) (2024-01-17)


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.3.0"
__version__ = "0.4.0"

0 comments on commit dd60fa5

Please sign in to comment.