Skip to content

Commit 1509ca4

Browse files
authored
Update README and CHANGELOG for release 26.0.0 (#714)
1 parent 1546413 commit 1509ca4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
26.0.0 - 2023-06-09
2+
-------------------
3+
- Add support and examples for Google Ads API v14.
4+
- Update to version 3.11.0 of
5+
`com.google.cloud:google-cloud-shared-dependencies`.
6+
17
25.0.0 - 2023-04-27
28
-------------------
39
- Add support and examples for Google Ads API v13.1.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
2323
<dependency>
2424
<groupId>com.google.api-ads</groupId>
2525
<artifactId>google-ads</artifactId>
26-
<version>25.0.0</version>
26+
<version>26.0.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

31-
implementation 'com.google.api-ads:google-ads:25.0.0'
31+
implementation 'com.google.api-ads:google-ads:26.0.0'
3232

3333
## Documentation
3434

0 commit comments

Comments
 (0)