diff --git a/package.xml b/package.xml
index bb57324..53a6dd0 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
stesie@php.net
yes
- 2016-01-08
-
+ 2016-03-05
+
- 0.4.1
- 0.4.1
+ 0.5.0
+ 0.5.0
stable
@@ -28,8 +28,11 @@
The MIT License (MIT)
-- Fix PHP.var_dump output on regexp objects (for consistency over all V8 versions)
-- Fix "this" on V8Object method invocations
+- Export public methods on classes derived from \V8Js to V8
+- Support V8 compiled with external snapshots
+- Allow to create custom snapshots of V8 heaps
+- Allow to create V8 contexts based on custom snapshots generated earlier
+- Support V8 5.1 well
@@ -61,8 +64,8 @@
-
-
+
+
@@ -86,6 +89,7 @@
+
@@ -124,6 +128,13 @@
+
+
+
+
+
+
+
@@ -181,36 +192,36 @@
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
@@ -488,5 +499,24 @@
- Fix "this" on V8Object method invocations
+
+
+ 0.5.0
+ 0.5.0
+
+
+ stable
+ stable
+
+ 2016-03-05
+ The MIT License (MIT)
+
+- Export public methods on classes derived from \V8Js to V8
+- Support V8 compiled with external snapshots
+- Allow to create custom snapshots of V8 heaps
+- Allow to create V8 contexts based on custom snapshots generated earlier
+- Support V8 5.1 well
+
+
diff --git a/php_v8js_macros.h b/php_v8js_macros.h
index 68431d6..d0a4760 100644
--- a/php_v8js_macros.h
+++ b/php_v8js_macros.h
@@ -53,7 +53,7 @@ extern "C" {
#endif
/* V8Js Version */
-#define PHP_V8JS_VERSION "0.4.1"
+#define PHP_V8JS_VERSION "0.5.0"
/* Hidden field name used to link JS wrappers with underlying PHP object */
#define PHPJS_OBJECT_KEY "phpjs::object"