diff --git a/CHANGELOG.md b/CHANGELOG.md index c42d1da2..2aeb0467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.2.0] - 2024-11-18 + +### Added + +- Management support for `forms`, `flows` and `flowVaultConnections` [#982] + +### Fixed + +- Fix docs to support free tier usage [#978] + ## [8.1.0] - 2024-11-08 ### Added @@ -1115,7 +1125,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#954]: https://github.com/auth0/auth0-deploy-cli/issues/954 [#963]: https://github.com/auth0/auth0-deploy-cli/issues/963 [#975]: https://github.com/auth0/auth0-deploy-cli/issues/975 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...HEAD +[#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 +[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 [7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3 diff --git a/package-lock.json b/package-lock.json index 59305a11..c75f82ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.1.0", + "version": "8.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.1.0", + "version": "8.2.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 9d437d52..9584b3ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.1.0", + "version": "8.2.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {