From 04c5b050bbf931c7f24b14c2c714db592f28d7e7 Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:21:08 +0530 Subject: [PATCH] 8.3.0 (#992) * CHANGELOG update * 8.3.0 * CHANGELOG lint --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aeb0467..b598d54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.3.0] - 2024-11-28 + +### Added + +- Management support for `selfServiceProfiles` [#989] + +### Fixed + +- Fix checkpoint pagination to get all organizations [#984] +- Fix error handling for trigger bindings [#991] + ## [8.2.0] - 2024-11-18 ### Added @@ -1127,7 +1138,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#975]: https://github.com/auth0/auth0-deploy-cli/issues/975 [#978]: https://github.com/auth0/auth0-deploy-cli/issues/978 [#982]: https://github.com/auth0/auth0-deploy-cli/issues/982 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...HEAD +[#984]: https://github.com/auth0/auth0-deploy-cli/issues/984 +[#989]: https://github.com/auth0/auth0-deploy-cli/issues/989 +[#991]: https://github.com/auth0/auth0-deploy-cli/issues/991 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...HEAD +[8.3.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...v8.3.0 [8.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...v8.2.0 [8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0 diff --git a/package-lock.json b/package-lock.json index f4966fe1..67a1f7d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.2.0", + "version": "8.3.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index f4a8a64e..08a6c1de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.2.0", + "version": "8.3.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {