Skip to content

Commit

Permalink
chore(main): release 1.7.0 (#196)
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 6, 2022
1 parent 1d6086f commit 36e2c9a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* add audience parameter ([c4a8a8d](https://github.com/googleapis/python-workflows/commit/c4a8a8d5109b91a2a0af176044ab79b20f2bcf60))


### Bug Fixes

* **deps:** require google-api-core >= 2.8.0 ([c4a8a8d](https://github.com/googleapis/python-workflows/commit/c4a8a8d5109b91a2a0af176044ab79b20f2bcf60))
* require python >= 3.7 ([#195](https://github.com/googleapis/python-workflows/issues/195)) ([6315169](https://github.com/googleapis/python-workflows/commit/6315169c0696cc8807c13c89c992d60ad8970f2e))

## [1.6.3](https://github.com/googleapis/python-workflows/compare/v1.6.2...v1.6.3) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-workflows/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.6.3"
version = "1.7.0"

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

Expand Down

0 comments on commit 36e2c9a

Please sign in to comment.