diff --git a/package.xml b/package.xml
index 9ba7b70..7e5e2ed 100644
--- a/package.xml
+++ b/package.xml
@@ -16,10 +16,10 @@
yes
- 2023-12-14
+ 2023-12-19
- 1.0.1
- 1.0.0
+ 2.0.0
+ 2.0.0stable
@@ -27,12 +27,8 @@
PHP License
-* Issue #164 - refactor string unescaping by @mkaminski1988 in https://github.com/supermetrics-public/pecl-jsonpath/pull/165
-* Update benchmark chart with benchmarks from latest software versions and run in PHP 8.1 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/166
-* Remove release-drafter workflow. by @dawitnida in https://github.com/supermetrics-public/pecl-jsonpath/pull/167
-* Add PHP 8.3 nightly on Linux and PHP 8.2 on Windows to builds to run tests on by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/168
-* relax test for 8.3 by @remicollet in https://github.com/supermetrics-public/pecl-jsonpath/pull/169
-* Add exception catching to usage section in README by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/170
+* 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
@@ -41,7 +37,6 @@
-
@@ -403,7 +398,7 @@
- 7.4.0
+ 8.0.01.10.0
@@ -413,6 +408,23 @@
jsonpath
+
+ 2023-12-19
+
+
+ 2.0.0
+ 2.0.0
+
+
+ stable
+ stable
+
+ 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
+
+ 2023-12-14
diff --git a/php_jsonpath.h b/php_jsonpath.h
index ff95c11..d4a4fb8 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 "1.0.1"
+#define PHP_JSONPATH_VERSION "2.0.0"
#ifdef PHP_WIN32
#define PHP_JSONPATH_API __declspec(dllexport)