diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c7f94cd..d4679a837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.20.3] - 2025-11-14 + +### Fixed + +- Fix pagination error when API returns empty array. [#1203] + ## [8.20.2] - 2025-11-13 ### Changed @@ -1504,7 +1510,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1195]: https://github.com/auth0/auth0-deploy-cli/issues/1195 [#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196 [#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...HEAD +[#1203]: https://github.com/auth0/auth0-deploy-cli/issues/1203 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...HEAD +[8.20.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...v8.20.3 [8.20.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2 [8.20.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...v8.20.1 [8.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...v8.20.0 diff --git a/package-lock.json b/package-lock.json index 467bc2748..15108d0d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.20.2", + "version": "8.20.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.20.2", + "version": "8.20.3", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index ae919f4d2..5f8c49460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.20.2", + "version": "8.20.3", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {