Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.1.0 (#132)
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 Dec 15, 2022
1 parent e2e8d13 commit 059f20f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,4 +1,4 @@
{
".": "1.0.7"
".": "1.1.0"
}

12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-bigquery-logging/compare/v1.0.7...v1.1.0) (2022-12-15)


### Features

* Add support for `google.cloud.bigquery_logging.__version__` ([04714c4](https://github.com/googleapis/python-bigquery-logging/commit/04714c4845c1bbf46adba1bdd73d19a60dc6f163))


### Bug Fixes

* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([#133](https://github.com/googleapis/python-bigquery-logging/issues/133)) ([07f89d2](https://github.com/googleapis/python-bigquery-logging/commit/07f89d2dee98b4a37ce53184bf99d6a4dbb50e2a))

## [1.0.7](https://github.com/googleapis/python-bigquery-logging/compare/v1.0.6...v1.0.7) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery_logging/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.0.7" # {x-release-please-version}
__version__ = "1.1.0" # {x-release-please-version}

0 comments on commit 059f20f

Please sign in to comment.