diff --git a/archive/v0.1.2/change-log.html b/archive/v0.1.2/change-log.html
index 74831ce4..a8b25ba6 100644
--- a/archive/v0.1.2/change-log.html
+++ b/archive/v0.1.2/change-log.html
@@ -60,6 +60,19 @@
Change Log
+
v0.1.2 - maintenance
+
News:
+
+
Bug Fixes:
+
+m.render now correctly reattaches reused DOM elements to replaced parent nodes #31
+- UI actions that can potentially de-synchronize the DOM from cache now force synchronization #29
+
+
v0.1.1 - maintenance
News:
diff --git a/archive/v0.1.2/mithril.min.zip b/archive/v0.1.2/mithril.min.zip
index 22edf929..60867379 100644
Binary files a/archive/v0.1.2/mithril.min.zip and b/archive/v0.1.2/mithril.min.zip differ
diff --git a/docs/change-log.md b/docs/change-log.md
index 88cfc936..58641782 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,5 +1,20 @@
## Change Log
+[v0.1.2](/mithril/archive/v0.1.2) - maintenance
+
+### News:
+
+- There's now a [community mailing list](mailto:mithriljs@googlegroups.com). There's also [web interface](https://groups.google.com/forum/#!forum/mithriljs)
+- Mithril is now on Travis CI. The build status can be found in the [project homepage](https://github.com/lhorie/mithril.js)
+- Mithril is now available via the CommonJS and AMD API
+
+### Bug Fixes:
+
+- `m.render` now correctly reattaches reused DOM elements to replaced parent nodes [#31](https://github.com/lhorie/mithril.js/issues/31)
+- UI actions that can potentially de-synchronize the DOM from cache now force synchronization [#29](https://github.com/lhorie/mithril.js/issues/29)
+
+---
+
[v0.1.1](/mithril/archive/v0.1.1) - maintenance
### News: