diff --git a/package.xml b/package.xml
index 5fb64df..b07df48 100644
--- a/package.xml
+++ b/package.xml
@@ -10,10 +10,10 @@
kjdev@php.net
yes
- 2026-07-02
+ 2026-08-13
- 0.17.0
- 0.17.0
+ 0.18.0
+ 0.18.0
stable
@@ -21,9 +21,8 @@
MIT
-- add: MIME type exclusion for output compression (zstd.output_compression_exclude_types)
-- add: explicit --enable-apcu / --disable-apcu config.m4 options
-- fix: in-tree builds with apcu
+- add: built-in list of uncompressible MIME types for transparent output compression
+- add: negation tokens (!) in zstd.output_compression_exclude_types to compress a MIME type even though it is in the built-in list
diff --git a/php_zstd.h b/php_zstd.h
index 9dda2ae..6bbb6a6 100644
--- a/php_zstd.h
+++ b/php_zstd.h
@@ -24,7 +24,7 @@
#ifndef PHP_ZSTD_H
#define PHP_ZSTD_H
-#define PHP_ZSTD_VERSION "0.17.0"
+#define PHP_ZSTD_VERSION "0.18.0"
#define PHP_ZSTD_NS "Zstd"
extern zend_module_entry zstd_module_entry;