diff --git a/archive/v0.1.4/change-log.html b/archive/v0.1.4/change-log.html
index 916149b8..63e86976 100644
--- a/archive/v0.1.4/change-log.html
+++ b/archive/v0.1.4/change-log.html
@@ -61,11 +61,18 @@
Change Log
-
v0.1.4 - maintenance
+
v0.1.4 - maintenance
+
News:
+
+- added regression tests for reported bugs
+
Bug Fixes:
- URLs with port numbers are now handled correctly #40
- NPM package now contains unminified version for map files #39
+- fixed ordering issue when mixing newly created virtual elements with elements from cache #44
+- fixed caching bug in links w/ config option attached #43
+- fixed attribute update bug when an element has both
oninput and onkeydown handlers #36
v0.1.3 - maintenance
News:
diff --git a/archive/v0.1.4/mithril.min.zip b/archive/v0.1.4/mithril.min.zip
index ef45d771..4c5fea6d 100644
Binary files a/archive/v0.1.4/mithril.min.zip and b/archive/v0.1.4/mithril.min.zip differ
diff --git a/docs/change-log.md b/docs/change-log.md
index bceb5feb..d3a71734 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,11 +1,18 @@
## Change Log
-[v0.1.4](/mithril/archive/v0.1.3) - maintenance
+[v0.1.4](/mithril/archive/v0.1.4) - maintenance
+
+### News:
+
+- added regression tests for reported bugs
### Bug Fixes:
- URLs with port numbers are now handled correctly [#40](https://github.com/lhorie/mithril.js/issues/40)
- NPM package now contains unminified version for map files [#39](https://github.com/lhorie/mithril.js/issues/39)
+- fixed ordering issue when mixing newly created virtual elements with elements from cache [#44](https://github.com/lhorie/mithril.js/issues/44)
+- fixed caching bug in links w/ config option attached [#43](https://github.com/lhorie/mithril.js/issues/43)
+- fixed attribute update bug when an element has both `oninput` and `onkeydown` handlers [#36](https://github.com/lhorie/mithril.js/issues/36)
[v0.1.3](/mithril/archive/v0.1.3) - maintenance