diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d342076..e4124ba6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+### v2.0.6 (2016-02-09)
+
+
+#### Improvements
+
+* **Positional Arguments:** now displays value name if appropriate ([f0a99916](https://github.com/kbknapp/clap-rs/commit/f0a99916c59ce675515c6dcdfe9a40b130510908), closes [#420](https://github.com/kbknapp/clap-rs/issues/420))
+
+
### v2.0.5 (2016-02-05)
diff --git a/Cargo.toml b/Cargo.toml
index 5a5be620..d7dd0778 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clap"
-version = "2.0.5"
+version = "2.0.6"
authors = ["Kevin K. "]
exclude = ["examples/*", "clap-tests/*", "tests/*", "benches/*", "*.png", "clap-perf/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"