We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 335911a + c83b883 commit 604e6a7Copy full SHA for 604e6a7
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+41.1.0 - 2025-12-03
2
+-------------------
3
+- Add support for application default credentials.
4
+- Upgrade netty version to remove vulnerability.
5
+
6
41.0.0 - 2025-10-15
7
-------------------
8
- Add support and examples for v22 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>41.0.0</version>
+ <version>41.1.0</version>
22
</dependency>
23
24
## Gradle dependency
25
26
- implementation 'com.google.api-ads:google-ads:41.0.0'
+ implementation 'com.google.api-ads:google-ads:41.1.0'
27
28
## Documentation
29
0 commit comments