diff --git a/.version b/.version index ff9c6e14..f3bc1464 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.11.0 +v5.11.1-beta.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5052bfc7..bdcdf8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log +## [v5.11.1-beta.0](https://github.com/auth0/react-native-auth0/tree/v5.11.1-beta.0) (2026-08-18) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.11.0...v5.11.1-beta.0) + +**Fixed** + +- fix(android): bump Auth0.Android to 3.21.1-beta.0 for Keystore2 INCOMPATIBLE_DEVICE fix [\#1642](https://github.com/auth0/react-native-auth0/pull/1642) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [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)) diff --git a/package.json b/package.json index b7d2326d..a117e5ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.11.0", + "version": "5.11.1-beta.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 539f87d5..9a1ea837 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.11.0', + version: '5.11.1-beta.0', }; export type Telemetry = {