diff --git a/CHANGELOG.md b/CHANGELOG.md
index 440f587d..d876549f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+### v0.10.4 (2015-06-06)
+
+
+#### Bug Fixes
+
+* **Global Args** global arguments propogate fully now ([8f2c0160](https://github.com/kbknapp/clap-rs/commit/8f2c0160c8d844daef375a33dbaec7d89de00a00), closes [#137](https://github.com/kbknapp/clap-rs/issues/137))
+
+
+
### v0.10.3 (2015-05-31)
diff --git a/Cargo.toml b/Cargo.toml
index a1cede77..75b13281 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clap"
-version = "0.10.3"
+version = "0.10.4"
authors = ["Kevin K. "]
exclude = ["examples/*", "clap-tests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"