Skip to content

Commit c7a6c07

Browse files
authored
Release v2.2.0 (#125)
1 parent 094dadf commit c7a6c07

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
* 2.2.0:
2+
- Update service-level timeout and idempotency configurations
3+
- Add link_manager_to_client example
4+
- Add add_dsa_campaign example
5+
- Add dynamic page feed example
6+
- Add add_gmail_ad example
7+
- Add create_campaign_experiment example
8+
- Add wiki link to README
9+
110
* 2.1.0:
211
- Google Ads v1_3 release
312

google/ads/google_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
import google.ads.google_ads.util
2222

2323

24-
VERSION = '2.1.0'
24+
VERSION = '2.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='google-ads',
38-
version='2.1.0',
38+
version='2.2.0',
3939
author='Google LLC',
4040
author_email='googleapis-packages@google.com',
4141
classifiers=[

0 commit comments

Comments
 (0)