Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
7.0.0 - 2020-07-23
------------------
- Generated library with a new build system. A side effect of that change is
that certain overloaded method signatures containing boolean flags for making
requests have been removed.

6.0.0 - 2020-07-17
------------------
- Added support for Google Ads API v4_0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>6.0.0</version>
<version>7.0.0</version>
</dependency>

## Documentation
Expand Down