We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f934912 + 0723556 commit 31bbe2bCopy full SHA for 31bbe2b
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+40.0.0 - 2025-09-03
2
+-------------------
3
+- Add the google-ads-bom module to assist users with dependency management.
4
+
5
39.0.0 - 2025-08-06
6
-------------------
7
- Add support and examples for v21 of the Google Ads API.
README.md
@@ -18,12 +18,12 @@ 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>39.0.0</version>
+ <version>40.0.0</version>
22
</dependency>
23
24
## Gradle dependency
25
26
- implementation 'com.google.api-ads:google-ads:39.0.0'
+ implementation 'com.google.api-ads:google-ads:40.0.0'
27
28
## Documentation
29
0 commit comments