diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcf25c2d..5c688ee3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+### v2.16.3 (2016-10-28)
+
+
+#### Bug Fixes
+
+* Derive display order after propagation ([9cb6facf](https://github.com/kbknapp/clap-rs/commit/9cb6facf507aff7cddd124b8c29714d2b0e7bd13), closes [#706](https://github.com/kbknapp/clap-rs/issues/706))
+* **yaml-example:** inconsistent args ([847f7199](https://github.com/kbknapp/clap-rs/commit/847f7199219ead5065561d91d64780d99ae4b587))
+
+
+
### v2.16.2 (2016-10-25)
diff --git a/Cargo.toml b/Cargo.toml
index ea161b11..fc7edb8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clap"
-version = "2.16.2"
+version = "2.16.3"
authors = ["Kevin K. "]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"
diff --git a/README.md b/README.md
index 6794499f..7eda4e9e 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,14 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## What's New
+Here's the highlights for v2.16.3
+
+* Fixes a bug where the derived display order isn't propagated
+* **yaml-example:** fixes some inconsistent args in the example
+
Here's the highlights for v2.16.2
-* Fixes a bug where single quotes are not escaped
+* Fixes a bug where single quotes are not escaped
Here's the highlights for v2.16.1