diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ff4b5435..4c4f54927b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.3.1 - 2018-08-08 +------------------ + +- Updated FieldMasks utility to properly handle wrapper types. + 0.3.0 - 2018-06-18 ------------------ diff --git a/google-ads-examples/pom.xml b/google-ads-examples/pom.xml index ebb46fa226..78d4928333 100644 --- a/google-ads-examples/pom.xml +++ b/google-ads-examples/pom.xml @@ -22,7 +22,7 @@ com.google.api-ads google-ads-parent - 0.3.0 + 0.3.1-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ com.google.api-ads google-ads-examples jar - 0.3.0 + 0.3.1-SNAPSHOT Google Ads API client library for Java examples Examples demonstrating the Google Ads API client library for Java. @@ -55,7 +55,7 @@ com.google.api-ads google-ads - 0.3.0 + 0.3.1-SNAPSHOT com.beust