Skip to content

Commit

Permalink
chore(main): release 1.7.0 (#285)
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>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
release-please[bot] and parthea authored Jul 18, 2022
1 parent cd89190 commit 3f59f2d
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-bigquery-reservation/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-bigquery-reservation/compare/v1.6.3...v1.7.0) (2022-07-16)


### Features

* add audience parameter ([8b25cff](https://github.com/googleapis/python-bigquery-reservation/commit/8b25cff82fab1ae6c038238df5d65318396c0782))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#282](https://github.com/googleapis/python-bigquery-reservation/issues/282)) ([8b25cff](https://github.com/googleapis/python-bigquery-reservation/commit/8b25cff82fab1ae6c038238df5d65318396c0782))
* require python 3.7+ ([#284](https://github.com/googleapis/python-bigquery-reservation/issues/284)) ([13c0983](https://github.com/googleapis/python-bigquery-reservation/commit/13c0983e5d8671549e1b27d1b7533bfcbc374fe8))

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


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

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 3f59f2d

Please sign in to comment.