Skip to content

Commit

Permalink
Merge pull request #483 from auth0/update-changelog-7.7.1
Browse files Browse the repository at this point in the history
Updating CHANGELOG and version to 7.7.1
  • Loading branch information
willvedd authored Apr 7, 2022
2 parents 26dd89e + cea3d48 commit 6f0c275
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.7.1] - 2022-04-07

### Added

- Deprecation warnings for now deprecated asset-specific exclusion configuration properties: `AUTH0_EXCLUDED_RULES`, `AUTH0_EXCLUDED_CLIENTS`, `AUTH0_EXCLUDED_DATABASES`, `AUTH0_EXCLUDED_CONNECTIONS`, `AUTH0_EXCLUDED_RESOURCE_SERVERS`, `AUTH0_EXCLUDED_DEFAULTS`. See [Resource Exclusion Proposal](https://github.com/auth0/auth0-deploy-cli/issues/451#user-content-deprecated-exclusion-props) for details. [#481]

### Fixed

- Rules configs failing to update after regression prevented asset-specific overrides of Node Auth0 SDK methods [#482]
- Attack protection not replacing keywords [#478]

## [7.7.0] - 2022-04-06

### Added
Expand Down Expand Up @@ -652,7 +663,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#453]: https://github.com/auth0/auth0-deploy-cli/issues/453
[#468]: https://github.com/auth0/auth0-deploy-cli/issues/468
[#471]: https://github.com/auth0/auth0-deploy-cli/issues/471
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.0...HEAD
[#478]: https://github.com/auth0/auth0-deploy-cli/issues/478
[#481]: https://github.com/auth0/auth0-deploy-cli/issues/481
[#482]: https://github.com/auth0/auth0-deploy-cli/issues/482
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.1...HEAD
[7.7.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.0...v7.7.1
[7.7.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.6.0...v7.7.0
[7.6.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.2...v7.6.0
[7.5.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.1...v7.5.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "7.7.0",
"version": "7.7.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 6f0c275

Please sign in to comment.