Skip to content

Commit

Permalink
Update changelog 7.17.0 (#761)
Browse files Browse the repository at this point in the history
* Updating changelog for v7.17.0

* 7.17.0

---------

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Mar 3, 2023
1 parent 84b04aa commit 7a5168a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
23 changes: 22 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]

## [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
Expand Down Expand Up @@ -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
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.16.1",
"version": "7.17.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 7a5168a

Please sign in to comment.