diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5fcdca..78cbc64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Change Log
 
+## [0.16.2] - 2017-03-07
+
+- [Fixed] Update to rustc 1.17.0-nightly (b1e31766d 2017-03-03)
+  [#77](https://github.com/lfairy/maud/issues/77)
+
 ## [0.16.1] - 2017-02-15
 
 - [Added] Rocket 0.2 support
@@ -117,7 +122,8 @@
 - [Fixed] Update to latest syntax extension API
 
 
-[Unreleased]: https://github.com/lfairy/maud/compare/v0.16.1...HEAD
+[Unreleased]: https://github.com/lfairy/maud/compare/v0.16.2...HEAD
+[0.16.2]: https://github.com/lfairy/maud/compare/v0.16.1...v0.16.2
 [0.16.1]: https://github.com/lfairy/maud/compare/v0.16.0...v0.16.1
 [0.16.0]: https://github.com/lfairy/maud/compare/v0.15.0...v0.16.0
 [0.15.0]: https://github.com/lfairy/maud/compare/v0.14.0...v0.15.0