Skip to content

Commit

Permalink
Modify example pom and change log for release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff authored Apr 23, 2018
1 parent 155c22e commit 5deb678
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.1.0 - 2018-04-23
------------------

Initial release for Google Ads API v0.

4 changes: 2 additions & 2 deletions google-ads-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads-examples</artifactId>
<packaging>jar</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</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.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down

0 comments on commit 5deb678

Please sign in to comment.