We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5440de commit e004460Copy full SHA for e004460
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+7.0.0 - 2020-07-23
2
+------------------
3
+- Generated library with a new build system. A side effect of that change is
4
+ that certain overloaded method signatures containing boolean flags for making
5
+ requests have been removed.
6
+
7
6.0.0 - 2020-07-17
8
------------------
9
- Added support for Google Ads API v4_0.
README.md
@@ -18,7 +18,7 @@ This project hosts the Java client library for the Google Ads API.
18
<dependency>
19
<groupId>com.google.api-ads</groupId>
20
<artifactId>google-ads</artifactId>
21
- <version>6.0.0</version>
+ <version>7.0.0</version>
22
</dependency>
23
24
## Documentation
0 commit comments