Skip to content

Commit

Permalink
7.17.1 (#777)
Browse files Browse the repository at this point in the history
* Updating changelog for v7.17.1

* 7.17.1

* Clarifying changelog point

* Undoing erroneous change

---------

Co-authored-by: Will Vedder <will.vedder@okta.com>
  • Loading branch information
willvedd and willvedd committed Mar 31, 2023
1 parent 1e8feb6 commit 0360f29
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.1] - 2023-03-31

### Fixed

- Tenant-agnostic filenames for client grants if more than fifty clients and fifty resource servers [#764]
- Unintentional exclusion of clients when injecting access token via `AUTH0_ACCESS_TOKEN` [#775]

## [7.17.0] - 2023-03-03

### Added
Expand Down Expand Up @@ -903,7 +910,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#757]: https://github.com/auth0/auth0-deploy-cli/issues/757
[#758]: https://github.com/auth0/auth0-deploy-cli/issues/758
[#760]: https://github.com/auth0/auth0-deploy-cli/issues/760
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.0...HEAD
[#764]: https://github.com/auth0/auth0-deploy-cli/issues/764
[#775]: https://github.com/auth0/auth0-deploy-cli/issues/775
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.1...HEAD
[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
[7.16.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...v7.16.1
[7.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.2...v7.16.0
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.0",
"version": "7.17.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 0360f29

Please sign in to comment.