diff --git a/.version b/.version index 6b7ace3e..ee80415e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.1.0 +v5.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 813711a1..6bfaf7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [v5.2.0](https://github.com/auth0/react-native-auth0/tree/v5.2.0) (2025-12-02) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.1.0...v5.2.0) + +**Added** + +- feat: add Multi-Resource Refresh Token (MRRT) support [\#1258](https://github.com/auth0/react-native-auth0/pull/1258) ([subhankarmaiti](https://github.com/subhankarmaiti)) + +**Fixed** + +- fix: fixed spelling for localAuthenticationOptions is incorrect in Au… [\#1373](https://github.com/auth0/react-native-auth0/pull/1373) ([1aishwaryasharma](https://github.com/1aishwaryasharma)) +- fix: handle 401 response parsing correctly in userInfo endpoint [\#1393](https://github.com/auth0/react-native-auth0/pull/1393) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- fix: enforce nonnull type for useDPoP parameter in initializeAuth0WithConfiguration method [\#1388](https://github.com/auth0/react-native-auth0/pull/1388) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [v5.1.0](https://github.com/auth0/react-native-auth0/tree/v5.1.0) (2025-10-31) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.1...v5.1.0) diff --git a/package.json b/package.json index 8581c79b..81d3921f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.1.0", + "version": "5.2.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 efb522ee..7fcf9f69 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.1.0', + version: '5.2.0', }; export type Telemetry = {