diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 788513fc0924..be5634ddf6b2 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,5 +1,5 @@ { - "bigquery": "1.44.0", + "bigquery": "1.45.0", "bigtable": "1.18.1", "datastore": "1.10.0", "errorreporting": "0.3.0", diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index 19fca0604447..a0d04a543fd6 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -2,6 +2,14 @@ +## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.44.0...bigquery/v1.45.0) (2023-01-04) + + +### Features + +* **bigquery/datapolicies:** Start generating apiv1 ([#7204](https://github.com/googleapis/google-cloud-go/issues/7204)) ([fd71cba](https://github.com/googleapis/google-cloud-go/commit/fd71cba7b6d5a015dcdb24b9eacc7fae1aa54c89)) +* **bigquery:** Rewrite signatures and type in terms of new location ([620e6d8](https://github.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) + ## [1.44.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.43.0...bigquery/v1.44.0) (2022-11-30) diff --git a/bigquery/internal/version.go b/bigquery/internal/version.go index da779692290f..b0e92dc7e153 100644 --- a/bigquery/internal/version.go +++ b/bigquery/internal/version.go @@ -16,4 +16,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.44.0" +const Version = "1.45.0"