Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.0.0 - 2020-03-04
------------------
- Added support for Google Ads API v3_0.
- Added example demonstrating how to add demographic targeting criteria.
- Added example demonstrating how to upload an image asset.
- Added example demonstrating how to add a price extension.
- Added several examples demontrating remarketing funcionality.
- Updated issues templates.
- Updated CONTRIBUTING.MD.

4.4.1 - 2020-01-22
------------------
- Set a default value for `enableGeneratedCatalog` property,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>4.4.1</version>
<version>5.0.0</version>
</dependency>

## Getting started
Expand Down