diff --git a/CHANGELOG.md b/CHANGELOG.md index a28418a7b..10cf39416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ 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] @@ -785,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 diff --git a/package-lock.json b/package-lock.json index bb8e5c4ec..4fb6aedca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.13.1", + "version": "7.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.13.1", + "version": "7.14.0", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.181", diff --git a/package.json b/package.json index 89850486f..97dc9e0da 100644 --- a/package.json +++ b/package.json @@ -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": {