diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a962333d..8939061f5 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] +## [7.17.0] - 2023-03-03 + +### Added + +- Keyword preservation on export to prevent overwriting of keyword markers in most instances. Enabled through the `AUTH0_PRESERVE_KEYWORDS` boolean configuration property. See also: [Preserving Keywords on Export](./docs/keyword-replacement.md#preserving-keywords-on-export) [#738],[#740],[#741],[#744],[#745],[#751],[#754],[#757],[#758],[#760] + +### Fixed + +- Enabled wrapping of `@@ARRAY_REPLACE@@` keyword markers with single quotes in YAML resource configuration files [#760] + ## [7.16.1] - 2023-02-07 ### Fixed @@ -883,7 +893,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#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.1...HEAD +[#738]: https://github.com/auth0/auth0-deploy-cli/issues/738 +[#740]: https://github.com/auth0/auth0-deploy-cli/issues/740 +[#741]: https://github.com/auth0/auth0-deploy-cli/issues/741 +[#744]: https://github.com/auth0/auth0-deploy-cli/issues/744 +[#745]: https://github.com/auth0/auth0-deploy-cli/issues/745 +[#751]: https://github.com/auth0/auth0-deploy-cli/issues/751 +[#754]: https://github.com/auth0/auth0-deploy-cli/issues/754 +[#757]: https://github.com/auth0/auth0-deploy-cli/issues/757 +[#758]: https://github.com/auth0/auth0-deploy-cli/issues/758 +[#760]: https://github.com/auth0/auth0-deploy-cli/issues/760 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.0...HEAD +[7.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.1...v7.17.0 [7.16.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...v7.16.1 [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 diff --git a/package-lock.json b/package-lock.json index 094c22d31..b2c10261d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.16.1", + "version": "7.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.16.1", + "version": "7.17.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index e87c3140d..b130ff9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.16.1", + "version": "7.17.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {