Skip to content

Commit

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

* 8.0.0

* CHANGELOG lint
  • Loading branch information
kushalshit27 authored Oct 21, 2024
1 parent 65ab9d2 commit d9aaca2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0] - 2024-10-21

### Changed

- Auth0 [v4.X](https://github.com/auth0/node-auth0/releases/tag/v4.10.0) migration
- The `delete` operation on the `emailProvider` resource will disable the email provider instead of deleting it.

### Deprecated

- Migration resource operation

### Security

- Security fixes from dependencies
- Node 18 LTS and newer LTS releases are supported.

Doc: [v8 Migartion](./docs/v8_MIGRATION_GUIDE.md)

## [7.24.3] - 2024-10-15

### Fixed
Expand Down Expand Up @@ -1090,7 +1108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#946]: https://github.com/auth0/auth0-deploy-cli/issues/946
[#954]: https://github.com/auth0/auth0-deploy-cli/issues/954
[#963]: https://github.com/auth0/auth0-deploy-cli/issues/963
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...HEAD
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...HEAD
[8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0
[7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3
[7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2
[7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This guide will help you to a working implementation of the Deploy CLI tool used
### Prerequisites

- [Node](https://nodejs.dev/) version 10 or greater
- [Node](https://nodejs.dev/) version 18 or greater
- [Auth0 Tenant](https://auth0.com/)

### Install the Deploy CLI
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": "7.24.3",
"version": "8.0.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit d9aaca2

Please sign in to comment.