diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81f2458..19ab24a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.1.0" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce606c..93669e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/googleapis/python-bigquery-logging/compare/v1.1.0...v1.2.0) (2023-01-10) + + +### Features + +* Add support for python 3.11 ([#136](https://github.com/googleapis/python-bigquery-logging/issues/136)) ([eb060d3](https://github.com/googleapis/python-bigquery-logging/commit/eb060d3ff789bcbce6bbfe17606274e1ac5a01ab)) + ## [1.1.0](https://github.com/googleapis/python-bigquery-logging/compare/v1.0.7...v1.1.0) (2022-12-15) diff --git a/google/cloud/bigquery_logging/gapic_version.py b/google/cloud/bigquery_logging/gapic_version.py index 35e55a9..8f031bd 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.1.0" # {x-release-please-version} +__version__ = "1.2.0" # {x-release-please-version}