Skip to content

Commit

Permalink
Update README and CHANGELOG for release 29.0.0 (#764)
Browse files Browse the repository at this point in the history
Change-Id: Idfac3c701e44a198bc17f522ba53c417fe50e157
  • Loading branch information
jradcliff authored Jan 16, 2024
1 parent 63132d7 commit c4eba40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
29.0.0 - 2024-01-16
-------------------
- Remove support for v13 of Google Ads API.

28.0.0 - 2023-10-19
-------------------
- Add support and examples for Google Ads API v15.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,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>28.0.0</version>
<version>29.0.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:28.0.0'
implementation 'com.google.api-ads:google-ads:29.0.0'

## Documentation

Expand Down

0 comments on commit c4eba40

Please sign in to comment.