From f08458b3578162059dc18c478e88485087b748f0 Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Tue, 7 Mar 2017 22:02:59 +1300
Subject: [PATCH] Add 0.16.2 changes to changelog

---
 CHANGELOG.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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