We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1546413 commit 1509ca4Copy full SHA for 1509ca4
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+26.0.0 - 2023-06-09
2
+-------------------
3
+- Add support and examples for Google Ads API v14.
4
+- Update to version 3.11.0 of
5
+ `com.google.cloud:google-cloud-shared-dependencies`.
6
+
7
25.0.0 - 2023-04-27
8
-------------------
9
- Add support and examples for Google Ads API v13.1.
README.md
@@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
23
<dependency>
24
<groupId>com.google.api-ads</groupId>
25
<artifactId>google-ads</artifactId>
26
- <version>25.0.0</version>
+ <version>26.0.0</version>
27
</dependency>
28
29
## Gradle dependency
30
31
- implementation 'com.google.api-ads:google-ads:25.0.0'
+ implementation 'com.google.api-ads:google-ads:26.0.0'
32
33
## Documentation
34
0 commit comments