Skip to content

Commit

Permalink
7.17.5 (#801)
Browse files Browse the repository at this point in the history
* Updating changelog

* 7.17.5

---------

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Jun 8, 2023
1 parent 702ec4a commit 17caa13
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.17.5] - 2023-06-08

### Fixed

- Obfuscating sensitive log streams keys [#800]
- Prevent exporting of disallowed tenant flags [#799]

## [7.17.4] - 2023-06-06

### Fixed
Expand Down Expand Up @@ -935,7 +942,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#784]: https://github.com/auth0/auth0-deploy-cli/issues/784
[#793]: https://github.com/auth0/auth0-deploy-cli/issues/793
[#797]: https://github.com/auth0/auth0-deploy-cli/issues/797
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.4...HEAD
[#799]: https://github.com/auth0/auth0-deploy-cli/issues/799
[#800]: https://github.com/auth0/auth0-deploy-cli/issues/800
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...HEAD
[7.17.5]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.4...v7.17.5
[7.17.4]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.3...v7.17.4
[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
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.17.4",
"version": "7.17.5",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 17caa13

Please sign in to comment.