diff --git a/archive/v0.1.7/change-log.html b/archive/v0.1.7/change-log.html
index 60d97020..3129f289 100644
--- a/archive/v0.1.7/change-log.html
+++ b/archive/v0.1.7/change-log.html
@@ -61,6 +61,16 @@
Change Log
+
v0.1.7 - maintenance
+
News:
+
+- Mithril will be on a accelerated release cycle for the rest of the v0.1.x series. This means CDNs may lag behind in versions, so it's recommended that you either use one of the supported NodeJS package managers or fork from the Github repo directly. More information can be found here
+
+
Bug Fixes:
+
+- Fixed ordering bug when virtual element is preceded by array #50
+
+
v0.1.6 - maintenance
Bug Fixes:
diff --git a/archive/v0.1.7/mithril.min.zip b/archive/v0.1.7/mithril.min.zip
index cafc3f61..48480c3f 100644
Binary files a/archive/v0.1.7/mithril.min.zip and b/archive/v0.1.7/mithril.min.zip differ
diff --git a/docs/change-log.md b/docs/change-log.md
index 5eacd3c7..b25cec60 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,5 +1,17 @@
## Change Log
+[v0.1.7](/mithril/archive/v0.1.7) - maintenance
+
+### News:
+
+- Mithril will be on a accelerated release cycle for the rest of the v0.1.x series. This means CDNs may lag behind in versions, so it's recommended that you either use one of the supported NodeJS package managers or fork from the Github repo directly. More information can be found [here](https://groups.google.com/forum/#!msg/mithriljs/mc0qTgFTlgs/OD7Mc7_2Wa4J)
+
+### Bug Fixes:
+
+- Fixed ordering bug when virtual element is preceded by array [#50](https://github.com/lhorie/mithril.js/issues/50)
+
+---
+
[v0.1.6](/mithril/archive/v0.1.6) - maintenance
### Bug Fixes: