Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#280)
Browse files Browse the repository at this point in the history
* chore(main): release 1.1.0

---------

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 4f58e72 commit 5e34c28
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.1.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.0.0...v1.1.0) (2024-04-16)


### Features

* add support for PSC ([#291](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/291)) ([9698431](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9698431993cbca1d63fe61090f44ec977bff4f8d))


### Dependencies

* update dependency aiohttp to v3.9.4 ([#299](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/299)) ([c3971bd](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/c3971bd62b2390583378b6f976d31c1fcfdb39e7))
* Update dependency google-auth to v2.29.0 ([#281](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/281)) ([473f4ab](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/473f4abbe8e7524c56bd530f13294283a6b4cbcf))
* Update dependency pg8000 to v1.31.1 ([#292](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/292)) ([d845ac3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/d845ac3ffe539f05fb058fec1ff175a08aa888a0))

## [1.0.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.4.1...v1.0.0) (2024-03-12)


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__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit 5e34c28

Please sign in to comment.