From 5a53248913f5b01cb1b276b41beacc1add65abc4 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
 <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 29 Oct 2020 19:33:26 +0000
Subject: [PATCH] chore: release 3.0.2

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11aa7cfa..84d4b872 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@
 
 [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-10-29)
+
+
+### 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))
+* 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'