diff --git a/CHANGELOG.md b/CHANGELOG.md index b28346fe1..1f0b54f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [5.3.2] - 2020-12-17 ### Fixed - Fix keyword mapping in client page templates [ESD-10528] [#291] @@ -15,13 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add MFA factor webauthn-roaming support by bumping auth0-source-control-extension-tools@4.1.12 [#289] ## [5.3.0] - 2020-11-05 +### Changed +- Return database `enabled_clients` in deterministic order [#281] + ### Fixed - Fix the structure of the example policies.json, and correct the guardianPolicies test to use `all-applications` instead of `all-application` [#278] - Fix pagination for specific API calls by bumping auth0-source-control-extension-tools@4.1.9 [#287] -### Changed -- Return database `enabled_clients` in deterministic order [#281] - ## [5.2.1] - 2020-09-23 ### Fixed - Issue with client grants deleted when using AUTH0_EXCLUDED_CLIENTS @@ -275,8 +277,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#236]: https://github.com/auth0/auth0-deploy-cli/issues/236 [#242]: https://github.com/auth0/auth0-deploy-cli/issues/242 [#247]: https://github.com/auth0/auth0-deploy-cli/issues/247 - -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.2.1...HEAD +[#278]: https://github.com/auth0/auth0-deploy-cli/issues/278 +[#281]: https://github.com/auth0/auth0-deploy-cli/issues/281 +[#287]: https://github.com/auth0/auth0-deploy-cli/issues/287 +[#289]: https://github.com/auth0/auth0-deploy-cli/issues/289 +[#291]: https://github.com/auth0/auth0-deploy-cli/issues/291 + +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.3.2...HEAD +[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 [5.2.1]: https://github.com/auth0/auth0-deploy-cli/compare/v5.2.0...v5.2.1 [5.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.6...v5.2.0 [5.1.6]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.5...v5.1.6 diff --git a/package-lock.json b/package-lock.json index d5fbae65d..e64a27c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c443daab..f1b89acf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "5.3.1", + "version": "5.3.2", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {