diff --git a/.gitignore b/.gitignore
index bc62beb..ec831ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ run-tests.php
dio-*.tgz
.deps
+*/*.dep
Makefile
Makefile.fragments
Makefile.objects
diff --git a/package.xml b/package.xml
index 0fd6fb3..158d233 100644
--- a/package.xml
+++ b/package.xml
@@ -30,9 +30,9 @@ more than adequate.
cyberspice@php.net
no
- 2022-01-25
+ 2024-01-23
- 0.2.1
+ 0.2.2
0.0.7
@@ -41,7 +41,7 @@ more than adequate.
PHP
-- fix windows build
+- fix GH-12 Memory leak in dio_read
@@ -58,6 +58,7 @@ more than adequate.
+
@@ -232,6 +233,21 @@ message.
- fix stream API for PHP 7.4+
+
+ 2022-01-25
+
+ 0.2.1
+ 0.0.7
+
+
+ beta
+ beta
+
+ PHP
+
+- fix windows build
+
+
diff --git a/php5/php_dio.h b/php5/php_dio.h
index 3139d52..d1cb5fa 100644
--- a/php5/php_dio.h
+++ b/php5/php_dio.h
@@ -22,7 +22,7 @@
extern zend_module_entry dio_module_entry;
#define phpext_dio_ptr &dio_module_entry
-#define PHP_DIO_VERSION "0.2.1"
+#define PHP_DIO_VERSION "0.2.2"
/* Standard module functions. */
PHP_MINIT_FUNCTION(dio);
diff --git a/php7/php_dio.h b/php7/php_dio.h
index 3139d52..d1cb5fa 100644
--- a/php7/php_dio.h
+++ b/php7/php_dio.h
@@ -22,7 +22,7 @@
extern zend_module_entry dio_module_entry;
#define phpext_dio_ptr &dio_module_entry
-#define PHP_DIO_VERSION "0.2.1"
+#define PHP_DIO_VERSION "0.2.2"
/* Standard module functions. */
PHP_MINIT_FUNCTION(dio);