We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff224f7 commit 6646c05Copy full SHA for 6646c05
ChangeLog
@@ -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
+
6
* 8.1.0
7
- Added support for Python 3.6 via PEP562 (Thanks @infectious!)
8
google/ads/google_ads/__init__.py
@@ -18,4 +18,4 @@
18
import google.ads.google_ads.util
19
20
21
-VERSION = "8.0.0"
+VERSION = "8.2.0"
setup.py
@@ -38,7 +38,7 @@
38
39
setup(
40
name="google-ads",
41
- version="8.1.0",
+ version="8.2.0",
42
author="Google LLC",
43
author_email="googleapis-packages@google.com",
44
classifiers=[
0 commit comments