diff --git a/.version b/.version index 339cbf23..ff9c6e14 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.10.0 +v5.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e053e8d..5052bfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v5.11.0](https://github.com/auth0/react-native-auth0/tree/v5.11.0) (2026-07-31) +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.10.0...v5.11.0) + +**Added** +- feat: enforce IPSIE session_expiry with a SESSION_EXPIRED error [\#1597](https://github.com/auth0/react-native-auth0/pull/1597) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- feat: add passkeys support for web [\#1604](https://github.com/auth0/react-native-auth0/pull/1604) ([NandanPrabhu](https://github.com/NandanPrabhu)) +- feat: add My Account API support on the web platform [\#1608](https://github.com/auth0/react-native-auth0/pull/1608) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- feat: add actor token support for Custom Token Exchange impersonation & delegation [\#1595](https://github.com/auth0/react-native-auth0/pull/1595) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- feat: add INVALID_CALLBACK_URL web auth error code [\#1603](https://github.com/auth0/react-native-auth0/pull/1603) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [v5.10.0](https://github.com/auth0/react-native-auth0/tree/v5.10.0) (2026-07-17) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.9.0...v5.10.0) diff --git a/package.json b/package.json index c403d448..b7d2326d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.10.0", + "version": "5.11.0", "description": "React Native toolkit for Auth0 API", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", diff --git a/src/core/utils/telemetry.ts b/src/core/utils/telemetry.ts index ce0aae3b..539f87d5 100644 --- a/src/core/utils/telemetry.ts +++ b/src/core/utils/telemetry.ts @@ -1,6 +1,6 @@ export const telemetry = { name: 'react-native-auth0', - version: '5.10.0', + version: '5.11.0', }; export type Telemetry = {