Skip to content

Commit

Permalink
Update README and CHANGELOG for release 26.0.0 (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff authored Jun 9, 2023
1 parent 1546413 commit 1509ca4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
26.0.0 - 2023-06-09
-------------------
- Add support and examples for Google Ads API v14.
- Update to version 3.11.0 of
`com.google.cloud:google-cloud-shared-dependencies`.

25.0.0 - 2023-04-27
-------------------
- Add support and examples for Google Ads API v13.1.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,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>25.0.0</version>
<version>26.0.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:25.0.0'
implementation 'com.google.api-ads:google-ads:26.0.0'

## Documentation

Expand Down

0 comments on commit 1509ca4

Please sign in to comment.