diff --git a/CHANGELOG.md b/CHANGELOG.md
index f87465ee..2d3187e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+### v2.1.2 (2016-02-24)
+
+#### Bug Fixes
+
+* **Nightly:** fixes failing nightly build ([d752c170](https://github.com/kbknapp/clap-rs/commit/d752c17029598b19037710f204b7943f0830ae75), closes [#434](https://github.com/kbknapp/clap-rs/issues/434))
+
+
### v2.1.1 (2016-02-19)
diff --git a/Cargo.toml b/Cargo.toml
index b3405608..c6ac9b03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clap"
-version = "2.1.1"
+version = "2.1.2"
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"