From 56b168127f4ea467c117e51b76a1fd426756d768 Mon Sep 17 00:00:00 2001
From: Christian Weiske <cweiske@cweiske.de>
Date: Thu, 8 Sep 2016 21:38:16 +0200
Subject: [PATCH] Release 0.0.3

---
 ChangeLog         | 6 ++++++
 build.xml         | 2 +-
 src/shpub/Cli.php | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index df147ff..f4e87a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-08  Christian Weiske  <cweiske@cweiske.de>
+
+	* Add support for notes with file uploads
+	* Better curl commands when using --debug
+	* Version 0.0.3
+
 2016-09-07  Christian Weiske  <cweiske@cweiske.de>
 
 	* Make shpub work with known
diff --git a/build.xml b/build.xml
index bb5844e..3020b82 100644
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project name="shpub" default="phar" basedir=".">
 
- <property name="version"  value="0.0.2" />
+ <property name="version"  value="0.0.3" />
  <property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
  <property name="libdir" value="${phing.dir}/lib"/>
 
diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php
index 7c6a5f3..86efa53 100644
--- a/src/shpub/Cli.php
+++ b/src/shpub/Cli.php
@@ -90,7 +90,7 @@ class Cli
     {
         $optParser = new \Console_CommandLine();
         $optParser->description = 'shpub';
-        $optParser->version = '0.0.2';
+        $optParser->version = '0.0.3';
         $optParser->subcommand_required = true;
 
         $optParser->addOption(
-- 
2.30.2