diff --git a/ChangeLog b/ChangeLog index 6a7afa4a1..df9196dec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +* 2.2.0: +- Update service-level timeout and idempotency configurations +- Add link_manager_to_client example +- Add add_dsa_campaign example +- Add dynamic page feed example +- Add add_gmail_ad example +- Add create_campaign_experiment example +- Add wiki link to README + * 2.1.0: - Google Ads v1_3 release diff --git a/google/ads/google_ads/__init__.py b/google/ads/google_ads/__init__.py index 59997017a..c066e7733 100644 --- a/google/ads/google_ads/__init__.py +++ b/google/ads/google_ads/__init__.py @@ -21,4 +21,4 @@ import google.ads.google_ads.util -VERSION = '2.1.0' +VERSION = '2.2.0' diff --git a/setup.py b/setup.py index 50f77c211..52a3023cd 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='google-ads', - version='2.1.0', + version='2.2.0', author='Google LLC', author_email='googleapis-packages@google.com', classifiers=[