diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3443401..81f2458 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.0.7" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4ad07..8ce606c 100644 --- a/CHANGELOG.md +++ b/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 >=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) diff --git a/google/cloud/bigquery_logging/gapic_version.py b/google/cloud/bigquery_logging/gapic_version.py index d5a9a27..35e55a9 100644 --- a/google/cloud/bigquery_logging/gapic_version.py +++ b/google/cloud/bigquery_logging/gapic_version.py @@ -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}