diff --git a/ChangeLog b/ChangeLog index ae370e8c5..73a41cf28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +* 3.1.0: +- Add load_from_dict method to the GoogleAdsClient +- Update add_expanded_text_ads example to add multiple ads +- Add build status badge to README + * 3.0.0: - Google Ads v2_0 release diff --git a/google/ads/google_ads/__init__.py b/google/ads/google_ads/__init__.py index 1f0f9c612..2ac770c91 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 = '3.0.0' +VERSION = '3.1.0' diff --git a/setup.py b/setup.py index 601030bdb..7dcfb1bae 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='google-ads', - version='3.0.0', + version='3.1.0', author='Google LLC', author_email='googleapis-packages@google.com', classifiers=[