Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
40.0.0 - 2025-09-03
-------------------
- Add the google-ads-bom module to assist users with dependency management.

39.0.0 - 2025-08-06
-------------------
- Add support and examples for v21 of the Google Ads API.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>39.0.0</version>
<version>40.0.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:39.0.0'
implementation 'com.google.api-ads:google-ads:40.0.0'

## Documentation

Expand Down