From 7553748a39df6dcdbb952e6295acb365c155320c Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
 <55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 9 Dec 2020 17:36:58 +0000
Subject: [PATCH 1/2] chore: release 3.0.2

---
 CHANGELOG.md | 16 ++++++++++++++++
 setup.py     |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11aa7cfa..17fac102 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@
 
 [1]: https://pypi.org/project/google-cloud-translate/#history
 
+### [3.0.2](https://www.github.com/googleapis/python-translate/compare/v3.0.1...v3.0.2) (2020-12-09)
+
+
+### Bug Fixes
+
+* adjusts flaky test; deletes unneeded test ([#66](https://www.github.com/googleapis/python-translate/issues/66)) ([56a8beb](https://www.github.com/googleapis/python-translate/commit/56a8beb95b373b49e161aebdaa3e7afce56be247))
+* fix package name ([df71788](https://www.github.com/googleapis/python-translate/commit/df7178883022c1e49a85b02fb6841141036cd933))
+* moves import six inside of region tags ([#83](https://www.github.com/googleapis/python-translate/issues/83)) ([1399cf0](https://www.github.com/googleapis/python-translate/commit/1399cf0affcff48ebc078503822cdcb49a1e4b14))
+* re-generated v3 client and fix system.py ([#76](https://www.github.com/googleapis/python-translate/issues/76)) ([37e3826](https://www.github.com/googleapis/python-translate/commit/37e382605e37640f936ed49778f54e00be332d6d))
+* **translate:** fix a broken test [([#4360](https://www.github.com/googleapis/python-translate/issues/4360))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4360) ([e6647a6](https://www.github.com/googleapis/python-translate/commit/e6647a6af6d1589cb0653b1e1a563653efc67300)), closes [#4353](https://www.github.com/googleapis/python-translate/issues/4353)
+
+
+### Documentation
+
+* add w/ glossary and model ([1e030d4](https://www.github.com/googleapis/python-translate/commit/1e030d4557ee1f67bad5e5b4759d0200efd27afd))
+
 ### [3.0.1](https://www.github.com/googleapis/python-translate/compare/v3.0.0...v3.0.1) (2020-08-08)
 
 
diff --git a/setup.py b/setup.py
index 047a6707..9045fdcf 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
 
 name = "google-cloud-translate"
 description = "Google Cloud Translation API client library"
-version = "3.0.1"
+version = "3.0.2"
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'

From a4d68a1e65b07cf652a7303d6599566c85cc070e Mon Sep 17 00:00:00 2001
From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Date: Thu, 10 Dec 2020 17:31:09 -0700
Subject: [PATCH 2/2] docs: remove sample/test related commits

---
 CHANGELOG.md | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17fac102..e0644800 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,15 +7,6 @@
 ### [3.0.2](https://www.github.com/googleapis/python-translate/compare/v3.0.1...v3.0.2) (2020-12-09)
 
 
-### Bug Fixes
-
-* adjusts flaky test; deletes unneeded test ([#66](https://www.github.com/googleapis/python-translate/issues/66)) ([56a8beb](https://www.github.com/googleapis/python-translate/commit/56a8beb95b373b49e161aebdaa3e7afce56be247))
-* fix package name ([df71788](https://www.github.com/googleapis/python-translate/commit/df7178883022c1e49a85b02fb6841141036cd933))
-* moves import six inside of region tags ([#83](https://www.github.com/googleapis/python-translate/issues/83)) ([1399cf0](https://www.github.com/googleapis/python-translate/commit/1399cf0affcff48ebc078503822cdcb49a1e4b14))
-* re-generated v3 client and fix system.py ([#76](https://www.github.com/googleapis/python-translate/issues/76)) ([37e3826](https://www.github.com/googleapis/python-translate/commit/37e382605e37640f936ed49778f54e00be332d6d))
-* **translate:** fix a broken test [([#4360](https://www.github.com/googleapis/python-translate/issues/4360))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4360) ([e6647a6](https://www.github.com/googleapis/python-translate/commit/e6647a6af6d1589cb0653b1e1a563653efc67300)), closes [#4353](https://www.github.com/googleapis/python-translate/issues/4353)
-
-
 ### Documentation
 
 * add w/ glossary and model ([1e030d4](https://www.github.com/googleapis/python-translate/commit/1e030d4557ee1f67bad5e5b4759d0200efd27afd))