diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe1975..169566b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 95b6442..ca3362c 100644 --- a/google/cloud/alloydb/connector/version.py +++ b/google/cloud/alloydb/connector/version.py @@ -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"