Skip to content

Commit 31bbe2b

Browse files
Merge pull request #857 from googleads/bom_release
Bump the release version for the Java Client release to add the google-ads-bom
2 parents f934912 + 0723556 commit 31bbe2b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
40.0.0 - 2025-09-03
2+
-------------------
3+
- Add the google-ads-bom module to assist users with dependency management.
4+
15
39.0.0 - 2025-08-06
26
-------------------
37
- Add support and examples for v21 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>39.0.0</version>
21+
<version>40.0.0</version>
2222
</dependency>
2323

2424
## Gradle dependency
2525

26-
implementation 'com.google.api-ads:google-ads:39.0.0'
26+
implementation 'com.google.api-ads:google-ads:40.0.0'
2727

2828
## Documentation
2929

0 commit comments

Comments
 (0)