From 6ccccaae518c142486d09e0307cca78145f14731 Mon Sep 17 00:00:00 2001 From: "descope-release-bot[bot]" <139235589+descope-release-bot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:50:15 +0000 Subject: [PATCH] chore(main): release descope-php 0.6.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ src/SDK/EndpointsV1.php | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b530ee..b572b14 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.5" + ".": "0.6.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 48aa203..6ff1f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.6.6](https://github.com/descope/descope-php/compare/descope-php-v0.6.5...descope-php-v0.6.6) (2026-08-28) + + +### Features + +* [PHP] Add created/modified time search params to searchAll() ([#133](https://github.com/descope/descope-php/issues/133)) ([cfe7c8f](https://github.com/descope/descope-php/commit/cfe7c8fdb0353d8861900a9c1f2d525503d7368c)) +* **http:** add configurable request timeout ([#131](https://github.com/descope/descope-php/issues/131)) ([fd0509f](https://github.com/descope/descope-php/commit/fd0509fb902d3bb9cdc221a70bf5e347f6ef9018)) + + +### Bug Fixes + +* **sdk:** hardening ([#126](https://github.com/descope/descope-php/issues/126)) ([e63afaf](https://github.com/descope/descope-php/commit/e63afaff5c114f23bbc19202afdab026a947287f)) +* **user:** send password as plain string in set-password endpoints ([#139](https://github.com/descope/descope-php/issues/139)) ([bfc6890](https://github.com/descope/descope-php/commit/bfc6890e01ec4ed82d542f4377dcbec91b087ad2)) + ## [0.6.5](https://github.com/descope/descope-php/compare/descope-php-v0.6.4...descope-php-v0.6.5) (2026-07-09) diff --git a/src/SDK/EndpointsV1.php b/src/SDK/EndpointsV1.php index 3127909..87a3a5c 100644 --- a/src/SDK/EndpointsV1.php +++ b/src/SDK/EndpointsV1.php @@ -23,7 +23,7 @@ class EndpointsV1 { - public const SDK_VERSION = '0.6.5'; // x-release-please-version + public const SDK_VERSION = '0.6.6'; // x-release-please-version public static $baseUrl = DEFAULT_URL_PREFIX . '.' . DEFAULT_DOMAIN;