diff --git a/ChangeLog b/ChangeLog index df9196dec..7d8bbe74a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +* 2.3.0: +- Allow loading client configuration from environment variables + * 2.2.0: - Update service-level timeout and idempotency configurations - Add link_manager_to_client example diff --git a/google/ads/google_ads/__init__.py b/google/ads/google_ads/__init__.py index c066e7733..da1dcc5d8 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.2.0' +VERSION = '2.3.0' diff --git a/setup.py b/setup.py index 52a3023cd..a982c1fb5 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='google-ads', - version='2.2.0', + version='2.3.0', author='Google LLC', author_email='googleapis-packages@google.com', classifiers=[