diff --git a/.version b/.version index 1eb805bc30..f4c0c050a4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v6.1.0 \ No newline at end of file +v6.2.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f9bd3d1f..d4ea57f5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Added** + +- feat: add org-level roles, Google Workspace groups GA, org-to-app entitlement, and agents support [\#1385](https://github.com/auth0/node-auth0/pull/1385) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [v6.1.0](https://github.com/auth0/node-auth0/tree/v6.1.0) (2026-07-22) [Full Changelog](https://github.com/auth0/node-auth0/compare/v6.0.0...v6.1.0) diff --git a/package.json b/package.json index 4d2cf8d2b1..f38fa8171f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0", - "version": "6.1.0", + "version": "6.2.0", "private": false, "repository": { "type": "git", diff --git a/src/management/version.ts b/src/management/version.ts index 0105d13d6c..35d67468bc 100644 --- a/src/management/version.ts +++ b/src/management/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "6.1.0"; +export const SDK_VERSION = "6.2.0";