diff --git a/.version b/.version index c23f45440d..addd420039 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.14.0 \ No newline at end of file +v5.14.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 117ab90f11..ae5ad02ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v5.14.1](https://github.com/auth0/node-auth0/tree/v5.14.1) (2026-07-29) + +[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.14.0...v5.14.1) + +**Fixed** + +- fix: correct SDK_VERSION to match npm package version in Auth0-Client telemetry header + ## [v5.14.0](https://github.com/auth0/node-auth0/tree/v5.14.0) (2026-07-09) [Full Changelog](https://github.com/auth0/node-auth0/compare/v5.13.0...v5.14.0) diff --git a/package.json b/package.json index 882cc58840..9d7d86b1dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0", - "version": "5.14.0", + "version": "5.14.1", "private": false, "repository": { "type": "git", diff --git a/src/management/version.ts b/src/management/version.ts index f59346832d..516d734044 100644 --- a/src/management/version.ts +++ b/src/management/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "5.14.0"; +export const SDK_VERSION = "5.14.1";