Skip to content

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] authored Dec 15, 2022
1 parent 70c3e0e commit 0613a83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.0.7"
".": "1.1.0"
}

12 changes: 12 additions & 0 deletions packages/google-cloud-bigquery-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 0613a83

Please sign in to comment.