diff --git a/CHANGELOG.md b/CHANGELOG.md index e2dc2a0ad..1cf5f82cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [5.4.0] - 2021-01-28 +## [5.5.0] - 2021-01-28 ### Added - Add support for `verify_email_by_code` email template [#309] @@ -288,8 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#291]: https://github.com/auth0/auth0-deploy-cli/issues/291 [#309]: https://github.com/auth0/auth0-deploy-cli/issues/309 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.4.0...HEAD -[5.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.3.2...v5.4.0 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.5.0...HEAD +[5.5.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.3.2...v5.5.0 [5.3.2]: https://github.com/auth0/auth0-deploy-cli/compare/v5.3.1...v5.3.2 [5.3.1]: https://github.com/auth0/auth0-deploy-cli/compare/v5.3.0...v5.3.1 [5.3.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.2.1...v5.3.0 diff --git a/package-lock.json b/package-lock.json index d88019b85..7f689d761 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a8e2a3006..a541b7cc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "5.4.0", + "version": "5.5.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {