diff --git a/maud/CHANGELOG.md b/CHANGELOG.md
similarity index 100%
rename from maud/CHANGELOG.md
rename to CHANGELOG.md
diff --git a/README.md b/README.md
index fdae1e7..7e0a418 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud [![Build Status](https://img.shields.io/travis/lfairy/maud.svg)](http://travis-ci.org/lfairy/maud) [![Cargo](https://img.shields.io/crates/v/maud.svg)](https://crates.io/crates/maud)
 
-[Documentation][book] • [API reference][apiref]
+[Documentation][book] • [API reference][apiref] • [Change log][changelog]
 
 Maud is an HTML template engine for Rust. It's implemented as a macro, `html!`, which compiles your markup to specialized Rust code. This unique approach makes Maud templates blazing fast, super type-safe, and easy to deploy.
 
@@ -10,6 +10,7 @@ For more info on Maud, see the [official book][book].
 
 [book]: https://maud.lambda.xyz/
 [apiref]: https://lambda.xyz/maud/maud/
+[changelog]: https://github.com/lfairy/maud/blob/master/CHANGELOG.md
 [plugins]: https://doc.rust-lang.org/book/compiler-plugins.html
 
 ## Stability