From 62f283a7caef853dbcf816896a93be87a0d1758f Mon Sep 17 00:00:00 2001
From: Kevin K <kbknapp@gmail.com>
Date: Wed, 29 Jul 2015 18:32:37 -0400
Subject: [PATCH] chore: increase version

---
 CHANGELOG.md | 7 +++++++
 Cargo.toml   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ecc2f1fe1a..9fa18c12a48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+<a name="v1.1.5"></a>
+### v1.1.5 (2015-07-29)
+
+#### Performance
+
+*   removes some unneeded allocations ([93e915df](https://github.com/kbknapp/clap-rs/commit/93e915dfe300f7b7d6209ca93323c6a46f89a8c1))
+
 <a name="v1.1.4"></a>
 ### v1.1.4 (2015-07-20)
 
diff --git a/Cargo.toml b/Cargo.toml
index 6d6680a8a4f..a618fe277f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "clap"
-version = "1.1.4"
+version = "1.1.5"
 authors = ["Kevin K. <kbknapp@gmail.com>"]
 exclude = ["examples/*", "clap-tests/*"]
 description = "A simple to use, efficient, and full featured  Command Line Argument Parser"