diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fa18c12..ba3f0157 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+### v1.1.6 (2015-08-01)
+
+
+#### Bug Fixes
+
+* fixes two bugs in App when printing newlines in help and subcommands required error ([d63c0136](https://github.com/kbknapp/clap-rs/commit/d63c0136310db9dd2b1c7b4745938311601d8938))
+
+
+
### v1.1.5 (2015-07-29)
diff --git a/Cargo.toml b/Cargo.toml
index a618fe27..94600a66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clap"
-version = "1.1.5"
+version = "1.1.6"
authors = ["Kevin K. "]
exclude = ["examples/*", "clap-tests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"