Version 0.1.10.
diff --git a/CHANGES b/CHANGES
index 633a591..5d121b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,13 @@
 
+Changes with nJScript 0.1.10                                     04 Apr 2017
+
+    *) Feature: nested functions and function closures.
+
+    *) Feature: Array.of(), Array.prototype.fill(), Array.prototype.find(),
+       Array.prototype.findIndex() methods.
+
+    *) Bugfix: miscellaneous bugs and segmentation faults have been fixed.
+
 Changes with nJScript 0.1.9                                      01 Feb 2017
 
     *) Bugfix: global variables were not initialized when nJScript was used
diff --git a/Makefile b/Makefile
index 26b50f3..2bbf9ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-NJS_VER =	0.1.9
+NJS_VER =	0.1.10
 
 NXT_LIB =	nxt