Skip to content

Commit 604e6a7

Browse files
Merge pull request #867 from googleads/releasePrep
Prep for v41.1.0 release
2 parents 335911a + c83b883 commit 604e6a7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
41.0.0 - 2025-10-15
27
-------------------
38
- Add support and examples for v22 of the Google Ads API.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This project hosts the Java client library for the Google Ads API.
1818
<dependency>
1919
<groupId>com.google.api-ads</groupId>
2020
<artifactId>google-ads</artifactId>
21-
<version>41.0.0</version>
21+
<version>41.1.0</version>
2222
</dependency>
2323

2424
## Gradle dependency
2525

26-
implementation 'com.google.api-ads:google-ads:41.0.0'
26+
implementation 'com.google.api-ads:google-ads:41.1.0'
2727

2828
## Documentation
2929

0 commit comments

Comments
 (0)