diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6e7d285..dd7baa4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.11.1] - 2022-05-04 + +### Fixed + +- Deployment of newly-created actions always failing due to "A draft must be in the 'built' state" error [#524] +- Undefined `updateRule` Auth0 SDK alias replaced with operational `rules.update` [#526] + ## [7.11.0] - 2022-04-28 ### Added @@ -714,7 +721,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#509]: https://github.com/auth0/auth0-deploy-cli/issues/509 [#512]: https://github.com/auth0/auth0-deploy-cli/issues/512 [#517]: https://github.com/auth0/auth0-deploy-cli/issues/517 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.0...HEAD +[#524]: https://github.com/auth0/auth0-deploy-cli/issues/524 +[#526]: https://github.com/auth0/auth0-deploy-cli/issues/526 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.1...HEAD +[7.11.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.0...v7.11.1 [7.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.10.0...v7.11.0 [7.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.9.0...v7.10.0 [7.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.8.0...v7.9.0 diff --git a/package-lock.json b/package-lock.json index 23837c065..a242654b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.11.0", + "version": "7.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.11.0", + "version": "7.11.1", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.181", diff --git a/package.json b/package.json index 37be6dd32..7e468c752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.11.0", + "version": "7.11.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {