diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6223519f..b5d2b8ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+
+## v2.26.0 (2017-07-29)
+
+Minimum version of Rust is now v1.13.0 (Stable)
+
+
+#### Improvements
+
+* bumps unicode-segmentation to v1.2 ([cd7b40a2](https://github.com/kbknapp/clap-rs/commit/cd7b40a21c77bae17ba453c5512cb82b7d1ce474))
+
+
+#### Performance
+
+* update textwrap to version 0.7.0 ([c2d4e637](https://github.com/kbknapp/clap-rs/commit/c2d4e63756a6f070e38c16dff846e9b0a53d6f93))
+
+
+
+
### v2.25.1 (2017-07-21)
diff --git a/README.md b/README.md
index 7dfd57b5..e1ec668c 100644
--- a/README.md
+++ b/README.md
@@ -45,12 +45,16 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## What's New
-Here's the highlights for v2.25.1
+Here's the highlights for v2.26.0
-* impl Default for Values + OsValues for any lifetime. ([fb7d6231f1](https://github.com/kbknapp/clap-rs/commit/fb7d6231f13a2f79f411e62dca210b7dc9994c18))
+* **The minimum required version of Rust is now 1.13.0 (Stable)**
+* bumps unicode-segmentation to v1.2
+* update textwrap to version 0.7.0 which increases the performance of writing help strings
-Here's the highlights for v2.21.0 to v2.25.0
+Here's the highlights for v2.21.0 to v2.25.1
+
+* impl Default for Values + OsValues for any lifetime.
* use textwrap crate for wrapping help texts
* suggests to use flag after subcommand when applicable
* Bumps bitflags crate to v0.9