diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c81d185c3c..ed3ead98b75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## v0.9.1 (2015-05-18)
+
+
+#### Bug Fixes
+
+* **help** fixes a bug where requirements are included as program name in help and version ([08ba3f25](https://github.com/kbknapp/clap-rs/commit/08ba3f25cf38b149229ba8b9cb37a5804fe6b789))
+
+
+
## v0.9.0 (2015-05-17)
diff --git a/Cargo.toml b/Cargo.toml
index 144f236d616..4b79e3e9e02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clap"
-version = "0.9.0"
+version = "0.9.1"
authors = ["Kevin K. "]
exclude = ["examples/*", "clap-tests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"