From 21a2632b077344f9260632919700c1558ed9d9bb Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 1 Feb 2023 10:05:00 -0500 Subject: [PATCH] 7.16.0 (#731) * Updating changelog for 7.16.0 * 7.16.0 * Removing unmerged change that was premptively added --------- Co-authored-by: Will Vedder --- CHANGELOG.md | 22 +++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c737e0a61..4fd011b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.16.0] - 2023-02-01 + +### Added + +- `AUTH0_INCLUDED_ONLY` configuration property to express sole management of certain resource types [#726] +- Suspended log stream management support [#725] +- More descriptive errors when actions service is unavailable [#724] + +### Fixed + +- Remove configurable tenant `sandbox_version` property from readonly list [#683] +- Handling of undefined tenant `enabled_locales` property [#727] + ## [7.15.2] - 2023-01-03 ### Fixed @@ -857,7 +870,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#671]: https://github.com/auth0/auth0-deploy-cli/issues/671 [#672]: https://github.com/auth0/auth0-deploy-cli/issues/672 [#673]: https://github.com/auth0/auth0-deploy-cli/issues/673 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.2...HEAD +[#683]: https://github.com/auth0/auth0-deploy-cli/issues/683 +[#724]: https://github.com/auth0/auth0-deploy-cli/issues/724 +[#725]: https://github.com/auth0/auth0-deploy-cli/issues/725 +[#726]: https://github.com/auth0/auth0-deploy-cli/issues/726 +[#727]: https://github.com/auth0/auth0-deploy-cli/issues/727 +[#729]: https://github.com/auth0/auth0-deploy-cli/issues/729 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...HEAD +[7.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.2...v7.16.0 [7.15.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...v7.15.2 [7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1 [7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0 diff --git a/package-lock.json b/package-lock.json index 8eae48982..b770cfd3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.15.2", + "version": "7.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.15.2", + "version": "7.16.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 85e70043d..8b97fc11c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.15.2", + "version": "7.16.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {