diff --git a/CHANGELOG.md b/CHANGELOG.md
index c93f58f..b0cdd19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 ## 2.1.0 (2017-03-23)
 
-  * Restore PicoLisp namespaces for backwards compatibility. Disable through PIL_NAMESPACES=false.
+  * Restore PicoLisp namespaces for backwards compatibility. Disable with PIL_NAMESPACES=false
 
 ## 2.0.0 (2017-03-09)
 
diff --git a/module.l b/module.l
index 337795d..61d0681 100644
--- a/module.l
+++ b/module.l
@@ -1,6 +1,6 @@
 [de MODULE_INFO
   ("name"       "unit")
-  ("version"    "2.0.0")
+  ("version"    "2.1.0")
   ("summary"    "Unit Testing framework for PicoLisp")
   ("source"     "https://github.com/aw/picolisp-unit.git")
   ("author"     "Alexander Williams")