Skip to content

Commit

Permalink
Update CHANGELOG and README for 3.0.1 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwbirnie authored Jun 11, 2019
1 parent 693a66f commit 0d73a9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.0.1 - 2019-06-10
------------------
- Increased max inbound message size to 64MB, see #136.
- Increased max inbound header (i.e. metadata) size to 16MB, see #132.
- Increased default deadline to 20 mins and added automatic retry support for
GoogleAdsService.search(), see #130.
- Added support for GoogleAdsService.mutate() to ErrorUtils, see #126.
- Fixed bug in FieldMasks utility, see #116.

3.0.0 - 2019-05-24
------------------
- Added support for Google Ads API v1_3.
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>3.0.0</version>
<version>3.0.1</version>
</dependency>

## Getting started
Expand Down

0 comments on commit 0d73a9f

Please sign in to comment.