Skip to content

Commit

Permalink
chore(main): release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 5, 2025
1 parent d51fca1 commit 985dfb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.17.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.16.0...v1.17.0) (2025-02-05)


### Features

* add support for `GOOGLE_CLOUD_QUOTA_PROJECT` env var ([#1231](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1231)) ([5232055](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/523205583b89a7260cf427bbce90a7782abf443c))


### Bug Fixes

* update create_async_connector args ([#1232](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1232)) ([b4f8f52](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b4f8f520b00b43d3c04fc27e297afaab4100d499))

## [1.16.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.15.0...v1.16.0) (2025-01-13)


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.16.0"
__version__ = "1.17.0"

0 comments on commit 985dfb6

Please sign in to comment.