Skip to content

Commit

Permalink
Prepare versions and change log for release 5.0.0. (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
devchas authored Mar 4, 2020
1 parent 2515ad3 commit 6960dfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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

0 comments on commit 6960dfd

Please sign in to comment.