There was an error while loading. Please reload this page.
1 parent fc94290 commit 49b266eCopy full SHA for 49b266e
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+45.0.0 - 2026-08-13
2
+-------------------
3
+- Remove support for v21 of the Google Ads API.
4
+
5
44.0.0 - 2026-07-22
6
-------------------
7
- Add support and examples for v25 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>44.0.0</version>
+ <version>45.0.0</version>
22
</dependency>
23
24
## Gradle dependency
25
26
- implementation 'com.google.api-ads:google-ads:44.0.0'
+ implementation 'com.google.api-ads:google-ads:45.0.0'
27
28
## Documentation
29
0 commit comments