diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9203fbb1d..3165b015c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## [1.32.2](https://www.github.com/googleapis/google-http-java-client/compare/v1.32.1...v1.32.2) (2019-10-29)
+
+
+### Bug Fixes
+
+* wrap GZIPInputStream for connection reuse ([#840](https://www.github.com/googleapis/google-http-java-client/issues/840)) ([087a428](https://www.github.com/googleapis/google-http-java-client/commit/087a428390a334bd761a8a3d66475aa4dde72ed1)), closes [#749](https://www.github.com/googleapis/google-http-java-client/issues/749) [#367](https://www.github.com/googleapis/google-http-java-client/issues/367)
+* HttpResponse GZip content encoding equality change ([#843](https://www.github.com/googleapis/google-http-java-client/issues/843)) ([9c73e1d](https://www.github.com/googleapis/google-http-java-client/commit/9c73e1db7ab371c57ff6246fa39fa514051ef99c)), closes [#842](https://www.github.com/googleapis/google-http-java-client/issues/842) [#842](https://www.github.com/googleapis/google-http-java-client/issues/842) [#842](https://www.github.com/googleapis/google-http-java-client/issues/842) [#842](https://www.github.com/googleapis/google-http-java-client/issues/842) [#842](https://www.github.com/googleapis/google-http-java-client/issues/842)
+* use platform default TCP buffer sizes ([#855](https://www.github.com/googleapis/google-http-java-client/issues/855)) ([238f4c5](https://www.github.com/googleapis/google-http-java-client/commit/238f4c52086defc5a055f2e8d91e7450454d5792))
+
+
+
+### Documentation
+
+* fix HttpResponseException Markup ([#829](https://www.github.com/googleapis/google-http-java-client/issues/829)) ([99d64e0](https://www.github.com/googleapis/google-http-java-client/commit/99d64e0d88bdcc3b00d54ee9370e052e5f949680))
+* include HTTP Transport page in navigation, add support page ([#854](https://www.github.com/googleapis/google-http-java-client/issues/854)) ([57fd1d8](https://www.github.com/googleapis/google-http-java-client/commit/57fd1d859dad486b37b4b4c4ccda5c7f8fa1b356))
+* remove theme details ([#859](https://www.github.com/googleapis/google-http-java-client/issues/859)) ([eee85cd](https://www.github.com/googleapis/google-http-java-client/commit/eee85cd8aaaacd6e38271841a6eafe27a0c9d6ec))
+* update libraries-bom to 2.7.1 in setup ([#857](https://www.github.com/googleapis/google-http-java-client/issues/857)) ([cc2ea16](https://www.github.com/googleapis/google-http-java-client/commit/cc2ea1697aceb5d3693b02fa87b0f8379f5d7a2b))
+* use libraries-bom 2.6.0 in setup instructions ([#847](https://www.github.com/googleapis/google-http-java-client/issues/847)) ([5253c6c](https://www.github.com/googleapis/google-http-java-client/commit/5253c6c5e2b2312206000fd887fe6f0d89a26570))
+
+
+### Dependencies
+
+* update dependency com.fasterxml.jackson.core:jackson-core to v2.10.0 ([#831](https://www.github.com/googleapis/google-http-java-client/issues/831)) ([ffb1a85](https://www.github.com/googleapis/google-http-java-client/commit/ffb1a857a31948472b2b62ff4f47905fa60fe1e2))
+* update dependency com.fasterxml.jackson.core:jackson-core to v2.9.10 ([#828](https://www.github.com/googleapis/google-http-java-client/issues/828)) ([15ba3c3](https://www.github.com/googleapis/google-http-java-client/commit/15ba3c3f7cee9e2e5362d69c1278f45531e56581))
+* update dependency com.google.code.gson:gson to v2.8.6 ([#833](https://www.github.com/googleapis/google-http-java-client/issues/833)) ([6c50997](https://www.github.com/googleapis/google-http-java-client/commit/6c50997361fee875d6b7e6db90e70d41622fc04c))
+* update dependency mysql:mysql-connector-java to v8.0.18 ([#839](https://www.github.com/googleapis/google-http-java-client/issues/839)) ([1522eb5](https://www.github.com/googleapis/google-http-java-client/commit/1522eb5c011b4f20199e2ec8cb5ec58d10cc399a))
+
### [1.32.1](https://www.github.com/googleapis/google-http-java-client/compare/v1.32.0...v1.32.1) (2019-09-20)
diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml
index 762c39fa0..ff9d93d4c 100644
--- a/google-http-client-android-test/pom.xml
+++ b/google-http-client-android-test/pom.xml
@@ -4,7 +4,7 @@
google-http-client
google-http-client-android-test
Test project for google-http-client-android.
- 1.32.2-SNAPSHOT
+ 1.33.0
apk
@@ -53,7 +53,7 @@
com.google.http-client
google-http-client-android
- 1.32.2-SNAPSHOT
+ 1.33.0
android
@@ -72,7 +72,7 @@
com.google.http-client
google-http-client-test
- 1.32.2-SNAPSHOT
+ 1.33.0
junit
diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml
index 60fb218cc..b1a2540ad 100644
--- a/google-http-client-android/pom.xml
+++ b/google-http-client-android/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-android
- 1.32.2-SNAPSHOT
+ 1.33.0
Android Platform Extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-apache-v2/pom.xml b/google-http-client-apache-v2/pom.xml
index 93804d80d..a7a17187a 100644
--- a/google-http-client-apache-v2/pom.xml
+++ b/google-http-client-apache-v2/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-apache-v2
- 1.32.2-SNAPSHOT
+ 1.33.0
Apache HTTP transport v2 for the Google HTTP Client Library for Java.
diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml
index 4aa8b112f..35915b158 100644
--- a/google-http-client-appengine/pom.xml
+++ b/google-http-client-appengine/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-appengine
- 1.32.2-SNAPSHOT
+ 1.33.0
Google App Engine extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml
index 724c6dcae..1c680cd26 100644
--- a/google-http-client-assembly/pom.xml
+++ b/google-http-client-assembly/pom.xml
@@ -4,12 +4,12 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
com.google.http-client
google-http-client-assembly
- 1.32.2-SNAPSHOT
+ 1.33.0
pom
Assembly for the Google HTTP Client Library for Java
diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml
index 0fe8307c9..f7752666c 100644
--- a/google-http-client-bom/pom.xml
+++ b/google-http-client-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.http-client
google-http-client-bom
- 1.32.2-SNAPSHOT
+ 1.33.0
pom
Google HTTP Client Library for Java BOM
@@ -63,52 +63,52 @@
com.google.http-client
google-http-client
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-android
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-apache-v2
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-appengine
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-findbugs
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-gson
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-jackson2
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-protobuf
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-test
- 1.32.2-SNAPSHOT
+ 1.33.0
com.google.http-client
google-http-client-xml
- 1.32.2-SNAPSHOT
+ 1.33.0
diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml
index 919d01a0a..205098d73 100644
--- a/google-http-client-findbugs/pom.xml
+++ b/google-http-client-findbugs/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-findbugs
- 1.32.2-SNAPSHOT
+ 1.33.0
Google APIs Client Library Findbugs custom plugin.
diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml
index 2d7c9dd78..121ceac5f 100644
--- a/google-http-client-gson/pom.xml
+++ b/google-http-client-gson/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-gson
- 1.32.2-SNAPSHOT
+ 1.33.0
GSON extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-jackson2/pom.xml b/google-http-client-jackson2/pom.xml
index 11be6a4ee..8217d9c05 100644
--- a/google-http-client-jackson2/pom.xml
+++ b/google-http-client-jackson2/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-jackson2
- 1.32.2-SNAPSHOT
+ 1.33.0
Jackson 2 extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-protobuf/pom.xml b/google-http-client-protobuf/pom.xml
index e4457f904..57de6004d 100644
--- a/google-http-client-protobuf/pom.xml
+++ b/google-http-client-protobuf/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-protobuf
- 1.32.2-SNAPSHOT
+ 1.33.0
Protocol Buffer extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-test/pom.xml b/google-http-client-test/pom.xml
index d8631e90b..aea2a9127 100644
--- a/google-http-client-test/pom.xml
+++ b/google-http-client-test/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-test
- 1.32.2-SNAPSHOT
+ 1.33.0
Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.
diff --git a/google-http-client-xml/pom.xml b/google-http-client-xml/pom.xml
index db2c225bc..2a07db064 100644
--- a/google-http-client-xml/pom.xml
+++ b/google-http-client-xml/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client-xml
- 1.32.2-SNAPSHOT
+ 1.33.0
XML extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml
index 9b5480255..7ae1608ff 100644
--- a/google-http-client/pom.xml
+++ b/google-http-client/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../pom.xml
google-http-client
- 1.32.2-SNAPSHOT
+ 1.33.0
Google HTTP Client Library for Java
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
diff --git a/pom.xml b/pom.xml
index f97a4f7d2..700d2bee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
pom
Parent for the Google HTTP Client Library for Java
Google HTTP Client Library for Java
@@ -549,7 +549,7 @@
- google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here)
- Internally, update the default features.json file
-->
- 1.32.2-SNAPSHOT
+ 1.33.0
1.9.71
UTF-8
3.0.2
diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml
index b151c6d26..8bcb8fb13 100644
--- a/samples/dailymotion-simple-cmdline-sample/pom.xml
+++ b/samples/dailymotion-simple-cmdline-sample/pom.xml
@@ -4,7 +4,7 @@
com.google.http-client
google-http-client-parent
- 1.32.2-SNAPSHOT
+ 1.33.0
../../pom.xml
dailymotion-simple-cmdline-sample
diff --git a/versions.txt b/versions.txt
index 82c88daca..1acfb9096 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,17 +1,17 @@
# Format:
# module:released-version:current-version
-google-http-client:1.32.1:1.32.2-SNAPSHOT
-google-http-client-bom:1.32.1:1.32.2-SNAPSHOT
-google-http-client-parent:1.32.1:1.32.2-SNAPSHOT
-google-http-client-android:1.32.1:1.32.2-SNAPSHOT
-google-http-client-android-test:1.32.1:1.32.2-SNAPSHOT
-google-http-client-apache-v2:1.32.1:1.32.2-SNAPSHOT
-google-http-client-appengine:1.32.1:1.32.2-SNAPSHOT
-google-http-client-assembly:1.32.1:1.32.2-SNAPSHOT
-google-http-client-findbugs:1.32.1:1.32.2-SNAPSHOT
-google-http-client-gson:1.32.1:1.32.2-SNAPSHOT
-google-http-client-jackson2:1.32.1:1.32.2-SNAPSHOT
-google-http-client-protobuf:1.32.1:1.32.2-SNAPSHOT
-google-http-client-test:1.32.1:1.32.2-SNAPSHOT
-google-http-client-xml:1.32.1:1.32.2-SNAPSHOT
+google-http-client:1.33.0:1.33.0
+google-http-client-bom:1.33.0:1.33.0
+google-http-client-parent:1.33.0:1.33.0
+google-http-client-android:1.33.0:1.33.0
+google-http-client-android-test:1.33.0:1.33.0
+google-http-client-apache-v2:1.33.0:1.33.0
+google-http-client-appengine:1.33.0:1.33.0
+google-http-client-assembly:1.33.0:1.33.0
+google-http-client-findbugs:1.33.0:1.33.0
+google-http-client-gson:1.33.0:1.33.0
+google-http-client-jackson2:1.33.0:1.33.0
+google-http-client-protobuf:1.33.0:1.33.0
+google-http-client-test:1.33.0:1.33.0
+google-http-client-xml:1.33.0:1.33.0