Skip to content

Commit 49b266e

Browse files
authored
Bump the library to 45.0.0 (#899)
1 parent fc94290 commit 49b266e

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+
45.0.0 - 2026-08-13
2+
-------------------
3+
- Remove support for v21 of the Google Ads API.
4+
15
44.0.0 - 2026-07-22
26
-------------------
37
- Add support and examples for v25 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>44.0.0</version>
21+
<version>45.0.0</version>
2222
</dependency>
2323

2424
## Gradle dependency
2525

26-
implementation 'com.google.api-ads:google-ads:44.0.0'
26+
implementation 'com.google.api-ads:google-ads:45.0.0'
2727

2828
## Documentation
2929

0 commit comments

Comments
 (0)