We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f430a3f commit 75122ffCopy full SHA for 75122ff
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+8.0.0 - 2020-07-31
2
+------------------
3
+- Removed v1 from the library.
4
+- Added example demonstrating how to add a geo target to an extension feed item.
5
+
6
7.0.0 - 2020-07-23
7
------------------
8
- Generated library with a new build system. A side effect of that change is
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>7.0.0</version>
+ <version>8.0.0</version>
22
</dependency>
23
24
## Documentation
0 commit comments