diff --git a/ChangeLog b/ChangeLog index 3ad916ded..84afbe989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +* 8.2.0 +- Added new client configuration environment variables. +- Added ability to configure YAML file location via environment variable. +- Added support for linked-customer-id header. + * 8.1.0 - Added support for Python 3.6 via PEP562 (Thanks @infectious!) diff --git a/google/ads/google_ads/__init__.py b/google/ads/google_ads/__init__.py index 637a0c352..2ce9c1cab 100644 --- a/google/ads/google_ads/__init__.py +++ b/google/ads/google_ads/__init__.py @@ -18,4 +18,4 @@ import google.ads.google_ads.util -VERSION = "8.0.0" +VERSION = "8.2.0" diff --git a/setup.py b/setup.py index 10ce2cb5a..177444d7b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name="google-ads", - version="8.1.0", + version="8.2.0", author="Google LLC", author_email="googleapis-packages@google.com", classifiers=[