Skip to content

Commit

Permalink
Prepare versions and change log for release 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed Aug 9, 2018
1 parent 6523c19 commit ca8e8e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.1 - 2018-08-08
------------------

- Updated FieldMasks utility to properly handle wrapper types.

0.3.0 - 2018-06-18
------------------

Expand Down
6 changes: 3 additions & 3 deletions google-ads-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-examples</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
<name>Google Ads API client library for Java examples</name>
<description>
Examples demonstrating the Google Ads API client library for Java.
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down

0 comments on commit ca8e8e3

Please sign in to comment.