diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index 3bbb3a6a2d..0b4019b5d1 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
- "sha": "6089e6a98c8e85538f330502ba278e8cc730f58d"
+ "sha": "6caf046d7504b0c21c15993152e4ae38c15f5edf"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
+ "sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
}
}
]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b94c054ac8..aafed6ea19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [2.0.1](https://www.github.com/googleapis/java-bigquery/compare/v2.0.0...v2.0.1) (2021-08-09)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-storage to v1.118.1 ([#1486](https://www.github.com/googleapis/java-bigquery/issues/1486)) ([3ba6e1f](https://www.github.com/googleapis/java-bigquery/commit/3ba6e1f8548b5518076187a65b214c79195d86ac))
+* update jmh.version to v1.33 ([#1487](https://www.github.com/googleapis/java-bigquery/issues/1487)) ([3eedfbe](https://www.github.com/googleapis/java-bigquery/commit/3eedfbe208897c6ee45b480ff81a90a4dba9bdd4))
+
## [2.0.0](https://www.github.com/googleapis/java-bigquery/compare/v1.137.2...v2.0.0) (2021-08-05)
diff --git a/README.md b/README.md
index c10a62e81d..ed0e0760ba 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquery
- 1.137.1
+ 2.0.0
```
@@ -58,13 +58,13 @@ compile 'com.google.cloud:google-cloud-bigquery'
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-bigquery:1.137.1'
+compile 'com.google.cloud:google-cloud-bigquery:2.0.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.137.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.0.0"
```
## Authentication
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 2ace43851c..2f4b233b30 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,12 +6,12 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.0.0
+ 2.0.1
UTF-8
- 1.32
+ 1.33
benchmark
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index ad18c7f8b2..65393ac76d 100644
--- a/google-cloud-bigquery/pom.xml
+++ b/google-cloud-bigquery/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquery
- 2.0.0
+ 2.0.1
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.0.0
+ 2.0.1
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index 66c0206dc4..295a080f67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.0.0
+ 2.0.1
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -77,7 +77,7 @@
com.google.cloud
google-cloud-bigquery
- 2.0.0
+ 2.0.1
@@ -114,7 +114,7 @@
com.google.cloud
google-cloud-storage
- 1.118.0
+ 1.118.1
test
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index a658c0fbd8..dbc3fb4a35 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -45,7 +45,7 @@
com.google.cloud
google-cloud-bigquery
- 1.137.1
+ 2.0.0
@@ -69,7 +69,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 1.2.0
+ 2.0.0
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 0710d6ff48..8a97443c55 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.0.0
+ 2.0.1
@@ -67,7 +67,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 1.2.0
+ 2.0.0
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 1d7f01ba8e..268b25d232 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -85,7 +85,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 1.2.0
+ 2.0.0
test
diff --git a/versions.txt b/versions.txt
index 19e967262e..ec70c33852 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.0.0:2.0.0
\ No newline at end of file
+google-cloud-bigquery:2.0.1:2.0.1
\ No newline at end of file