diff --git a/.librarian/state.yaml b/.librarian/state.yaml
index 7506c74358fd..22047b5969a8 100644
--- a/.librarian/state.yaml
+++ b/.librarian/state.yaml
@@ -1105,7 +1105,7 @@ libraries:
- packages/google-cloud-biglake-hive/docs/
tag_format: '{id}-v{version}'
- id: google-cloud-bigquery
- version: 3.41.0
+ version: 3.42.0
last_generated_commit: ""
apis: []
source_roots:
diff --git a/librarian.yaml b/librarian.yaml
index 3d2723f9777a..c4adc840ec43 100644
--- a/librarian.yaml
+++ b/librarian.yaml
@@ -509,7 +509,7 @@ libraries:
python:
default_version: v1beta
- name: google-cloud-bigquery
- version: 3.41.0
+ version: 3.42.0
python:
library_type: GAPIC_COMBO
metadata_name_override: bigquery
diff --git a/packages/google-cloud-bigquery/CHANGELOG.md b/packages/google-cloud-bigquery/CHANGELOG.md
index 0310cc44182f..f4f3823b5eb1 100644
--- a/packages/google-cloud-bigquery/CHANGELOG.md
+++ b/packages/google-cloud-bigquery/CHANGELOG.md
@@ -4,6 +4,29 @@
[1]: https://pypi.org/project/google-cloud-bigquery/#history
+## [3.42.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.41.0...google-cloud-bigquery-v3.42.0) (2026-05-28)
+
+
+### Documentation
+
+* fix FAQ grammar in httplib2 example
774a0b8 ([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+* same block as other sections 9c72a41 Bump github/codeql-action from 4.33.0 to 4.34.1 ebf7190 Bump github/codeql-action from 4.32.0 to 4.33.0 0e4ae38 ([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+* exclude Response.is_permanent_redirect from API docs (#7244) d568f47 ([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+* clarify Quickstart POST example (#6960) Additional commits viewable in compare view
([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+
+
+### Features
+
+* drop Python 3.7-3.9 support and regenerate (#17187) ([494abcdfc2bc4f28be9477db86fde149a3af6b66](https://github.com/googleapis/google-cloud-python/commit/494abcdfc2bc4f28be9477db86fde149a3af6b66))
+
+
+### Bug Fixes
+
+* bump requests from 2.21.0 to 2.33.0 in /packages/google-cloud-bigquery (#17192) ([5283c92639438d9e4dd3519d00a64755e87ea669](https://github.com/googleapis/google-cloud-python/commit/5283c92639438d9e4dd3519d00a64755e87ea669))
+* bump tqdm from 4.23.4 to 4.66.3 in /packages/google-cloud-bigquery (#17194) ([8cda5fe1c6aec69af209851c778183e1bb673f07](https://github.com/googleapis/google-cloud-python/commit/8cda5fe1c6aec69af209851c778183e1bb673f07))
+* bump opentelemetry-instrumentation from 0.37b0 to 0.41b0 in /packages/google-cloud-bigquery (#17195) ([f530a2c64fb468c611cfe23c833efdb0b9ea45e1](https://github.com/googleapis/google-cloud-python/commit/f530a2c64fb468c611cfe23c833efdb0b9ea45e1))
+* allow multi-part dataset IDs to support BigLake tables (#17137) ([f93911c0a7f163a8d0374f96cbb73cce75e8dc42](https://github.com/googleapis/google-cloud-python/commit/f93911c0a7f163a8d0374f96cbb73cce75e8dc42))
+
## [3.41.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.40.1...google-cloud-bigquery-v3.41.0) (2026-03-26)
diff --git a/packages/google-cloud-bigquery/google/cloud/bigquery/version.py b/packages/google-cloud-bigquery/google/cloud/bigquery/version.py
index 7d799125f88a..24c157c62aca 100644
--- a/packages/google-cloud-bigquery/google/cloud/bigquery/version.py
+++ b/packages/google-cloud-bigquery/google/cloud/bigquery/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "3.41.0"
+__version__ = "3.42.0"