Skip to content

Commit eecda9d

Browse files
chore(main): release 1.6.0 (#216)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 36f9891 commit eecda9d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/google-cloud-bigquery-reservation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/googleapis/python-bigquery-reservation/compare/v1.5.0...v1.6.0) (2022-02-03)
4+
5+
6+
### Features
7+
8+
* add api key support ([#215](https://github.com/googleapis/python-bigquery-reservation/issues/215)) ([33dc0a3](https://github.com/googleapis/python-bigquery-reservation/commit/33dc0a3852ab0786b65b37bbfd17791fb7f29188))
9+
310
## [1.5.0](https://www.github.com/googleapis/python-bigquery-reservation/compare/v1.4.1...v1.5.0) (2022-01-04)
411

512

packages/google-cloud-bigquery-reservation/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.5.0"
22+
version = "1.6.0"
2323

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

0 commit comments

Comments
 (0)