From 07ab8398d578e3aa03f72283ef39b27315c3042f Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Wed, 19 Aug 2026 20:42:32 +0530 Subject: [PATCH] Release v6.3.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/management/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index f4c0c050a4..d6ce9e909a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v6.2.0 \ No newline at end of file +v6.3.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ea57f5d0..0d41a2f4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v6.3.0](https://github.com/auth0/node-auth0/tree/v6.3.0) (2026-08-19) + +[Full Changelog](https://github.com/auth0/node-auth0/compare/v6.2.0...v6.3.0) + +**Added** + +- feat: add Network ACL Keys, 3P client access, and XAA connection profile support [\#1391](https://github.com/auth0/node-auth0/pull/1391) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [v6.2.0](https://github.com/auth0/node-auth0/tree/v6.2.0) (2026-08-05) [Full Changelog](https://github.com/auth0/node-auth0/compare/v6.1.0...v6.2.0) diff --git a/package.json b/package.json index 53732cd291..fc970845e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0", - "version": "6.2.0", + "version": "6.3.0", "private": false, "repository": { "type": "git", diff --git a/src/management/version.ts b/src/management/version.ts index 35d67468bc..0ea5cbcb82 100644 --- a/src/management/version.ts +++ b/src/management/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "6.2.0"; +export const SDK_VERSION = "6.3.0";