We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be322f commit b478f80Copy full SHA for b478f80
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+37.0.0 - 2025-05-30
2
+-------------------
3
+- Remove support for v17 of the Google Ads API.
4
+- Implemented the JReleaser plugin.
5
+
6
36.1.0 - 2025-04-16
7
-------------------
8
- Add support and examples for Google Ads API v19.1.
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>36.1.0</version>
+ <version>37.0.0</version>
22
</dependency>
23
24
## Gradle dependency
25
26
- implementation 'com.google.api-ads:google-ads:36.1.0'
+ implementation 'com.google.api-ads:google-ads:37.0.0'
27
28
## Documentation
29
0 commit comments