Release api_core 1.11.0 (#7985)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9716ef8..8c55dbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@
[1]: https://pypi.org/project/google-api-core/#history
+## 1.11.0
+
+05-15-2019 10:29 PDT
+
+### New Features
+
+- Refactor 'client_info' support. ([#7849](https://github.com/googleapis/google-cloud-python/pull/7849))
+
## 1.10.0
04-29-2019 10:12 PDT
diff --git a/setup.py b/setup.py
index e3b26e4..a82cf0e 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
name = "google-api-core"
description = "Google API client core library"
-version = "1.10.0"
+version = "1.11.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'