Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.7.0 (#328)
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>
  • Loading branch information
release-please[bot] committed Feb 23, 2022
1 parent f2e89d0 commit 46dd7d3
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
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-automl/#history

## [2.7.0](https://github.com/googleapis/python-automl/compare/v2.6.0...v2.7.0) (2022-02-11)


### Features

* add api key support ([#327](https://github.com/googleapis/python-automl/issues/327)) ([74c9531](https://github.com/googleapis/python-automl/commit/74c95311107acc41c60585b98f1c68e750298e85))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([c23e512](https://github.com/googleapis/python-automl/commit/c23e512657baa61eafd1b99a1fd9398f2cf03103))

## [2.6.0](https://github.com/googleapis/python-automl/compare/v2.5.2...v2.6.0) (2022-01-15)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-automl"
description = "Cloud AutoML API client library"
version = "2.6.0"
version = "2.7.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 46dd7d3

Please sign in to comment.