diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37af2aad..3ac0b68b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# ChangeLog v4
+## 4.2.2, 2022-02-22
+
+* Fixed gh-issue #123: Segfault with libcurl 7.81
+
## 4.2.1, 2021-09-13
* Fixed failing tests with PHP-8.1 (see gh issue #120)
diff --git a/package.xml b/package.xml
index 60aa0b69..2d367c7e 100644
--- a/package.xml
+++ b/package.xml
@@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
mike@php.net
yes
- 2021-09-13
+ 2022-02-22
- 4.2.1
+ 4.2.2
4.2.0
@@ -42,10 +42,7 @@ https://mdref.m6w6.name/http
BSD-2-Clause
diff --git a/php_http.h b/php_http.h
index e5034907..f4b4b33e 100644
--- a/php_http.h
+++ b/php_http.h
@@ -13,7 +13,7 @@
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "4.2.1"
+#define PHP_PECL_HTTP_VERSION "4.2.2"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry