Skip to content

Commit ca8e8e3

Browse files
committed
Prepare versions and change log for release 0.3.1.
1 parent 6523c19 commit ca8e8e3

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.1 - 2018-08-08
2+
------------------
3+
4+
- Updated FieldMasks utility to properly handle wrapper types.
5+
16
0.3.0 - 2018-06-18
27
------------------
38

google-ads-examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>google-ads-parent</artifactId>
25-
<version>0.3.0</version>
25+
<version>0.3.1-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030
<groupId>com.google.api-ads</groupId>
3131
<artifactId>google-ads-examples</artifactId>
3232
<packaging>jar</packaging>
33-
<version>0.3.0</version>
33+
<version>0.3.1-SNAPSHOT</version>
3434
<name>Google Ads API client library for Java examples</name>
3535
<description>
3636
Examples demonstrating the Google Ads API client library for Java.
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.api-ads</groupId>
5757
<artifactId>google-ads</artifactId>
58-
<version>0.3.0</version>
58+
<version>0.3.1-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.beust</groupId>

0 commit comments

Comments
 (0)