diff --git a/package.xml.in b/package.xml.in index 7b17a289..7d466f65 100644 --- a/package.xml.in +++ b/package.xml.in @@ -15,7 +15,7 @@ 2024-07-24 - 4.2.2 + 4.2.3 4.2.1 @@ -24,26 +24,11 @@ Apache V2 - Fixes - ===== - - * PCBC-997: Do not export development files. (#172) - Exclude C++ files, tests and development scripts, so that Packagist will - not install them to the application ./vendor directory. - - * PCBC-991: Add consistency utility for testing (#168) - - * PCBC-989: Rollback to cmake 3.19 (#167) - - * PCBC-988: Fix type annotation for JsonSerializable implementations (#166) - Enhancements ============ - * PCBC-994: Support for base64 encoded vector types (#169, #170) - - * Core updated to 1.0.0. Release notes: - https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-0-26-june-2024 + * Core updated to 1.0.1. Release notes: + https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-1-22-august-2024 @@ -60,6 +45,40 @@ couchbase + + 2024-07-24 + + 4.2.2 + 4.2.1 + + + stable + stable + + Apache V2 + + Fixes + ===== + + * PCBC-997: Do not export development files. (#172) + Exclude C++ files, tests and development scripts, so that Packagist will + not install them to the application ./vendor directory. + + * PCBC-991: Add consistency utility for testing (#168) + + * PCBC-989: Rollback to cmake 3.19 (#167) + + * PCBC-988: Fix type annotation for JsonSerializable implementations (#166) + + Enhancements + ============ + + * PCBC-994: Support for base64 encoded vector types (#169, #170) + + * Core updated to 1.0.0. Release notes: + https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-0-26-june-2024 + + 2024-04-23 diff --git a/src/php_couchbase.hxx b/src/php_couchbase.hxx index 5ba7fbbe..cc1d0491 100644 --- a/src/php_couchbase.hxx +++ b/src/php_couchbase.hxx @@ -19,7 +19,7 @@ #include -#define PHP_COUCHBASE_VERSION "4.2.2" +#define PHP_COUCHBASE_VERSION "4.2.3" #define PHP_COUCHBASE_EXTENSION_NAME "couchbase" #ifdef __cplusplus