diff --git a/CHANGES.md b/CHANGES.md
index d573cd2e..253e734a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,11 @@
# Rojo Change Log
## Current master
-* *No changes*
+The `master` branch is currently undergoing a major rewrite to lay the groundwork for bidirectional syncing and other robustness improvements. Check out the `v0.4.x` branch for the current release.
+
+## 0.4.12 (June 21, 2018)
+* Fixed obscure assertion failure when renaming or deleting files ([#78](https://github.com/LPGhatguy/rojo/issues/78))
+* Added a `PluginAction` for the sync in command, which should help with some automation scripts ([#80](https://github.com/LPGhatguy/rojo/pull/80))
## 0.4.11 (June 10, 2018)
* Defensively insert existing instances into RouteMap; should fix most duplication cases when syncing into existing trees.
diff --git a/README.md b/README.md
index 12f2099c..50fc6c0a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+