diff --git a/CHANGES.md b/CHANGES.md
index fb2914ea..c01db101 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,9 @@
# Rojo Change Log
## Current master
+* *No changes*
+
+## 0.4.10 (June 2, 2018)
* Added support for `init.model.json` files, which enable versioning `Tool` instances (among other things) with Rojo. ([#66](https://github.com/LPGhatguy/rojo/issues/66))
* Fixed obscure error when syncing into an invalid service.
* Fixed multiple sync processes occurring when a server ID mismatch is detected.
diff --git a/README.md b/README.md
index 9aeb947e..9853f3fc 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+
diff --git a/plugin/src/Config.lua b/plugin/src/Config.lua
index ea77b75a..459c5dd1 100644
--- a/plugin/src/Config.lua
+++ b/plugin/src/Config.lua
@@ -1,6 +1,6 @@
return {
pollingRate = 0.2,
- version = {0, 4, 9},
+ version = {0, 4, 10},
expectedServerVersionString = "0.4.x",
protocolVersion = 1,
icons = {