diff --git a/package.xml b/package.xml
index 7e5e2ed..bf1ebd8 100644
--- a/package.xml
+++ b/package.xml
@@ -16,9 +16,9 @@
yes
- 2023-12-19
+ 2024-01-08
- 2.0.0
+ 2.1.0
2.0.0
@@ -27,8 +27,8 @@
PHP License
-* Drop support for PHP 7.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/172
-* Test with PHP 8.3 on Windows, unify naming and formatting in workflow files by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/173
+* Add support for PHP 8.4 (nightly) and run tests also on PHP 8.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/176
+* Remove some tests specific to PHP 7 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/177
@@ -139,8 +139,7 @@
-
-
+
@@ -221,8 +220,7 @@
-
-
+
@@ -315,12 +313,9 @@
-
-
-
-
-
-
+
+
+
@@ -408,6 +403,23 @@
jsonpath
+
+ 2024-01-08
+
+
+ 2.1.0
+ 2.0.0
+
+
+ stable
+ stable
+
+ PHP License
+
+* Add support for PHP 8.4 (nightly) and run tests also on PHP 8.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/176
+* Remove some tests specific to PHP 7 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/177
+
+
2023-12-19
diff --git a/php_jsonpath.h b/php_jsonpath.h
index d4a4fb8..3209e2b 100644
--- a/php_jsonpath.h
+++ b/php_jsonpath.h
@@ -24,7 +24,7 @@
extern zend_module_entry jsonpath_module_entry;
#define phpext_jsonpath_ptr &jsonpath_module_entry
-#define PHP_JSONPATH_VERSION "2.0.0"
+#define PHP_JSONPATH_VERSION "2.1.0"
#ifdef PHP_WIN32
#define PHP_JSONPATH_API __declspec(dllexport)