Release google-api-core 1.11.1 (#8183)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c55dbb..26b2139 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@
[1]: https://pypi.org/project/google-api-core/#history
+## 1.11.1
+
+05-28-2019 11:19 PDT
+
+
+### Implementation Changes
+- Classify 503 Service Unavailable errors as transient. ([#8182](https://github.com/googleapis/google-cloud-python/pull/8182))
+
+### Dependencies
+- Pin `grpcio < 2.0dev`. ([#8182](https://github.com/googleapis/google-cloud-python/pull/8182))
+
+### Internal / Testing Changes
+- Add parameterized test for `from_rfc3339` with nanos ([#7675](https://github.com/googleapis/google-cloud-python/pull/7675))
+- Unbreak pytype by silencing a false positive. ([#8106](https://github.com/googleapis/google-cloud-python/pull/8106))
+
## 1.11.0
05-15-2019 10:29 PDT
diff --git a/setup.py b/setup.py
index d137450..487a924 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
name = "google-api-core"
description = "Google API client core library"
-version = "1.11.0"
+version = "1.11.1"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'