Skip to content

Commit

Permalink
Set release version to 35.0.0 (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcaseybot authored Jan 27, 2025
1 parent 3afdd8e commit aa8648b
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@
35.0.0 - 2025-01-27
-------------------
- Remove support for v16 of the Google Ads API.

34.0.0 - 2024-10-17
-------------------
- Add support and examples for Google Ads API v18.
Expand Down
5 changes: 3 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>34.0.0</version>
<version>35.0.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:34.0.0'
implementation 'com.google.api-ads:google-ads:35.0.0'

## Documentation

Expand Down Expand Up @@ -52,3 +52,4 @@ Our documentation is available [here](https://developers.google.com/google-ads/a
- [Josh Radcliff](https://github.com/jradcliff)
- [Nick Birnie](https://github.com/nwbirnie)
- [Devin Chasanoff](https://github.com/devchas)
- [Sarah Botwinick Pollack](https://github.com/sarahcaseybot)

0 comments on commit aa8648b

Please sign in to comment.