Skip to content

Commit

Permalink
8.3.0 (#992)
Browse files Browse the repository at this point in the history
* CHANGELOG update

* 8.3.0

* CHANGELOG lint
  • Loading branch information
kushalshit27 authored Nov 28, 2024
1 parent 88230e9 commit 04c5b05
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 04c5b05

Please sign in to comment.