Skip to content

Commit b478f80

Browse files
Docs changes for 37.0.0 (#837)
1 parent 9be322f commit b478f80

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+
37.0.0 - 2025-05-30
2+
-------------------
3+
- Remove support for v17 of the Google Ads API.
4+
- Implemented the JReleaser plugin.
5+
16
36.1.0 - 2025-04-16
27
-------------------
38
- Add support and examples for Google Ads API v19.1.

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>36.1.0</version>
21+
<version>37.0.0</version>
2222
</dependency>
2323

2424
## Gradle dependency
2525

26-
implementation 'com.google.api-ads:google-ads:36.1.0'
26+
implementation 'com.google.api-ads:google-ads:37.0.0'
2727

2828
## Documentation
2929

0 commit comments

Comments
 (0)