Skip to content

Commit

Permalink
Prepare versions and change log for release 4.3.0. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
devchas authored Dec 16, 2019
1 parent 4924db6 commit 81a07d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.3.0 - 2019-12-16
------------------
- Added option to use generated API Catalog.
- Added example for AddSiteLinks.
- Changed default status of AdGroupAd to ENABLED in AddHotelAd example.
- Added example for AddHotelCalloutExtension.
- Added example for HandleRateExceededError.

4.2.0 - 2019-09-27
------------------
- Added support for Google Ads API v2_2.
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0</version>
<version>4.3.0</version>
</dependency>

## Getting started
Expand Down Expand Up @@ -193,7 +193,7 @@ the following format:
# uses multiple manager account + OAuth pairs.
#
# api.googleads.loginCustomerId=INSERT_LOGIN_CUSTOEMR_ID_HERE
# By default, this library uses reflection to build the ApiCatalog.
# In order to reduce latency when creating service clients, users can set
# api.googleads.enableGeneratedCatalog=true, which will use a pre-generated
Expand Down

0 comments on commit 81a07d4

Please sign in to comment.