Skip to content

Commit

Permalink
chore(main): release 1.9.0 (#1042)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Jack Wotherspoon <[email protected]>
  • Loading branch information
release-please[bot] and jackwotherspoon authored Apr 16, 2024
1 parent 45b2d9e commit b48537a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.9.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.8.0...v1.9.0) (2024-04-16)


### Features

* add universe domain support to Connector (TPC) ([#1045](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1045)) ([b1e9dee](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b1e9deee216c57e6831162f6aded79511c5e38e3))


### Dependencies

* update dependency aiohttp to v3.9.4 ([#1060](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1060)) ([78b3671](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/78b36715bd2d3a1ca4c4f72295c36b95e360abf1))
* Update dependency google-auth to v2.29.0 ([#1043](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1043)) ([2ac2fd1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2ac2fd1ab99ee1c0d3a12cd9da7f6820eb0237cc))
* Update dependency pg8000 to v1.31.1 ([#1053](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1053)) ([eaa371d](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/eaa371d95509f97b8951d80046a5a273bece489a))

## [1.8.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.7.0...v1.8.0) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/sql/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__ = "1.8.0"
__version__ = "1.9.0"

0 comments on commit b48537a

Please sign in to comment.