Skip to content

Commit

Permalink
chore(main): release 1.8.0 (#198)
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] authored Jul 14, 2022
1 parent 7a27ee1 commit 9c8eb97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/google-cloud-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.8.0](https://github.com/googleapis/python-functions/compare/v1.7.0...v1.8.0) (2022-07-14)


### Features

* add audience parameter ([10a61fa](https://github.com/googleapis/python-functions/commit/10a61fa9fd9b0f343a2acfab83dea95011984e34))
* generate v2 ([#195](https://github.com/googleapis/python-functions/issues/195)) ([10a61fa](https://github.com/googleapis/python-functions/commit/10a61fa9fd9b0f343a2acfab83dea95011984e34))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([10a61fa](https://github.com/googleapis/python-functions/commit/10a61fa9fd9b0f343a2acfab83dea95011984e34))
* require python 3.7+ ([#197](https://github.com/googleapis/python-functions/issues/197)) ([6ed2206](https://github.com/googleapis/python-functions/commit/6ed2206eabbdad9a297d19a8b6893cc00b839dcc))

## [1.7.0](https://github.com/googleapis/python-functions/compare/v1.6.0...v1.7.0) (2022-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-functions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.7.0"
version = "1.8.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 9c8eb97

Please sign in to comment.