Skip to content

Commit

Permalink
Release version 8.2.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Jan 15, 2021
1 parent ff224f7 commit 6646c05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 8.2.0
- Added new client configuration environment variables.
- Added ability to configure YAML file location via environment variable.
- Added support for linked-customer-id header.

* 8.1.0
- Added support for Python 3.6 via PEP562 (Thanks @infectious!)

Expand Down
2 changes: 1 addition & 1 deletion google/ads/google_ads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
import google.ads.google_ads.util


VERSION = "8.0.0"
VERSION = "8.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="google-ads",
version="8.1.0",
version="8.2.0",
author="Google LLC",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit 6646c05

Please sign in to comment.