diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c0a1936..19a6b42e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.17.3] - 2023-05-24 + +### Fixed + +- Keyword preservation for client grant `audience` field [#793] + ## [7.17.2] - 2023-04-19 ### Fixed @@ -921,7 +927,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#775]: https://github.com/auth0/auth0-deploy-cli/issues/775 [#780]: https://github.com/auth0/auth0-deploy-cli/issues/780 [#784]: https://github.com/auth0/auth0-deploy-cli/issues/784 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.2...HEAD +[#793]: https://github.com/auth0/auth0-deploy-cli/issues/793 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.3...HEAD +[7.17.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.2...v7.17.3 [7.17.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.1...v7.17.2 [7.17.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.0...v7.17.1 [7.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.1...v7.17.0 diff --git a/package-lock.json b/package-lock.json index 678fa8925..344c3a771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.17.2", + "version": "7.17.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.17.2", + "version": "7.17.3", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 0c501e750..62291a91b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.17.2", + "version": "7.17.3", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {