Release 1.2.1 (#5497)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab39727..398d8aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@
[1]: https://pypi.org/project/google-api-core/#history
+## 1.2.1
+
+### Implementation Changes
+- Make client_info work without gRPC installed. (#5075)
+- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
+
## 1.2.0
### Implementation Changes
diff --git a/setup.py b/setup.py
index 56ffd6c..5a6d0ec 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
name = 'google-api-core'
description = 'Google API client core library'
-version = '1.2.0'
+version = '1.2.1'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'