Skip to content

Commit

Permalink
Merge pull request #594 from auth0/update-changelog-7.14.0
Browse files Browse the repository at this point in the history
7.14.0
  • Loading branch information
willvedd authored Jun 28, 2022
2 parents ac001f8 + b722d11 commit 966d3e1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.14.0] - 2022-06-27

### Added

- Validation to detect unreplaced keyword mappings during import [#591]

### Fixed

- Detect and prevent `You are not allowed to set flag '<SOME_FLAG>' for this tenant.` errors when erroneously setting non-configurable migration flag [#590]
- Crash when attempting to create page templates from undefined value [#592]

## [7.13.1] - 2022-06-13

### Fixed
Expand Down Expand Up @@ -776,7 +787,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#554]: https://github.com/auth0/auth0-deploy-cli/issues/554
[#563]: https://github.com/auth0/auth0-deploy-cli/issues/563
[#577]: https://github.com/auth0/auth0-deploy-cli/issues/577
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.1...HEAD
[#590]: https://github.com/auth0/auth0-deploy-cli/issues/590
[#591]: https://github.com/auth0/auth0-deploy-cli/issues/591
[#592]: https://github.com/auth0/auth0-deploy-cli/issues/592
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.0...HEAD
[7.14.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.1...v7.14.0
[7.13.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.0...v7.13.1
[7.13.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.3...v7.13.0
[7.12.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.2...v7.12.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": "7.13.1",
"version": "7.14.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 966d3e1

Please sign in to comment.