Skip to content

Commit

Permalink
chore(v1): release 1.32.0 (#412)
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 Jul 13, 2022
1 parent 4834224 commit a1d8335
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-api-core/#history

## [1.32.0](https://github.com/googleapis/python-api-core/compare/v1.31.6...v1.32.0) (2022-07-13)


### Features

* add api_key to client options in v1 branch ([4834224](https://github.com/googleapis/python-api-core/commit/483422487129fe4a0d2e30637cbea02bc0f370bf))
* adds support for audience in client_options in v1 branch ([#411](https://github.com/googleapis/python-api-core/issues/411)) ([4834224](https://github.com/googleapis/python-api-core/commit/483422487129fe4a0d2e30637cbea02bc0f370bf))

### [1.31.6](https://github.com/googleapis/python-api-core/compare/v1.31.5...v1.31.6) (2022-05-27)


Expand Down
2 changes: 1 addition & 1 deletion google/api_core/version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.31.6"
__version__ = "1.32.0"

0 comments on commit a1d8335

Please sign in to comment.