Skip to content

Commit 6646c05

Browse files
authored
Release version 8.2.0 (#368)
1 parent ff224f7 commit 6646c05

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 8.2.0
2+
- Added new client configuration environment variables.
3+
- Added ability to configure YAML file location via environment variable.
4+
- Added support for linked-customer-id header.
5+
16
* 8.1.0
27
- Added support for Python 3.6 via PEP562 (Thanks @infectious!)
38

google/ads/google_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
import google.ads.google_ads.util
1919

2020

21-
VERSION = "8.0.0"
21+
VERSION = "8.2.0"

setup.py

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

3939
setup(
4040
name="google-ads",
41-
version="8.1.0",
41+
version="8.2.0",
4242
author="Google LLC",
4343
author_email="googleapis-packages@google.com",
4444
classifiers=[

0 commit comments

Comments
 (0)