Skip to content

Commit

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

* 8.2.0

* CHANGELOG lint
  • Loading branch information
kushalshit27 authored Nov 18, 2024
1 parent 0f84063 commit c0e372f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.1.0",
"version": "8.2.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit c0e372f

Please sign in to comment.