From 9e665a2087d34e214dee1e88f220726a22546579 Mon Sep 17 00:00:00 2001 From: Subhankar Maiti Date: Mon, 8 Dec 2025 13:06:25 +0530 Subject: [PATCH] Release v5.2.1 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/core/utils/telemetry.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index ee80415e..98f6742b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.2.0 +v5.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfaf7f6..76b6b374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v5.2.1](https://github.com/auth0/react-native-auth0/tree/v5.2.1) (2025-12-08) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.2.0...v5.2.1) + +**Added** + +- feat: Add DPoP support for `/userinfo` and Management API calls [\#1398](https://github.com/auth0/react-native-auth0/pull/1398) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [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) diff --git a/package.json b/package.json index 81d3921f..3dbf44a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.2.0", + "version": "5.2.1", "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 7fcf9f69..6e611b64 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.2.0', + version: '5.2.1', }; export type Telemetry = {