Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.2"
".": "0.6.3"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.6.3](https://github.com/descope/descope-php/compare/descope-php-v0.6.2...descope-php-v0.6.3) (2026-06-22)


### Features

* **http:** also retry on transient status code 520 ([#111](https://github.com/descope/descope-php/issues/111)) ([9a4d769](https://github.com/descope/descope-php/commit/9a4d769506e12635e902e3c04be40d1f8f058aff))
* **http:** retry requests on transient error status codes ([#104](https://github.com/descope/descope-php/issues/104)) ([4c6d78c](https://github.com/descope/descope-php/commit/4c6d78cf6750dc5f0d7e0e362647cc04e0a40b31))


### Bug Fixes

* stored XSS and client-trust vulnerabilities in sample app ([#102](https://github.com/descope/descope-php/issues/102)) ([f79156b](https://github.com/descope/descope-php/commit/f79156b5c0b748e4b2bac267a0ba910fc7494fc2))

## [0.6.2](https://github.com/descope/descope-php/compare/descope-php-v0.6.1...descope-php-v0.6.2) (2026-03-14)


Expand Down
2 changes: 1 addition & 1 deletion src/SDK/EndpointsV1.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class EndpointsV1
{
public const SDK_VERSION = '0.6.2'; // x-release-please-version
public const SDK_VERSION = '0.6.3'; // x-release-please-version

public static $baseUrl = DEFAULT_URL_PREFIX . '.' . DEFAULT_DOMAIN;

Expand Down